diff options
author | endolf <[email protected]> | 2005-08-30 06:47:30 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2005-08-30 06:47:30 +0000 |
commit | 6021e457e75260c1a3e8e36c7c1e0d1ca006aa0e (patch) | |
tree | a4303ddefb10cbc7582a883d111bcf157788e0fb | |
parent | e8e0e64f5548c18da89e7e46c3c4497235b5295a (diff) |
Ant script modified to build 1.4 compatable byte code
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jutils/trunk@25 052365b4-98e0-4bc5-a281-465471b020e0
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ <!-- Both srcdir and destdir should be package roots. --> <!-- They could be different of course; in that case NetBeans can also be set --> <!-- up to compile to a different filesystem in the same way; see Compiler Types: --> - <javac srcdir="src/java" destdir="classes" debug="true" deprecation="true"> + <javac srcdir="src/java" destdir="classes" debug="true" deprecation="true" source="1.4" target="1.4"> <include name="net/java/**"/> <!-- To add something to the classpath: --> <!-- |