|
From: Michael K. <ko...@us...> - 2004-07-05 08:10:07
|
Update of /cvsroot/cobricks/cobricks2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25495 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/cobricks/cobricks2/build.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- build.xml 24 Jun 2004 06:55:33 -0000 1.12 +++ build.xml 5 Jul 2004 08:09:52 -0000 1.13 @@ -558,7 +558,7 @@ <target name="cwall" depends="compile"> <java fork="yes" classname="org.cobricks.cwall.CWall" classpathref="exec.classpath"> - <arg line="-c src/org/cobricks/cwall/properties.txt"/> + <arg line="-c conf -u testuser -p testpw"/> </java> </target> |