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

Peter Muir peter at bleepbleep.org.uk
Thu Jun 28 11:48:27 EDT 2007


  User: pmuir   
  Date: 07/06/28 11:48:27

  Modified:    examples/contactlist  build.xml
  Log:
  Move contactlist to new build
  
  Revision  Changes    Path
  1.11      +5 -9      jboss-seam/examples/contactlist/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- build.xml	15 Jun 2007 05:09:25 -0000	1.10
  +++ build.xml	28 Jun 2007 15:48:27 -0000	1.11
  @@ -6,16 +6,12 @@
       <property name="Name"                   value="Seam Contact List Example"/>
       <property name="example.name"           value="jboss-seam-contactlist"/>
   
  -    <!-- Overrides -->
  -	<property name="example.webinf.lib.dir"  value="."/>
  -	<property name="example.seam.ui.lib"     value="yes"/>
  -	<property name="example.seam.debug.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="seam.debug.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