User: sparre Date: 01/06/06 08:42:46 Modified: src/bin hellotest.bat hellotest.sh Log: Fixed unneeded standalone hello-test dependency on testbean-test. Revision Changes Path 1.3 +1 -1 jbosstest/src/bin/hellotest.bat Index: hellotest.bat =================================================================== RCS file: /cvsroot/jboss/jbosstest/src/bin/hellotest.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hellotest.bat 2000/11/08 14:44:08 1.2 +++ hellotest.bat 2001/06/06 15:42:46 1.3 @@ -1 +1 @@ -java -Djava.security.policy=jar:file:../lib/testbeantest.jar!/client.policy -Djava.security.manager -classpath ../lib/hellotest.jar junit.swingui.TestRunner org.jboss.test.hello.test.Main +java -Djava.security.policy=jar:file:../lib/hellotest.jar!/client.policy -Djava.security.manager -classpath ../lib/hellotest.jar junit.swingui.TestRunner org.jboss.test.hello.test.Main 1.3 +1 -1 jbosstest/src/bin/hellotest.sh Index: hellotest.sh =================================================================== RCS file: /cvsroot/jboss/jbosstest/src/bin/hellotest.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hellotest.sh 2000/11/08 14:44:08 1.2 +++ hellotest.sh 2001/06/06 15:42:46 1.3 @@ -1,3 +1,3 @@ #!/bin/sh -java -Djava.security.policy=jar:file:../lib/testbeantest.jar!/client.policy -Djava.security.manager -classpath ../lib/hellotest.jar junit.swingui.TestRunner org.jboss.test.hello.test.Main +java -Djava.security.policy=jar:file:../lib/hellotest.jar!/client.policy -Djava.security.manager -classpath ../lib/hellotest.jar junit.swingui.TestRunner org.jboss.test.hello.test.Main _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
