Revert "remove almost-obsolete 1.4 source and target levels for building JLex"

This reverts commit 34601814e1.
This commit is contained in:
Manu Sridharan 2017-04-18 21:42:50 -07:00
parent c303d4547a
commit 32bb5e617b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<delete dir="${temp.folder}"/>
<mkdir dir="${temp.folder}/JLex"/>
<get src="http://www.cs.princeton.edu/~appel/modern/java/JLex/current/Main.java" dest="${temp.folder}/JLex/Main.java"/>
<javac target="1.8" source="1.8" includeAntRuntime="no" srcdir="${temp.folder}" destdir="${temp.folder}"/>
<javac target="1.4" source="1.4" includeAntRuntime="no" srcdir="${temp.folder}" destdir="${temp.folder}"/>
<jar destfile="${plugin.destination}/JLex.jar" basedir="${temp.folder}" />
<delete dir="${temp.folder}"/>
</target>