Skip to content

Commit

Permalink
Bug 230149 - Packaging birt runtime as single jar and deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoying Gu committed May 24, 2011
1 parent 175a997 commit 9eb2076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/org.eclipse.birt.releng.birtbuilder/buildAll.xml
Expand Up @@ -1122,7 +1122,7 @@
dest="${buildOutputDir.tmp}/engine" />
<delete file="${buildOutputDir.tmp}/org.eclipse.birt.report.engine_${org.eclipse.birt.report.engine}.jar" />

<jar destfile="${buildOutputDir.tmp}/org.eclipse.birt.report.engine.jar"
<jar destfile="${buildOutputDir.tmp}/org.eclipse.birt.report.engine_${org.eclipse.birt.report.engine}.jar"
basedir="${buildOutputDir.tmp}/engine" excludes="lib/*.jar" />
<delete dir="${buildOutputDir.tmp}/engine" />

Expand Down

0 comments on commit 9eb2076

Please sign in to comment.