Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix bug 153392:[Regression]XML data set can't preview

- Summary:

Fix bug 153392


- Bugzilla Bug (s) Resolved:
Fix bug 153392:[Regression]XML data set can't preview



- Description: 
There are two xercesImpl.jar in project org.apache.xerces and org.eclipse.birt.report.data.oda.xml. They conflict with each other. Remove the resolver.jar, xercesImpl.jar and xml-apis.jar from prject org.eclipse.birt.report.data.oda.xml and add plug-ins dependency on project org.apache.xerces.

.


- Tests Description:
 Junit Test

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

- Files Edited:

/org.eclipse.birt.core/src/org/eclipse/birt/report/data/oda/xml/META-INF/MANIFEST.MF


- Files Added:

/org.eclipse.birt.core/src/org/eclipse/birt/report/data/oda/xml/lib/resolver.jar

 /org.eclipse.birt.core/src/org/eclipse/birt/report/data/oda/xml/lib/xercesImpl.jar

  /org.eclipse.birt.core/src/org/eclipse/birt/report/data/oda/xml/lib/xml-apis.jar

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top