Skip to content

Commit

Permalink
Small cleanup on ant script
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rhodes committed Feb 27, 2015
1 parent 5adc72b commit 3686439
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions native_android/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,10 @@
</target>

<target name="build" depends="init" description="Build project">
<!-- <exec executable="find" outputproperty="android.jar">
<arg value="${env.ANDROID_HOME} -name android.jar" />
</exec>
<echo message="${android.jar}" /> -->

<property name="classpath" value="${libs.dir}/FlashRuntimeExtensions.jar;"/>

<mkdir dir="${bin.dir}"/>
<echo>Copying files to build folder...</echo>
<javac srcdir="${src.dir}" destdir="${build.dir}" target="1.6" source="1.6" includeantruntime="false" classpath="${classpath}" />
<javac srcdir="${src.dir}" destdir="${build.dir}" target="1.6" source="1.6" includeantruntime="false" classpath="${classpath}" />
</target>

<target name="package" depends="build" description="Package jar">
Expand Down

0 comments on commit 3686439

Please sign in to comment.