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

Ben Wang bwang at jboss.com
Mon Sep 25 04:02:31 EDT 2006


  User: bwang   
  Date: 06/09/25 04:02:31

  Modified:    examples/PojoCache/sensor  build.xml
  Log:
  upd
  
  Revision  Changes    Path
  1.3       +1 -6      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build.xml	21 Sep 2006 16:12:18 -0000	1.2
  +++ build.xml	25 Sep 2006 08:02:31 -0000	1.3
  @@ -57,11 +57,6 @@
             <include name="**/*"/>
          </fileset>
        </copy>
  -
  -  	  <!-- Use the jboss-aop.xml from the src dir -->
  -     <copy file="${source}/jboss-aop.xml"
  -     	     todir="${output}/etc/META-INF" overwrite="true"/>
  -
     </target>
   
     <!-- pre-compile directory with aopc -->
  @@ -71,7 +66,7 @@
      <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"/>
  +        <aoppath path="${resources}/pojocache-aop.xml"/>
           <classpath path="${build}"/>
         </aopc>
      </target>
  
  
  



More information about the jboss-cvs-commits mailing list