[jboss-cvs] jboss-seam/examples/wiki ...

Christian Bauer christian at hibernate.org
Wed Sep 26 06:09:45 EDT 2007


  User: cbauer  
  Date: 07/09/26 06:09:45

  Modified:    examples/wiki  build.xml
  Log:
  Fixed build
  
  Revision  Changes    Path
  1.40      +11 -9     jboss-seam/examples/wiki/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/build.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- build.xml	25 Sep 2007 16:55:08 -0000	1.39
  +++ build.xml	26 Sep 2007 10:09:45 -0000	1.40
  @@ -95,7 +95,10 @@
   
       <path id="tools.classpath">
           <fileset dir="${global.lib.dir}">
  -            <include name="thirdparty*.jar"/>
  +            <include name="commons-collections*.jar"/>
  +            <include name="commons-logging*.jar"/>
  +            <include name="dom4j*.jar"/>
  +            <include name="javassist*.jar"/>
           </fileset>
           <fileset dir="${local.lib.dir}"/>
       </path>
  @@ -108,9 +111,6 @@
           <include name="**/*.MF"/>
       </patternset>
   
  -    <!-- ################## CUSTOM TASKS ####################### -->
  -
  -
       <!-- ################## SETUP ####################### -->
   
       <target name="init" depends="copyseam,copyseamdependencies" description="Initialize the project build">
  @@ -141,6 +141,8 @@
                   <exclude name="hibernate-search*"/>
                   <!-- We don't need that at runtime -->
                   <exclude name="hibernate-tools*"/>
  +                <!-- We also need EHCache there -->
  +                <include name="ehcache*"/>
               </fileset>
           </copy>
   
  @@ -258,8 +260,8 @@
                   <exclude name="hibernate-annotations*"/>
                   <exclude name="hibernate-entitymanager*"/>
                   <exclude name="hibernate-validator*"/>
  -                <exclude name="mysql-connector*"/>
               	<exclude name="jboss-archive-browsing.jar" />
  +                <exclude name="ehcache*"/>
               </fileset>
           </copy>
   
  
  
  



More information about the jboss-cvs-commits mailing list