[jboss-cvs] JBossCache ...

Ben Wang bwang at jboss.com
Sat Sep 23 09:15:43 EDT 2006


  User: bwang   
  Date: 06/09/23 09:15:43

  Modified:    JBossCache  build.xml
  Log:
  upd
  
  Revision  Changes    Path
  1.138     +13 -15    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.137
  retrieving revision 1.138
  diff -u -b -r1.137 -r1.138
  --- build.xml	21 Sep 2006 22:33:44 -0000	1.137
  +++ build.xml	23 Sep 2006 13:15:43 -0000	1.138
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.137 2006/09/21 22:33:44 bwang Exp $ -->
  +<!-- $Id: build.xml,v 1.138 2006/09/23 13:15:43 bwang Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -922,22 +922,16 @@
         <fail message="docbook-support directory does not exist, please check it out from jboss first (module name is 'docbook-support'."
               unless="docbook.support.present"/>
   
  -      <ant dir="${root.dir}/docs/faq" antfile="build.xml"
  -           target="all.doc"/>
  -      <ant dir="${root.dir}/docs/tutorial" antfile="build.xml"
  -           target="all.doc"/>
  -      <ant dir="${root.dir}/docs/TreeCache" antfile="build.xml"
  -           target="all.doc"/>
  -      <ant dir="${root.dir}/docs/PojoCache" antfile="build.xml"
  -           target="all.doc"/>
  +      <ant dir="${root.dir}/docs" antfile="build.xml"
  +           target="all"/>
      </target>
   
      <!-- ================================================================== -->
      <!-- Install & Release                                                  -->
      <!-- ================================================================== -->
   
  -   <!--target name="dist" description="Creates a full standalone distribution" depends="jar, docs, javadocs, javadocs50"-->
  -   <target name="dist" description="Creates a full standalone distribution" depends="jar">
  +   <target name="dist" description="Creates a full standalone distribution" depends="jar, docs, javadocs, javadocs50">
  +   <!--target name="dist" description="Creates a full standalone distribution" depends="jar"-->
   
         <!-- Now make temp dirs, copy files and create the zip files -->
         <mkdir dir="${tmp.dir}"/>
  @@ -949,6 +943,7 @@
         <mkdir dir="${tmp.dir}/resources"/>
         <mkdir dir="${tmp.dir}/docs/javadoc"/>
         <mkdir dir="${tmp.dir}/docs/faq"/>
  +      <mkdir dir="${tmp.dir}/docs/faq-pojo"/>
         <mkdir dir="${tmp.dir}/docs/tutorial"/>
         <mkdir dir="${tmp.dir}/docs/TreeCache"/>
         <mkdir dir="${tmp.dir}/docs/PojoCache"/>
  @@ -1039,6 +1034,10 @@
            <fileset dir="${doc.dir}/faq/build"/>
         </copy>
   
  +      <copy todir="${tmp.dir}/docs/faq-pojo" filtering="no">
  +         <fileset dir="${doc.dir}/faq-pojo/build"/>
  +      </copy>
  +
         <copy todir="${tmp.dir}/docs/tutorial" filtering="no">
            <fileset dir="${doc.dir}/tutorial/build"/>
         </copy>
  @@ -1096,9 +1095,10 @@
               <exclude name="examples/**"/>
               <exclude name="resources/**"/>
               <exclude name="docs/javadoc/**"/>
  -            <exclude name="docs/Pojocache/**"/>
  +            <exclude name="docs/PojoCache/**"/>
  +            <exclude name="docs/faq-pojo/**"/>
               <exclude name="docs/tutorial/**"/>
  -            <exclude name="test/org/jboss/cache/pojo/**"/>
  +            <exclude name="tests/org/jboss/cache/pojo/**"/>
            </zipfileset>
         </zip>
   
  @@ -1107,8 +1107,6 @@
               <exclude name="src/**"/>
               <exclude name="examples/annotated14/**"/>
               <exclude name="docs/javadoc/**"/>
  -            <exclude name="docs/TreeCache/**"/>
  -            <exclude name="docs/tutorial/**"/>
            </zipfileset>
         </zip>
   
  
  
  



More information about the jboss-cvs-commits mailing list