[jboss-cvs] JBossCache/etc ...

Ben Wang bwang at jboss.com
Sat Jan 13 10:56:22 EST 2007


  User: bwang   
  Date: 07/01/13 10:56:22

  Modified:    etc      build.xml
  Log:
  JBCACHE-922 Merged src-50 and tests-50 into src and tests, respectively.
  
  Revision  Changes    Path
  1.20      +1 -1      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.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- build.xml	30 Dec 2006 17:50:01 -0000	1.19
  +++ build.xml	13 Jan 2007 15:56:22 -0000	1.20
  @@ -244,8 +244,8 @@
        Note that you direcoty name can't contain white spaces!!
      -->
   
  -   <taskdef name="aopc" classname="org.jboss.aop.ant.AopC" classpathref="lib.classpath"/>
      <target name="aopc" depends="compile" description="Precompile aop class">
  +      <taskdef name="aopc" classname="org.jboss.aop.ant.AopC" classpathref="lib.classpath"/>
         <aopc compilerclasspathref="aop.classpath" verbose="true">
            <src path="${build}"/>
            <include name="org/jboss/cache/pojo/test/**/*.class"/>
  
  
  



More information about the jboss-cvs-commits mailing list