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 dce4aed commit 9962516
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,9 @@
</target>

<target name="createGenReport" unless="HQ.BIRT.skip">
<exec executable="${eclipse.build.configs}/../../extras/genReportGenerator.sh">
<echo message="genReportGenerator lib dir: ${OutputDir}/runtime_nonosgi "/>
<echo message="genReport.sh/bat output dir: ${template.dir}/engine.runtime.bin"/>
<exec executable="${eclipse.build.configs}/. ./../extras/genReportGenerator.sh">
<arg line="${OutputDir}/runtime_nonosgi" />
<arg line="${template.dir}/engine.runtime.bin" />
</exec>
Expand Down

0 comments on commit 9962516

Please sign in to comment.