質問編集履歴
1
build.xmlの文字を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -96,7 +96,7 @@
|
|
96
96
|
|
97
97
|
<target name="zip" depends="compile">
|
98
98
|
<mkdir dir="${zip.dir}"/>
|
99
|
-
<zip destfile="${zip.dir}/
|
99
|
+
<zip destfile="${zip.dir}/○○○○_Batch.zip" basedir="${bin.dir}">
|
100
100
|
<fileset dir="${conf.dir}" includes="*.properties" />
|
101
101
|
<fileset dir="${lib.dir}" includes="*.jar" />
|
102
102
|
<zipgroupfileset dir="${lib.dir}" includes="*.jar"/>
|