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

Peter Muir peter at bleepbleep.org.uk
Thu Jun 28 13:06:53 EDT 2007


  User: pmuir   
  Date: 07/06/28 13:06:53

  Modified:    examples  build.xml
  Log:
  Add drools to new build
  
  Revision  Changes    Path
  1.6       +8 -3      jboss-seam/examples/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- build.xml	28 Jun 2007 15:48:27 -0000	1.5
  +++ build.xml	28 Jun 2007 17:06:53 -0000	1.6
  @@ -311,6 +311,13 @@
   		<include name="*.drl" />
   	</fileset>
   
  +	<!-- Property resources (e.g. themes, i8ln) get put on the classpath -->
  +	<fileset id="properties" dir="${resources.dir}">
  +		<exclude name="seam.properties" />
  +		<exclude name="components.properties" />
  +		<include name="*.properties" />
  +	</fileset>
  +
   	<!-- files for Seam Component jars -->
   	<patternset id="components-jar.files">
   		<include name="**/*.class" />
  @@ -384,9 +391,7 @@
   		</copy>
   		<!-- Put properties into the classpath -->
   		<copy todir="${war.dir}/WEB-INF/classes">
  -			<fileset dir="${resources.dir}">
  -				<include name="*.properties" />
  -			</fileset>
  +			<fileset refid="properties" />
   		</copy>
   	</target>
   
  
  
  



More information about the jboss-cvs-commits mailing list