[jboss-cvs] JBossCache/examples/PojoCache/sensor ...

Jason Thomas Greene jgreene at jboss.com
Thu Aug 2 02:52:02 EDT 2007


  User: jgreene 
  Date: 07/08/02 02:52:02

  Modified:    examples/PojoCache/sensor   build.properties build.xml
  Log:
  fix examples
  
  Revision  Changes    Path
  1.3       +2 -0      JBossCache/examples/PojoCache/sensor/build.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.properties
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/sensor/build.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build.properties	5 Feb 2006 11:54:42 -0000	1.2
  +++ build.properties	2 Aug 2007 06:52:01 -0000	1.3
  @@ -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 -12     JBossCache/examples/PojoCache/sensor/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/sensor/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:02 -0000	1.6
  @@ -74,21 +74,10 @@
   
      <target name="run.compiletime.example" depends="compile, aopc" description="run standalone server replicator.">
         <java classname="test.propagation.PropagationReplAopTest" fork="yes">
  +         <jvmarg value="-Dbind.address=${bind.address}"/>
            <classpath refid="lib.classpath"/>
            <classpath path="${build}"/>
            <classpath path="${output}/etc"/>
         </java>
      </target>
  -
  -   <target name="run.aop.demo" depends="compile" description="run JBoss Cache demo.">
  -      <java classname="org.jboss.cache.TreeCacheView" fork="yes">
  -         <jvmarg value="-Xmx128M"/>
  -         <classpath refid="lib.classpath"/>
  -         <sysproperty key="log4j.configuration" value="file:${output}/etc/log4j.xml"/>
  -         <classpath path="${output}/etc"/>
  -         <classpath path="${build}"/>
  -      </java>
  -   </target>
  -
  -
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list