You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
634 B
XML
26 lines
634 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<project default="fims-chongno">
|
|
<property name="deploy" value="." />
|
|
|
|
<target name="fims-chongno">
|
|
<delete file="fims-chongno.zip" />
|
|
|
|
<mkdir dir="fims/logs" />
|
|
<mkdir dir="fims/files/attachment" />
|
|
<mkdir dir="fims/files/interface" />
|
|
|
|
<copy file="fims-chongno.war" todir="fims" />
|
|
<copy file="launcher.sh" todir="fims" />
|
|
<copy file="application.yml" todir="fims" />
|
|
|
|
<zip destfile="fims-chongno.zip"
|
|
basedir="."
|
|
includes="fims/**/*"
|
|
compress="true"
|
|
/>
|
|
|
|
<delete dir="fims" />
|
|
|
|
</target>
|
|
|
|
</project> |