]> git.dolda2000.com Git - jsvc.git/commitdiff
Added the includeantruntime attribute to build.xml.
authorFredrik Tolf <fredrik@dolda2000.com>
Mon, 6 Sep 2010 02:13:21 +0000 (04:13 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Mon, 6 Sep 2010 02:13:21 +0000 (04:13 +0200)
build.xml

index eda27f358200093c2849b6d47f98dc153d1a5842..ff368493a8df128107b79e87063bd5d8515204a0 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -17,7 +17,7 @@
     </target>
 
     <target name="jsvc" depends="build-env">
-      <javac srcdir="src" destdir="build/bin" debug="on">
+      <javac srcdir="src" destdir="build/bin" debug="on" includeantruntime="true">
        <!-- <classpath refid="classpath" /> -->
         <compilerarg value="-Xlint:unchecked" />
       </javac>