mirror of https://github.com/jgraph/drawio.git
Update build.xml
This commit is contained in:
parent
1c77a6165b
commit
32923e361a
|
@ -5,13 +5,7 @@
|
||||||
<property file="build.properties" />
|
<property file="build.properties" />
|
||||||
<taskdef name="jscomp" classname="com.google.javascript.jscomp.ant.CompileTask" classpath="${jscompiler}" />
|
<taskdef name="jscomp" classname="com.google.javascript.jscomp.ant.CompileTask" classpath="${jscompiler}" />
|
||||||
|
|
||||||
<target name="merge">
|
<target name="atlas">
|
||||||
</target>
|
|
||||||
|
|
||||||
<target name="app" depends="merge">
|
|
||||||
</target>
|
|
||||||
|
|
||||||
<target name="atlas" depends="app">
|
|
||||||
<concat destfile="${war.dir}/js/atlas-viewer.min.js" fixlastline="yes" append="no">
|
<concat destfile="${war.dir}/js/atlas-viewer.min.js" fixlastline="yes" append="no">
|
||||||
<file name="${basedir}/base-viewer.min.js" />
|
<file name="${basedir}/base-viewer.min.js" />
|
||||||
<file name="${war.dir}/js/orgchart.min.js" />
|
<file name="${war.dir}/js/orgchart.min.js" />
|
||||||
|
@ -76,7 +70,7 @@
|
||||||
<delete file="${basedir}/base-viewer.min.js"/>
|
<delete file="${basedir}/base-viewer.min.js"/>
|
||||||
</target>
|
</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 destfile="${build.dir}/${war.name}" basedir="${war.dir}" >
|
||||||
</zip>
|
</zip>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in New Issue