[jboss-cvs] JBossCache/examples/PojoCache/annotated50 ...
Manik Surtani
msurtani at jboss.com
Sat Dec 30 12:50:06 EST 2006
User: msurtani
Date: 06/12/30 12:50:06
Modified: examples/PojoCache/annotated50 build.xml
Log:
Major changes to restructure cache and node object model
Revision Changes Path
1.6 +2 -2 JBossCache/examples/PojoCache/annotated50/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/annotated50/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- build.xml 24 Sep 2006 09:25:52 -0000 1.5
+++ build.xml 30 Dec 2006 17:50:06 -0000 1.6
@@ -92,7 +92,7 @@
</java>
</target>
- <target name="run.aop.demo" depends="compile" description="run tree cache demo.">
+ <target name="run.aop.demo" depends="compile" description="run JBoss Cache demo.">
<java classname="org.jboss.cache.aop.TreeCacheView" fork="yes">
<jvmarg value="-Xmx128M"/>
<classpath refid="lib.classpath"/>
More information about the jboss-cvs-commits
mailing list