Skip to content

Commit

Permalink
Update build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph authored Dec 27, 2024
1 parent ad7baf1 commit 1c77a61
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions etc/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,6 @@
<taskdef name="jscomp" classname="com.google.javascript.jscomp.ant.CompileTask" classpath="${jscompiler}" />

<target name="merge">
<concat destfile="${basedir}/../../build/shapes.js" fixlastline="yes" append="no">
<fileset dir="${war.dir}/shapes" includes="**/*.js"/>
<fileset dir="${war.dir}/stencils" includes="**/*.js"/>
</concat>

<java fork="false" classname="Xml2Js" classpath=".">
<arg value="../../src/main/webapp/stencils"/>
<arg value="../../src/main/webapp/js/stencils.min.js"/>
</java>

<jscomp compilationLevel="simple" debug="false" forceRecompile="true" output="${war.dir}/js/shapes-14-6-5.min.js">
<sources dir="${basedir}/../../build">
<file name="shapes.js" />
</sources>
</jscomp>

<tstamp>
<format property="time.stamp" pattern="MM/dd/yyyy hh:mm aa" unit="hour"/>
</tstamp>

<delete dir="${basedir}/../../build"/>
</target>

<target name="app" depends="merge">
Expand Down

0 comments on commit 1c77a61

Please sign in to comment.