|
|
@ -4,6 +4,9 @@
|
|
|
|
<property name="deploy" value="deploy" />
|
|
|
|
<property name="deploy" value="deploy" />
|
|
|
|
|
|
|
|
|
|
|
|
<target name="lntris">
|
|
|
|
<target name="lntris">
|
|
|
|
|
|
|
|
<copy todir="${deploy}/sql">
|
|
|
|
|
|
|
|
<fileset dir="src/sql" />
|
|
|
|
|
|
|
|
</copy>
|
|
|
|
<copy todir="${deploy}/intf-conf">
|
|
|
|
<copy todir="${deploy}/intf-conf">
|
|
|
|
<fileset dir="${resources}/intf-conf" />
|
|
|
|
<fileset dir="${resources}/intf-conf" />
|
|
|
|
</copy>
|
|
|
|
</copy>
|
|
|
@ -17,7 +20,7 @@
|
|
|
|
<copy file="${resources}/xit-crypto.conf" todir="${deploy}" />
|
|
|
|
<copy file="${resources}/xit-crypto.conf" todir="${deploy}" />
|
|
|
|
|
|
|
|
|
|
|
|
<delete file="xit-lntris-interface.zip" />
|
|
|
|
<delete file="xit-lntris-interface.zip" />
|
|
|
|
<zip destfile="xit-lntris-interface.zip" basedir="${deploy}" compress="true" />
|
|
|
|
<zip destfile="release/xit-lntris-interface.zip" basedir="${deploy}" compress="true" />
|
|
|
|
</target>
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|
|
|
|
</project>
|