From c7bf769f1b535480c905ca641e431b6df8805a3c Mon Sep 17 00:00:00 2001 From: Hendrik Buschmeier <hbuschme@TechFak.Uni-Bielefeld.DE> Date: Mon, 20 Feb 2012 13:48:17 +0100 Subject: [PATCH] Some details in the java build files changed. --- java/build.properties | 2 +- java/ivy.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java/build.properties b/java/build.properties index e7fc61f..8c6fc14 100644 --- a/java/build.properties +++ b/java/build.properties @@ -2,5 +2,5 @@ language=java resolve.status=beta resource.path= #resource.path=${shared.repository}/Humanoids;${shared.repository}/3dmodels;${shared.repository}/HMI/HmiElckerlyc/resources;${shared.repository}/logbackconfig;${shared.repository}/shaders; -run.jvmargs= -Xms128m -Xmx512m -Xss5M -Dlogback.configurationFile=LogbackConfigs/warnlogstdout.xml +run.jvmargs= -Xms128m -Xmx512m -Xss5M rebuild.list= diff --git a/java/ivy.xml b/java/ivy.xml index 3e95c71..3e52606 100644 --- a/java/ivy.xml +++ b/java/ivy.xml @@ -1,5 +1,5 @@ <ivy-module version="2.0"> - <info organisation="Herwin" module="scrapbook"/> + <info organisation="ipaaca" module="ipaaca"/> <configurations> <include file="${ivy.settings.dir}/configurations.xml"/> </configurations> -- GitLab