[jboss-cvs] JBossCache ...

Ben Wang bwang at jboss.com
Sat Jan 13 10:55:11 EST 2007


  User: bwang   
  Date: 07/01/13 10:55:11

  Modified:    JBossCache  build.xml
  Log:
  JBCACHE-922 Merged src-50 and tests-50 into src and tests, respectively.
  
  Revision  Changes    Path
  1.170     +5 -6      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.169
  retrieving revision 1.170
  diff -u -b -r1.169 -r1.170
  --- build.xml	11 Jan 2007 22:40:40 -0000	1.169
  +++ build.xml	13 Jan 2007 15:55:11 -0000	1.170
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.169 2007/01/11 22:40:40 vblagojevic Exp $ -->
  +<!-- $Id: build.xml,v 1.170 2007/01/13 15:55:11 bwang Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -22,7 +22,7 @@
      <property name="compat.tests.dir" value="${tests.dir}/compat"/>
      <property name="etc.dir" value="${root.dir}/etc"/>
      <property name="dependencies" value="dependencies.xml"/>
  -   <property name="resources.dir" value="${root.dir}/src-50/resources"/>
  +   <property name="resources.dir" value="${root.dir}/src/resources"/>
      <property name="tmp.dir" value="${root.dir}/tmp"/>
      <property name="output.dir" value="${root.dir}/output"/>
      <property name="output.etc.dir" value="${output.dir}/etc"/>
  @@ -57,8 +57,8 @@
            <equals arg1="${ant.java.version}" arg2="1.4"/>
         </or>
      </condition>
  -   <property name="src.dir.50" value="${root.dir}/src-50"/>
  -   <property name="tests.dir.50" value="${root.dir}/tests-50"/>
  +   <property name="src.dir.50" value="${root.dir}/src"/>
  +   <property name="tests.dir.50" value="${root.dir}/tests"/>
      <property name="output.resources.dir" value="${output.dir}/resources"/>
      <property name="functional.tests.dir.50" value="${tests.dir.50}/functional"/>
      <property name="perf.tests.dir.50" value="${tests.dir.50}/perf"/>
  @@ -970,7 +970,7 @@
   
      <target name="compat-tests" depends="jar, unittests-init"
              if="ENABLE_COMPAT_TESTS">
  -      <condition property="libdir.list" value="lib-50,lib, dist/lib-50">
  +      <condition property="libdir.list" value="lib,lib, dist/lib">
            <equals arg1="${ant.java.version}" arg2="1.5"/>
         </condition>
         <condition property="libdir.list" value="lib, dist/lib">
  @@ -1261,7 +1261,6 @@
            <zipfileset dir="${tmp.dir}" prefix="${module.name}-pojo-${module.version}" filemode="755">
               <exclude name="src/**"/>
               <exclude name="examples/annotated14/**"/>
  -            <exclude name="docs/javadoc/**"/>
            </zipfileset>
         </zip>
   
  
  
  



More information about the jboss-cvs-commits mailing list