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

Peter Muir peter at bleepbleep.org.uk
Fri Jun 29 05:15:00 EDT 2007


  User: pmuir   
  Date: 07/06/29 05:15:00

  Modified:    examples/registration  build.xml
  Log:
  Registration example on new build
  
  Revision  Changes    Path
  1.33      +4 -8      jboss-seam/examples/registration/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/registration/build.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -b -r1.32 -r1.33
  --- build.xml	21 Jun 2007 23:28:20 -0000	1.32
  +++ build.xml	29 Jun 2007 09:14:59 -0000	1.33
  @@ -6,15 +6,11 @@
       <property name="Name"                   value="Seam Registration Example"/>
       <property name="example.name"           value="jboss-seam-registration"/>
   
  -    <!-- Overrides -->
  -	<property name="example.webinf.lib.dir"  value="."/>
  -	<property name="example.seam.ui.lib"     value="yes"/>
  -	<property name="example.facelets.lib"    value="yes"/>
  -    <property name="src.java.dir"            value="src"/>
  -    <property name="src.test.dir"            value="src"/>
  -    <property name="test.classpath"          value="test.eejb.classpath"/>
  +    <!-- Libraries -->
  +	<property name="seam.ui.lib"     value="yes"/>
  +	<property name="facelets.lib"    value="yes"/>
   
  -    <import file="../../build.xml"/>
  +    <import file="../build.xml"/>
   
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list