diff options
author | endolf <[email protected]> | 2005-08-28 20:52:26 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2005-08-28 20:52:26 +0000 |
commit | 0b1760363f799141effcf3a0e2decb430871540c (patch) | |
tree | 8bc3d1dace8c9869062b1ce9d6e71be7fac129f3 /coreAPI | |
parent | 0653ff2a561234990d59ba9050f4873b1ac97c35 (diff) |
Updated build scripts to build java 1.4 byte code
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@115 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'coreAPI')
-rw-r--r-- | coreAPI/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreAPI/build.xml b/coreAPI/build.xml index 81017c0..8d747dc 100644 --- a/coreAPI/build.xml +++ b/coreAPI/build.xml @@ -27,7 +27,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" source="1.4"> + <javac srcdir="src/java" destdir="classes" debug="true" deprecation="true" source="1.4" target="1.4"> <include name="net/**"/> <!-- To add something to the classpath: --> <classpath> |