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

Peter Muir peter at bleepbleep.org.uk
Tue Sep 25 12:13:19 EDT 2007


  User: pmuir   
  Date: 07/09/25 12:13:19

  Modified:    examples/blog  build.xml
  Log:
  Lots of fixes for examples builds inc. port groovybooking build onto shared, fix wiki build, stop using provided scope, and some runtime dependencies
  
  Revision  Changes    Path
  1.19      +2 -0      jboss-seam/examples/blog/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- build.xml	28 Jun 2007 13:46:34 -0000	1.18
  +++ build.xml	25 Sep 2007 16:13:19 -0000	1.19
  @@ -16,6 +16,8 @@
   	<!-- Datasource -->
   	<property name="example.ds"              value="blog-ds.xml"/>
   
  +	<property name="clean.extra" value="${basedir}/blogindexes" />
  +	
       <import file="../build.xml"/>
       
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list