Skip to content

Commit

Permalink
Provide BIRT runtime package with OSGi
Browse files Browse the repository at this point in the history
  • Loading branch information
xgu committed Sep 7, 2011
1 parent f9867dc commit 129469f
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -659,7 +659,9 @@

</target>

<target name="createBirtRuntime_OSGI" depends="createWAR_OSGI" if="build.runtimeOSGI">
<target name="createBirtRuntime_OSGI" if="build.runtimeOSGI">

<antcall target="createWAR_OSGI"/>
<!-- Create birt-runtime/ReportEngine -->
<copy todir="${runtime.tmp}/ReportEngine" flatten="false">
<fileset dir="${deposit}/birt_web_OSGI/org.eclipse.birt.report.viewer/birt_web_OSGI/WEB-INF/platform">
Expand Down

0 comments on commit 129469f

Please sign in to comment.