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

Peter Muir peter at bleepbleep.org.uk
Thu Sep 20 15:05:26 EDT 2007


  User: pmuir   
  Date: 07/09/20 15:05:26

  Modified:    examples/wiki  build.xml
  Log:
  Dependency management
  
  Revision  Changes    Path
  1.35      +3 -4      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.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- build.xml	17 Sep 2007 13:53:20 -0000	1.34
  +++ build.xml	20 Sep 2007 19:05:26 -0000	1.35
  @@ -110,10 +110,6 @@
   
       <!-- ################## CUSTOM TASKS ####################### -->
   
  -    <taskdef name="hibernatetool"
  -             classname="org.hibernate.tool.ant.HibernateToolTask"
  -             classpathref="tools.classpath"/>
  -
   
       <!-- ################## SETUP ####################### -->
   
  @@ -121,6 +117,9 @@
           <mkdir dir="${classes.dir}"/>
           <mkdir dir="${testclasses.dir}"/>
           <mkdir dir="${exploded.war.dir}"/>
  +    	<taskdef name="hibernatetool"
  +    	             classname="org.hibernate.tool.ant.HibernateToolTask"
  +    	             classpathref="tools.classpath"/>
       </target>
   
       <target name="clean" description="Cleans up all build artifacts">
  
  
  



More information about the jboss-cvs-commits mailing list