Back out previous change excluding android sources from core build after moving the android sources out of the way.
This commit is contained in:
parent
df9a43aef8
commit
c4a26704ef
@ -52,9 +52,7 @@
|
|||||||
<target name="build">
|
<target name="build">
|
||||||
<mkdir dir="${classes.dir}"/>
|
<mkdir dir="${classes.dir}"/>
|
||||||
<echo level="info">Compiling main classes</echo>
|
<echo level="info">Compiling main classes</echo>
|
||||||
<javac debug="true" srcdir="${src.dir}" destdir="${classes.dir}" classpathref="classpath">
|
<javac debug="true" srcdir="${src.dir}" destdir="${classes.dir}" classpathref="classpath"/>
|
||||||
<exclude name="/net/sf/openrocket/android/**/*"/>
|
|
||||||
</javac>
|
|
||||||
<echo level="info">Copying build.properties</echo>
|
<echo level="info">Copying build.properties</echo>
|
||||||
<copy file="build.properties" todir="${dist.dir}"/>
|
<copy file="build.properties" todir="${dist.dir}"/>
|
||||||
</target>
|
</target>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user