OSDN Git Service

Support published file mdc.zip.
authorTakuya Ono <takuya-o@users.sourceforge.jp>
Sun, 22 Jul 2007 08:23:47 +0000 (08:23 +0000)
committerTakuya Ono <takuya-o@users.sourceforge.jp>
Sun, 22 Jul 2007 08:23:47 +0000 (08:23 +0000)
deploy/mdc.zip [new file with mode: 0644]
nbproject/build-impl.xml

diff --git a/deploy/mdc.zip b/deploy/mdc.zip
new file mode 100644 (file)
index 0000000..8f404d5
Binary files /dev/null and b/deploy/mdc.zip differ
index 2b16378..81fcbdf 100644 (file)
@@ -331,6 +331,14 @@ is divided into following sections:
     <target name="-post-jar">
         <!-- Empty placeholder for easier customization. -->
         <!-- You can override this target in the ../build.xml file. -->
+        <!-- Add by TKYN 
+        <copy todir="./deploy/">
+          <fileset dir="./dist/"/>
+        </copy> -->
+        <zip destfile="./deploy/mdc.zip"
+          basedir="./dist/"
+          excludes="**/README.TXT"
+        />
     </target>
     <target name="jar" depends="init,compile,-pre-jar,-do-jar-with-manifest,-do-jar-without-manifest,-do-jar-with-mainclass,-do-jar-with-libraries,-post-jar" description="Build JAR."/>
     <!--