Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 162047 --- build.properties under org.eclipse.birt.report.engine should generates coreapi.jar and engineapi.jar

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 162047 --- build.properties under org.eclipse.birt.report.engine should generates coreapi.jar and engineapi.jar

- Summary:
Fix Bugzilla Bug 162047 --- build.properties under org.eclipse.birt.report.engine should generates coreapi.jar and engineapi.jar


- Bugzilla Bug (s) Resolved:
162047


- Description:
in PDE build UI, it doesnot support this function.

So, we add an ant file named *customBuildCallbacks* which contains a target *post.build.jars* to export the jars we needed.

which are:
coreapi.jar in plugin: org.eclipse.birt.core
engineapi.jar in plugin: org.eclipse.birt.report.engine
scriptapi.jar in plugin: org.eclipse.birt.report.engine

- Tests Description  :
Manual Test


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
"/org.eclipse.birt.core/build.properties"

"/org.eclipse.birt.report.engine/build.properties"

- Files Added:
"/org.eclipse.birt.core/customBuildCallbacks.xml"
"/org.eclipse.birt.report.engine/customBuildCallbacks.xml"

- Files Deleted
None

- Wei Wang
Actuate Software(Shanghai) Co.,Ltd



Back to the top