[jboss-cvs] JBossCache ...

Brian Stansberry brian.stansberry at jboss.com
Sat Feb 3 09:35:09 EST 2007


  User: bstansberry
  Date: 07/02/03 09:35:09

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  Leave the JDK 1.4 aop marker interfaces in the JDK 5 jar
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.26 +4 -3      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.119.2.25
  retrieving revision 1.119.2.26
  diff -u -b -r1.119.2.25 -r1.119.2.26
  --- build.xml	30 Jan 2007 22:27:35 -0000	1.119.2.25
  +++ build.xml	3 Feb 2007 14:35:08 -0000	1.119.2.26
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.25 2007/01/30 22:27:35 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.26 2007/02/03 14:35:08 bstansberry Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -294,8 +294,9 @@
         <jar jarfile="${dist.lib.50}/jboss-cache-jdk50.jar" manifest="${manifest.file}">
            <fileset dir="${compile.dir}">
               <include name="org/jboss/cache/**"/>
  -            <exclude name="org/jboss/cache/aop/AopMarker.class"/>
  -            <exclude name="org/jboss/cache/aop/InstanceOfAopMarker.class"/>
  +         	<!-- No reason to exclude these -->
  +            <!--exclude name="org/jboss/cache/aop/AopMarker.class"/>
  +            <exclude name="org/jboss/cache/aop/InstanceOfAopMarker.class"/-->
               <exclude name="org/jboss/cache/aop/annotation/*.class"/>
               <!-- this exclude is now unnecessary since tests are compiled to a separate output dir -->
               <!-- <exclude name="org/jboss/cache/**/*Test*"/> -->
  
  
  



More information about the jboss-cvs-commits mailing list