[jboss-cvs] JBossCache ...

Manik Surtani manik at jboss.org
Tue Mar 6 15:12:05 EST 2007


  User: msurtani
  Date: 07/03/06 15:12:05

  Modified:    JBossCache  build.xml
  Log:
  Updated release version + added compiled tests to dist arch
  
  Revision  Changes    Path
  1.188     +6 -4      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.187
  retrieving revision 1.188
  diff -u -b -r1.187 -r1.188
  --- build.xml	2 Mar 2007 09:59:38 -0000	1.187
  +++ build.xml	6 Mar 2007 20:12:05 -0000	1.188
  @@ -1,12 +1,12 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.187 2007/03/02 09:59:38 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.188 2007/03/06 20:12:05 msurtani Exp $ -->
   
   <project default="compile" name="JBossCache">
   
      <property name="module.name" value="JBossCache"/>
      <!--We now requires version to have no white space since Ant+JBossAop will sometime choke. -->
  -   <property name="module.version" value="2.0.0.BETA1"/>
  +   <property name="module.version" value="2.0.0.BETA2"/>
      <property name="implementation.url" value="http://www.jboss.com/products/jbosscache"/>
      <property file="build.properties"/>
      <property name="root.dir" value="${basedir}"/>
  @@ -1161,8 +1161,9 @@
            <fileset dir="${functional.tests.dir}">
               <include name="**/*.java"/>
               <exclude name="**/loader/Bdbje*.java"/>
  -            <exclude name="**/aop/**"/>
  -            <exclude name="**/pojo/**"/>
  +         </fileset>
  +         <fileset dir="${compiletest.dir}">
  +            <exclude name="**/loader/Bdbje*.java"/>
            </fileset>
         </copy>
   
  @@ -1272,6 +1273,7 @@
               <exclude name="docs/faq-pojo/**"/>
               <exclude name="docs/tutorial-pojo/**"/>
               <exclude name="tests/org/jboss/cache/pojo/**"/>
  +            <exclude name="test-classes/org/jboss/cache/pojo/**"/>
            </zipfileset>
         </zip>
   
  
  
  



More information about the jboss-cvs-commits mailing list