패키지 스크립트 추가
parent
67b9d8079a
commit
611c7d8684
@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<project default="lvis">
|
||||||
|
<property name="resources" value="src/main/resources" />
|
||||||
|
<property name="deploy" value="deploy" />
|
||||||
|
|
||||||
|
<target name="lvis">
|
||||||
|
<copy todir="${deploy}/intf-conf">
|
||||||
|
<fileset dir="${resources}/intf-conf" />
|
||||||
|
</copy>
|
||||||
|
<copy file="${resources}/application.yml" todir="${deploy}" />
|
||||||
|
|
||||||
|
<antcall target="compress" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="compress">
|
||||||
|
<delete file="xit-lvis-rest.zip" />
|
||||||
|
<zip destfile="xit-lvis-rest.zip" basedir="${deploy}" compress="true" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
</project>
|
Loading…
Reference in New Issue