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

Peter Muir peter at bleepbleep.org.uk
Thu Jun 28 19:23:00 EDT 2007


  User: pmuir   
  Date: 07/06/28 19:23:00

  Modified:    examples/dvdstore  build.xml
  Log:
  Move DVD to new build
  
  Revision  Changes    Path
  1.45      +10 -12    jboss-seam/examples/dvdstore/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/build.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -b -r1.44 -r1.45
  --- build.xml	25 Jun 2007 13:16:23 -0000	1.44
  +++ build.xml	28 Jun 2007 23:23:00 -0000	1.45
  @@ -6,21 +6,19 @@
       <property name="Name"               value="Seam DVD Store Example"/>
       <property name="example.name"       value="jboss-seam-dvd"/>
   	
  -    <!-- Overrides -->
  -    <property name="example.webinf.lib.dir"  value="lib"/>
  -    <property name="example.docroot.dir"     value="web"/>
  -    <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.jbpm.lib"        value="yes"/>
  -	<property name="example.search.lib"      value="yes"/>
  +    <!-- Libraries -->
  +    <property name="seam.ui.lib"     value="yes"/>
  +    <property name="seam.debug.lib"  value="yes"/>
  +    <property name="facelets.lib"    value="yes"/>
  +    <property name="jbpm.lib"        value="yes"/>
  +	<property name="search.lib"      value="yes"/>
  +	
  +	<!-- Datasource -->
       <property name="example.ds"              value="dvd-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"/>
   	
  +	<!-- Exclude the DS from validated files, as the mbean causes it not to validate -->
   	<fileset id="validate.resources" dir="${basedir}/resources">
   		<include name="META-INF/application.xml" />
   		<include name="META-INF/ejb-jar.xml" />
  
  
  



More information about the jboss-cvs-commits mailing list