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

Peter Muir peter at bleepbleep.org.uk
Tue Sep 25 12:29:51 EDT 2007


  User: pmuir   
  Date: 07/09/25 12:29:51

  Modified:    examples/wiki  build.xml
  Log:
  Oops
  
  Revision  Changes    Path
  1.38      +2 -1      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.37
  retrieving revision 1.38
  diff -u -b -r1.37 -r1.38
  --- build.xml	25 Sep 2007 16:13:20 -0000	1.37
  +++ build.xml	25 Sep 2007 16:29:51 -0000	1.38
  @@ -101,7 +101,7 @@
   
       <!-- ################## SETUP ####################### -->
   
  -    <target name="init" description="Initialize the project build">
  +    <target name="init" depends="copyseam,copyseamdependencies" description="Initialize the project build">
           <mkdir dir="${classes.dir}"/>
           <mkdir dir="${testclasses.dir}"/>
           <mkdir dir="${exploded.war.dir}"/>
  @@ -247,6 +247,7 @@
                   <exclude name="hibernate-entitymanager*"/>
                   <exclude name="hibernate-validator*"/>
                   <exclude name="mysql-connector*"/>
  +            	<exclude name="jboss-archive-browsing.jar" />
               </fileset>
           </copy>
   
  
  
  



More information about the jboss-cvs-commits mailing list