[jboss-cvs] JBossCache/examples/PojoCache/non-annotated ...
Jason Thomas Greene
jgreene at jboss.com
Thu Aug 2 02:52:00 EDT 2007
User: jgreene
Date: 07/08/02 02:52:00
Modified: examples/PojoCache/non-annotated build.properties
build.xml
Log:
fix examples
Revision Changes Path
1.4 +2 -0 JBossCache/examples/PojoCache/non-annotated/build.properties
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.properties
===================================================================
RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/non-annotated/build.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- build.properties 24 Sep 2006 09:25:53 -0000 1.3
+++ build.properties 2 Aug 2007 06:52:00 -0000 1.4
@@ -20,3 +20,5 @@
#Directory for Junit test result. Subdirectory html contains the result in html format.
reports=${output}/reports
+
+bind.address=localhost
1.6 +1 -0 JBossCache/examples/PojoCache/non-annotated/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/non-annotated/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- build.xml 6 Jan 2007 03:51:00 -0000 1.5
+++ build.xml 2 Aug 2007 06:52:00 -0000 1.6
@@ -68,6 +68,7 @@
<target name="run.compiletime.example" depends="compile, aopc" description="run standalone server replicator.">
<java classname="test.examples.StudentMaintTest" fork="yes">
+ <jvmarg value="-Dbind.address=${bind.address}"/>
<classpath refid="lib.classpath"/>
<classpath path="${build}"/>
<classpath path="${output}/etc"/>
More information about the jboss-cvs-commits
mailing list