]> git.gag.com Git - debian/openrocket/commitdiff
Back out previous change excluding android sources from core build after moving the...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sun, 8 Jan 2012 02:01:43 +0000 (02:01 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sun, 8 Jan 2012 02:01:43 +0000 (02:01 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@284 180e2498-e6e9-4542-8430-84ac67f01cd8

build.xml

index 8709c84d1bfd2070183731523cdd3cb8ad2f938b..0ebe47092b7dc3a9b1d2c9d4aea9d590726f3b4f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -52,9 +52,7 @@
        <target name="build">
                <mkdir dir="${classes.dir}"/>
                <echo level="info">Compiling main classes</echo>
-               <javac debug="true" srcdir="${src.dir}" destdir="${classes.dir}" classpathref="classpath">
-                       <exclude name="/net/sf/openrocket/android/**/*"/>
-               </javac>
+               <javac debug="true" srcdir="${src.dir}" destdir="${classes.dir}" classpathref="classpath"/>
                <echo level="info">Copying build.properties</echo>
                <copy file="build.properties" todir="${dist.dir}"/>
        </target>