I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 7983bb14 authored by jrandom's avatar jrandom Committed by zzz
Browse files

1.3 here too

parent 2e7eac02
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
<target name="distclean" depends="clean" /> <target name="distclean" depends="clean" />
<target name="compile" depends="init"> <target name="compile" depends="init">
<javac srcdir="${src}" destdir="${build}" classpath="${servlet}"/> <javac debug="true" deprecation="on" source="1.3" target="1.3"
srcdir="${src}" destdir="${build}" classpath="${servlet}"/>
</target> </target>
<target name="jar" depends="compile"> <target name="jar" depends="compile">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment