[jboss-cvs] JBossCache/examples/PojoCache/loadtime ...
Ben Wang
bwang at jboss.com
Fri Jan 5 22:51:00 EST 2007
User: bwang
Date: 07/01/05 22:51:00
Modified: examples/PojoCache/loadtime build.xml readme.txt
Log:
upd
Revision Changes Path
1.6 +2 -14 JBossCache/examples/PojoCache/loadtime/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/loadtime/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- build.xml 30 Dec 2006 17:49:59 -0000 1.5
+++ build.xml 6 Jan 2007 03:51:00 -0000 1.6
@@ -31,8 +31,7 @@
<echo message="build.sh <command> where command is:"/>
<echo message=" compile -- compile the examples code"/>
<echo message=" clobber -- clean up the whole directory"/>
- <echo message=" run.aop.example -- run aop examples with annoc and aopc pre-compiler"/>
- <echo message=" run.aop.demo -- run demo gui for cache"/>
+ <echo message=" run.loadtime.example -- run examples"/>
</target>
<!-- set up directory -->
@@ -76,7 +75,7 @@
</copy>
</target>
- <target name="run.aop.example" depends="compile" description="run standalone server replicator.">
+ <target name="run.loadtime.example" depends="compile" description="run standalone server replicator.">
<java classname="test.examples.StudentMaintTest" fork="yes">
@@ -93,15 +92,4 @@
</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>
1.4 +1 -1 JBossCache/examples/PojoCache/loadtime/readme.txt
(In the diff below, changes in quantity of whitespace are not shown.)
Index: readme.txt
===================================================================
RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/loadtime/readme.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- readme.txt 21 Nov 2006 14:39:34 -0000 1.3
+++ readme.txt 6 Jan 2007 03:51:00 -0000 1.4
@@ -29,5 +29,5 @@
1. Run "build.bat compile" to do a standard Java compilation.
-3. Run "build.bat run.aop.example" to run the example.
+3. Run "build.bat run.loadtime.example" to run the example.
More information about the jboss-cvs-commits
mailing list