Skip to content

Commit

Permalink
[292838]Convert BIRT NL features/plugins to support PDE build
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoying Gu committed Oct 21, 2009
1 parent 24518f3 commit 5767011
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@
<!-- Available parameters : -->
<!-- build.result.folder - folder to contain the build results -->
<!-- ===================================================================== -->
<target name="pre.viewer.jar">

<property name="basedir" location="." />
<property name="birt.dir" value="birt" />
<property name="build.result.folder" value="${basedir}" />

<mkdir dir="${build.result.folder}/viewerservletssrc"/>
<copy todir="${build.result.folder}/viewerservletssrc" overwrite="true">
<fileset dir="${birt.dir}/WEB-INF/classes/" includes="**/*.java" />
</copy>
</target>

<target name="pre.build.jars">
<!--Execute native2ascii for *.msg files-->
Expand Down

0 comments on commit 5767011

Please sign in to comment.