diff options
author | Sven Gothel <[email protected]> | 2010-11-27 11:14:57 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-27 11:14:57 +0100 |
commit | 8ffb0bd7d4e1b3b22630a14a71948b281c39b6e7 (patch) | |
tree | df6f21810680f15ece5d1c65ca4dd6b5de730e6f | |
parent | 86c164950b0a0d351fc8af3884187b10201b6237 (diff) |
Javadoc developer level must be 1.5 due to gluegen compile time plugin
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index c5bfcdd80..62ebcde21 100644 --- a/make/build.xml +++ b/make/build.xml @@ -287,7 +287,7 @@ windowtitle="${javadoc.windowtitle}" overview="${javadoc.overview}" access="protected" - source="1.4" + source="1.5" maxmemory="1024m" bottom="${javadoc.bottom}" > <classpath refid="jogl_newt_all.classpath"/> |