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 1c77a61 commit 32923e3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions etc/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
<property file="build.properties" />
<taskdef name="jscomp" classname="com.google.javascript.jscomp.ant.CompileTask" classpath="${jscompiler}" />

<target name="merge">
</target>

<target name="app" depends="merge">
</target>

<target name="atlas" depends="app">
<target name="atlas">
<concat destfile="${war.dir}/js/atlas-viewer.min.js" fixlastline="yes" append="no">
<file name="${basedir}/base-viewer.min.js" />
<file name="${war.dir}/js/orgchart.min.js" />
Expand Down Expand Up @@ -76,7 +70,7 @@
<delete file="${basedir}/base-viewer.min.js"/>
</target>

<target name="war" depends="app, javac" description="Create the stand-alone war file">
<target name="war" depends="javac" description="Create the stand-alone war file">
<zip destfile="${build.dir}/${war.name}" basedir="${war.dir}" >
</zip>
</target>
Expand Down

0 comments on commit 32923e3

Please sign in to comment.