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

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


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

  Modified:    examples  build.xml
  Log:
  Blog example on new build
  
  Revision  Changes    Path
  1.4       +4 -2      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	28 Jun 2007 12:52:58 -0000	1.3
  +++ build.xml	28 Jun 2007 13:46:33 -0000	1.4
  @@ -293,6 +293,7 @@
   	<!-- resources to go in the jar for tomcat  -->
   	<fileset id="tomcat.jar.resources" dir="${resources.dir}">
   		<include name="${example.ds}" />
  +		<include name="treecache.xml" />
   	</fileset>
   
   	<!-- Resources to go in the ear -->
  @@ -380,10 +381,10 @@
   			<fileset refid="ajax4jsf.jar" />
   			<mapper type="flatten" />
   		</copy>
  -		<!-- Put messages into the classpath -->
  +		<!-- Put properties into the classpath -->
   		<copy todir="${war.dir}/WEB-INF/classes">
   			<fileset dir="${resources.dir}">
  -				<include name="messages*.properties" />
  +				<include name="*.properties" />
   			</fileset>
   		</copy>
   	</target>
  @@ -554,6 +555,7 @@
   			<fileset refid="gwt.jar" />
   			<fileset refid="jboss-el.jar" />
   			<fileset refid="jsf.jar" />
  +			<fileset refid="search.jar"/>
   			<mapper type="flatten" />
   		</copy>
   		<!-- Copy in resources, with filtering -->
  
  
  



More information about the jboss-cvs-commits mailing list