[Nextobjects-devel] nextobjects/nextobjects build.xml,1.11,1.12
Status: Alpha
Brought to you by:
eflorent
From: <efl...@us...> - 2003-06-02 20:03:49
|
Update of /cvsroot/nextobjects/nextobjects/nextobjects In directory sc8-pr-cvs1:/tmp/cvs-serv28736 Modified Files: build.xml Log Message: made model -> png about to work again + checkstyleS Index: build.xml =================================================================== RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/build.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** build.xml 31 May 2003 11:48:33 -0000 1.11 --- build.xml 2 Jun 2003 20:03:44 -0000 1.12 *************** *** 199,203 **** <target name="run" depends="jar" description="Run devaki's nextobjects"> ! <exec dir="." executable="./nextobjects" os="Linux"> <arg line=""/> </exec> --- 199,203 ---- <target name="run" depends="jar" description="Run devaki's nextobjects"> ! <exec dir="." executable="/opt/nextobjects/nextobjects/nextobjects/nextobjects" os="Linux"> <arg line=""/> </exec> |