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

Peter Muir peter at bleepbleep.org.uk
Thu Jun 28 20:02:45 EDT 2007


  User: pmuir   
  Date: 07/06/28 20:02:45

  Modified:    examples  build.xml
  Log:
  Add numberguess to new build
  
  Revision  Changes    Path
  1.7       +9 -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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- build.xml	28 Jun 2007 17:06:53 -0000	1.6
  +++ build.xml	29 Jun 2007 00:02:45 -0000	1.7
  @@ -243,8 +243,8 @@
   
   	<!-- Meldware configuration -->
   	<patternset id="meldware.conf.files">
  -		<exclude name="**/*" unless="deploy.meldware" />
  -		<include name="meldware.store" if="deploy.meldware" />
  +		<exclude name="**/*" unless="deploy.meldware.mail" />
  +		<include name="meldware.store" if="deploy.meldware.mail" />
   	</patternset>
   
   	<!-- Just the mail portion of meldware -->
  @@ -295,6 +295,7 @@
   	<fileset id="tomcat.jar.resources" dir="${resources.dir}">
   		<include name="${example.ds}" />
   		<include name="treecache.xml" />
  +		<include name="*.jpdl.xml" />
   	</fileset>
   
   	<!-- Resources to go in the ear -->
  @@ -506,7 +507,7 @@
   		</copy>
   	</target>
   
  -	<target name="explode" depends="jar,jboss.war,ear,datasource" description="Deploy the exploded archive">
  +	<target name="explode" depends="jar,jboss.war,ear,datasource, meldware" description="Deploy the exploded archive">
   		<fail unless="jboss.home">jboss.home not set</fail>
   
   		<mkdir dir="${jar.deploy.dir}" />
  @@ -531,6 +532,11 @@
   		</delete>
   		<delete file="${deploy.dir}/${example.name}-ds.xml" failonerror="no" />
   		<delete dir="${ear.deploy.dir}" failonerror="no" />
  +		<delete failonerror="no">
  +			<fileset dir="${deploy.dir}">
  +				<patternset refid="meldware.files" />
  +			</fileset>
  +		</delete>
   	</target>
   
   	<target name="restart" depends="explode" description="Restart the exploded archive">
  
  
  



More information about the jboss-cvs-commits mailing list