[jboss-cvs] JBossCache ...

Manik Surtani msurtani at jboss.com
Wed Jan 10 04:56:17 EST 2007


  User: msurtani
  Date: 07/01/10 04:56:17

  Modified:    JBossCache  build.xml
  Log:
  Added deprecated targets
  
  Revision  Changes    Path
  1.162     +15 -2     JBossCache/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/build.xml,v
  retrieving revision 1.161
  retrieving revision 1.162
  diff -u -b -r1.161 -r1.162
  --- build.xml	10 Jan 2007 04:26:12 -0000	1.161
  +++ build.xml	10 Jan 2007 09:56:17 -0000	1.162
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.161 2007/01/10 04:26:12 bwang Exp $ -->
  +<!-- $Id: build.xml,v 1.162 2007/01/10 09:56:17 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -507,6 +507,19 @@
         </junit>
      </target>
   
  +   <target name="one-test-aop" description="deprecated">
  +      <echo>
  +         This target is deprecated and will be removed in 2.0.0.GA. Please use "one-test-pojocache" instead.
  +      </echo>
  +   </target>
  +
  +   <target name="one-test-aop50" description="deprecated">
  +      <echo>
  +         This target is deprecated and will be removed in 2.0.0.GA. Please use "one-test-pojocache" instead.
  +      </echo>
  +   </target>
  +
  +
      <target name="one-test-pojocache" depends="compile, unittests-init" description="Runs a single unit test">
         <junit printsummary="yes" timeout="${junit.timeout}" fork="yes">
            <!--  start of Optimizeit support
  
  
  



More information about the jboss-cvs-commits mailing list