[jboss-cvs] JBossCache/etc ...

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


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

  Modified:    etc      build.xml
  Log:
  Remove dead targets
  
  Revision  Changes    Path
  1.25      +0 -29     JBossCache/etc/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- build.xml	16 May 2007 12:33:58 -0000	1.24
  +++ build.xml	2 Aug 2007 06:52:54 -0000	1.25
  @@ -408,34 +408,5 @@
         </junitreport>
      </target>
   
  -   <target name="run.pojocache.demo" depends="compile" description="run JBoss Cache demo.">
  -      <!--java classname="org.jboss.cache.aop.TreeCacheAopView" fork="yes"-->
  -      <java classname="org.jboss.cache.demo.JBossCacheView" fork="yes">
  -         <jvmarg value="-Xmx128M"/>
  -         <!--
  -               <jvmarg value="-Xdebug"/>
  -               <jvmarg value="-Xnoagent"/>
  -               <jvmarg value="-Djava.compiler=NONE"/>
  -               <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=2401"/>
  -         -->
  -
  -         <classpath refid="lib.classpath"/>
  -         <sysproperty key="log4j.configuration" value="file:${output}/etc/log4j.xml"/>
  -         <classpath path="${output}/etc"/>
  -         <classpath path="${build}"/>
  -      </java>
  -   </target>
  -
  -   <!-- Works only with aop package -->
  -   <!-- This one uses the system classloader option -->
  -   <target name="run.aop.server" depends="compile" description="run standalone server replicator.">
  -      <java classname="org.jboss.cache.aop.Server" fork="yes">
  -         <jvmarg value="-Djava.system.class.loader=org.jboss.aop.standalone.SystemClassLoader"/>
  -         <classpath refid="lib.classpath"/>
  -         <classpath path="${build}"/>
  -         <classpath path="${output}/etc"/>
  -      </java>
  -   </target>
  -
   
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list