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

Peter Muir peter at bleepbleep.org.uk
Thu Sep 20 14:37:17 EDT 2007


  User: pmuir   
  Date: 07/09/20 14:37:17

  Modified:    examples/groovybooking  build.xml
  Log:
  Dependency management
  
  Revision  Changes    Path
  1.7       +3 -4      jboss-seam/examples/groovybooking/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/groovybooking/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- build.xml	6 Sep 2007 17:18:46 -0000	1.6
  +++ build.xml	20 Sep 2007 18:37:17 -0000	1.7
  @@ -38,11 +38,10 @@
           <fileset refid="lib" />
       </path>
   
  +    <target name="init" description="Initialize the build">
       <taskdef name ="groovyc"
           classname ="org.codehaus.groovy.ant.Groovyc"
           classpathref="build.classpath"/> <!-- really only the groovy jar is necessary -->
  -
  -    <target name="init" description="Initialize the build">
           <mkdir dir="${classes.model.dir}" />
           <mkdir dir="${classes.action.dir}" />
           <mkdir dir="${dist.dir}" />
  
  
  



More information about the jboss-cvs-commits mailing list