|
From: Teiniker E. <tei...@us...> - 2007-04-12 12:32:26
|
Update of /cvsroot/ccmtools/ccmtools/test/JavaRemoteComponents/facet_simple In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3765/test/JavaRemoteComponents/facet_simple Modified Files: Makefile.xml Log Message: Refactored Makefile.xml Index: Makefile.xml =================================================================== RCS file: /cvsroot/ccmtools/ccmtools/test/JavaRemoteComponents/facet_simple/Makefile.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.xml 12 Apr 2007 11:55:17 -0000 1.1 --- Makefile.xml 12 Apr 2007 12:32:19 -0000 1.2 *************** *** 112,118 **** </javac> ! <java classname="Client" classpathref="compile.classpath" failonerror="true"/> ! <java classname="Client" classpathref="compile.classpath" failonerror="true"> <arg value="-ORBInitRef"/> <arg value="NameService=corbaloc:iiop:1.2@localhost:5050/NameService"/> --- 112,121 ---- </javac> ! <java classname="Client" classpathref="compile.classpath" failonerror="true" fork="true"> ! <assertions> <enable/></assertions> ! </java> ! <java classname="Client" classpathref="compile.classpath" failonerror="true" fork="true"> ! <assertions> <enable/></assertions> <arg value="-ORBInitRef"/> <arg value="NameService=corbaloc:iiop:1.2@localhost:5050/NameService"/> |