Added missing jars back to build.properties and removed sample cup download which is not available anymore.

This commit is contained in:
Michael Herzberg 2015-07-19 13:57:38 +02:00
parent 2996a704e3
commit 5c061b7462
4 changed files with 7 additions and 10 deletions

View File

@ -1,4 +1,7 @@
source.. = harness-src/
output.. = bin/
source.test.jar = harness-src/
output.test.jar = bin/
bin.includes = .,\
test.jar,\
META-INF/

Binary file not shown.

View File

@ -44,14 +44,6 @@
<target name="fetchSampleLex" depends="sampleLexPresent" unless="sample.lex.present">
<get src="https://www.cs.princeton.edu/~appel/modern/java/JLex/current/sample.lex" dest="${plugin.destination}/data/sample.lex" />
</target>
<target name="fetchSampleCup" depends="sampleCupPresent" unless="sample.cup.present">
<get src="http://casper.cii.saxion.nl:8083/~vanleeuw/pse/spanje/troff2html.cup" dest="${plugin.destination}/data/troff2html.cup" />
</target>
<target name="sampleCupPresent" depends="init">
<available file="${plugin.destination}/data/troff2html.cup" property="sample.cup.present"/>
</target>
<target name="fetchAndroidJar" depends="androidJarPresent" unless="android.jar.present">
<get src="http://central.maven.org/maven2/com/google/android/android/4.1.1.4/android-4.1.1.4.jar" dest="${plugin.destination}/data/android.jar" />
@ -69,7 +61,7 @@
<available file="${basedir}/lib/dx.jar" property="dx.jar.present"/>
</target>
<target name="getJars" depends="fetchSampleLex,fetchSampleCup,fetchAndroidJar,copyDxJar" />
<target name="getJars" depends="fetchSampleLex,fetchAndroidJar,copyDxJar" />
<target name="init" depends="properties">
<condition property="pluginTemp" value="${buildTempFolder}/plugins">

View File

@ -1,5 +1,6 @@
source.. = src/
output.. = bin/
source.dalvik.jar = src/
bin.includes = META-INF/,\
.,\
lib/commons-cli-1.2.jar,\
@ -8,4 +9,5 @@ bin.includes = META-INF/,\
lib/guava-13.0.1.jar,\
lib/logback-classic-1.0.9.jar,\
lib/logback-core-1.0.9.jar,\
lib/slf4j-api-1.7.2.jar
lib/slf4j-api-1.7.2.jar,\
dalvik.jar