|
From: Ilian S. <sap...@us...> - 2004-07-11 13:07:11
|
Update of /cvsroot/cobricks/cobricks2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15821 Modified Files: build.xml Log Message: added migration section Index: build.xml =================================================================== RCS file: /cvsroot/cobricks/cobricks2/build.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- build.xml 9 Jul 2004 09:12:22 -0000 1.15 +++ build.xml 11 Jul 2004 13:07:02 -0000 1.16 @@ -569,6 +569,10 @@ </java> </target> +<target name="migrate" depends="compile"> + <java fork="yes" classname="org.cobricks.util.migration.MigrationTool" + classpathref="exec.classpath"> + </java> +</target> -</project> - +</project> \ No newline at end of file |