|
From: Michael K. <ko...@us...> - 2005-08-05 11:30:30
|
Update of /cvsroot/cobricks/cobricks2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5057 Modified Files: build.xml Log Message: Index: build.xml =================================================================== RCS file: /cvsroot/cobricks/cobricks2/build.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- build.xml 26 Jul 2005 10:57:03 -0000 1.43 +++ build.xml 5 Aug 2005 11:30:21 -0000 1.44 @@ -715,6 +715,13 @@ </java> </target> +<target name="log" depends="compile"> + <java fork="yes" classname="org.cobricks.util.logbrowser.LogBrowser" + classpathref="exec.classpath"> + <arg line=""/> + </java> +</target> + <target name="migrate" depends="compile"> <java fork="yes" classname="org.cobricks.util.migration.MigrationTool" classpathref="exec.classpath"> |