|
From: Wolfgang W. <wo...@us...> - 2009-01-20 07:38:43
|
Update of /cvsroot/cobricks/drehscheibe-in In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31390 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/cobricks/drehscheibe-in/build.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- build.xml 9 Jan 2009 10:19:09 -0000 1.16 +++ build.xml 20 Jan 2009 07:38:31 -0000 1.17 @@ -403,7 +403,7 @@ classname="de.tum.cobricks.course.generateHTMLOverviews" maxmemory="512M" classpathref="exec.classpath"> <jvmarg value="-Dfile.encoding=utf-8"/> - <arg line="build/webapps/ROOT/WEB-INF/conf WS 2008 test"/> + <arg line="build/webapps/ROOT/WEB-INF/conf SS 2009 test"/> </java> </target> @@ -421,7 +421,7 @@ classname="de.tum.cobricks.course.generateListExams" maxmemory="512M" classpathref="exec.classpath"> <jvmarg value="-Dfile.encoding=utf-8"/> - <arg line="build/webapps/ROOT/WEB-INF/conf WS 2008"/> + <arg line="build/webapps/ROOT/WEB-INF/conf SS 2009"/> </java> </target> |