|
From: Wolfgang W. <wo...@us...> - 2006-12-15 08:43:35
|
Update of /cvsroot/cobricks/drehscheibe-in In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16039 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/cobricks/drehscheibe-in/build.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- build.xml 8 Dec 2006 16:23:54 -0000 1.9 +++ build.xml 15 Dec 2006 08:43:31 -0000 1.10 @@ -400,4 +400,13 @@ </java> </target> +<target name="courseoverviews2" depends="compile"> + <java fork="yes" + classname="de.tum.cobricks.course.generateHTMLOverviews2" maxmemory="512M" + classpathref="exec.classpath"> + <jvmarg value="-Dfile.encoding=utf-8"/> + <arg line="build/webapps/ROOT/WEB-INF/conf SS 2007 test"/> + </java> +</target> + </project> |