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

Ben Wang bwang at jboss.com
Thu Sep 21 12:12:18 EDT 2006


  User: bwang   
  Date: 06/09/21 12:12:18

  Modified:    examples/PojoCache/sensor  build.xml
  Log:
  Updated to 2.0 apis
  
  Revision  Changes    Path
  1.2       +6 -17     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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.xml	5 Feb 2006 06:42:19 -0000	1.1
  +++ build.xml	21 Sep 2006 16:12:18 -0000	1.2
  @@ -67,19 +67,8 @@
     <!-- pre-compile directory with aopc -->
     <taskdef name="aopc" classname="org.jboss.aop.ant.AopC" classpathref="lib.classpath"/>
   
  -  <!-- pre-compile directory with annotationc using jdk1.4 -->
  -  <target name="annoc" depends="compile" description="Annotation precompiler for aop class">
  -      <taskdef name="annotationc" classname="org.jboss.aop.ant.AnnotationC" classpathref="lib.classpath"/>
  -      <annotationc compilerclasspathref="lib.classpath" bytecode="true">
  -         <classpath refid="lib.classpath"/>
  -         <classpath path="${build}"/>
  -         <src path="${source}"/>
  -         <include name="propagation/**/*.java"/>
  -      </annotationc>
  -  </target>
  -
      <!-- pre-compile directory with aopc -->
  -   <target name="aopc" depends="annoc" description="Precompile aop test classes after annoc">
  +   <target name="aopc" description="Precompile aop test classes after annoc">
         <aopc compilerclasspathref="lib.classpath" classpathref="lib.classpath" verbose="true">
           <src path="${build}/propagation"/>
           <aoppath path="${output}/etc/META-INF/jboss-aop.xml"/>
  @@ -96,7 +85,7 @@
     </target>
   
     <target name="run.aop.demo" depends="compile" description="run tree cache demo.">
  -    <java classname="org.jboss.cache.aop.TreeCacheAopView" fork="yes">
  +    <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"/>
  
  
  



More information about the jboss-cvs-commits mailing list