Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix 118353: dataset can not be created in Eclipse 3.0.1

- Summary:
Fix 118353: dataset can not be created in Eclipse 3.0.1


- Bugzilla Bug (s) Resolved:
118353: dataset can not be created in Eclipse 3.0.1


- Description:
This bug is caused by the data set editor using the class of FastPartitioner which is only available in eclipse 3.1 or later version. Here a simple solution is adopted that FastPartitioner class and its related classes are copied from 3.1 to oda.jdbc.ui project. If there is no need to support 3.0.1 in future, the FastPartitioner of eclipse platform can be directly used.


- Tests Description:
Junit test

 

- Files Added:

 /org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java

 

- Files Edited:

/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/assis/FastPartitioner.java

/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/assis/DocumentRewriteSessionType.java

/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/assis/DocumentRewriteSession.java

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top