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

Peter Muir peter at bleepbleep.org.uk
Thu Jun 28 09:46:34 EDT 2007


  User: pmuir   
  Date: 07/06/28 09:46:34

  Modified:    examples/blog  build.xml
  Log:
  Blog example on new build
  
  Revision  Changes    Path
  1.18      +9 -11     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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- build.xml	27 Jun 2007 01:56:45 -0000	1.17
  +++ build.xml	28 Jun 2007 13:46:34 -0000	1.18
  @@ -6,18 +6,16 @@
       <property name="Name"                   value="Seam Blog Example"/>
       <property name="example.name"           value="jboss-seam-blog"/>
   
  -    <!-- 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="example.search.lib"      value="yes"/>
  -    <property name="example.cache.lib"       value="yes"/>
  +    <!-- Libraries to include -->
  +	<property name="seam.ui.lib"     value="yes"/>
  +	<property name="seam.debug.lib"  value="yes"/>
  +	<property name="facelets.lib"    value="yes"/>
  +    <property name="search.lib"      value="yes"/>
  +    <property name="cache.lib"       value="yes"/>
  +	
  +	<!-- Datasource -->
   	<property name="example.ds"              value="blog-ds.xml"/>
  -    <property name="src.java.dir"            value="src"/>
  -    <property name="src.test.dir"            value="src"/>
  -    <property name="test.classpath"          value="test.eejb.classpath"/>
   
  -    <import file="../../build.xml"/>
  +    <import file="../build.xml"/>
       
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list