diff options
author | Sven Gothel <[email protected]> | 2010-11-14 08:40:20 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-14 08:40:20 +0100 |
commit | 957b02dbaf386ba635146ed702193ff8b9a548d2 (patch) | |
tree | 7489d6195d2628ee11d07b125c229c7a55890445 /make/build-common.xml | |
parent | 6ea02e2572c6c97d8bc90dedb7f887640c551b4f (diff) |
Adding *Version to sub packages
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index cdc0ad091..468e5933c 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -96,6 +96,8 @@ <!-- NOTE: the value of the debug and optimise attributes will not be overridden if already set externally --> <property name="javacdebug" value="true" /> <property name="javacdebuglevel" value="source,lines" /> + <!--property name="javacdebug" value="true" /--> + <!--property name="javacdebuglevel" value="source,lines,vars" /--> <!-- property name="javac.memorymax" value="128m" /--> <!-- I ran out of memory with these .. linux x86_64 6u14 --> <property name="javac.memorymax" value="512m" /> |