Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/build.properties b/build.properties
index 527379b..652fda7 100644
--- a/build.properties
+++ b/build.properties
@@ -5,10 +5,14 @@ ivy.cache=ivy-cache
ivy.cache.dir=${basedir}/../${ivy.cache}
integration.repo.dir=${basedir}/../integration-repo
source.version=1.5
-test.vm.args= -Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError
findbugs.enforce=true
clover.enforce=true
clover.coverage=40%
local.repository.dir=${basedir}/../../ivy-repository
-#debug string to append to test.vm.args= -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y
+project.name=Gemini Web
+natural.name=gemini-web
+project.key=GW
+
+test.vm.args= -Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError
+#debug string to append to test.vm.args= -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y

Back to the top