OSDN Git Service

ant1.8対応
authorseraphy <seraphy@5b6e9025-a2e8-4882-b233-f889982098c5>
Tue, 16 Aug 2011 11:39:40 +0000 (11:39 +0000)
committerseraphy <seraphy@5b6e9025-a2e8-4882-b233-f889982098c5>
Tue, 16 Aug 2011 11:39:40 +0000 (11:39 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/charactermanaj/trunk@30 5b6e9025-a2e8-4882-b233-f889982098c5

CharacterManaJ.jar
build.xml

index 8a19e04..486c1fb 100644 (file)
Binary files a/CharacterManaJ.jar and b/CharacterManaJ.jar differ
index 8df0fa0..d40b5c7 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -10,7 +10,7 @@
        <property file="resources/version.properties"/>
        <tstamp prefix="build-info">
                <format property="current-date" pattern="yyyy-MM-dd" locale="en" />
-               <format property="current-time" pattern="hh:mm:ss a z" locale="en" />
+               <format property="curent-time" pattern="hh:mm:ss a z" locale="en" />
        </tstamp>
 
        <!-- Mac環境でのビルドか? -->
@@ -42,7 +42,7 @@
                <!-- J2SE5以降をターゲットにコンパイルする。(Tiger/Leopard on PPCのため)
                     JDK6のAppleExtentionsでは非推奨になっているものがあるため警告がでます。
                 -->
-       <javac target="1.5" destdir="work" srcdir="src" encoding="UTF-8" debug="on">
+       <javac target="1.5" destdir="work" srcdir="src" encoding="UTF-8" debug="on" includeantruntime="false">
                <classpath>
                        <fileset dir="extlib">
                                <include name="**/*.jar"/>