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

Peter Muir peter at bleepbleep.org.uk
Sun Feb 11 16:53:48 EST 2007


  User: pmuir   
  Date: 07/02/11 16:53:48

  Modified:    examples/mail  build.xml
  Log:
  Move meldware to /mail directory, add mail-ra to /mail directory
  
  Revision  Changes    Path
  1.6       +1 -12     jboss-seam/examples/mail/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/mail/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- build.xml	4 Feb 2007 20:58:27 -0000	1.5
  +++ build.xml	11 Feb 2007 21:53:48 -0000	1.6
  @@ -10,6 +10,7 @@
   	<property name="example.webinf.lib.dir" value="." />
   	<property name="example.seam.ui.lib" value="yes" />
   	<property name="example.seam.mail.lib" value="yes" />
  +	<property name="example.seam.meldware" value="yes" />
   	<property name="example.seam.pdf.lib"    value="yes"/>
   	<property name="example.seam.debug.lib" value="yes" />
   	<property name="example.facelets.lib" value="yes" />
  @@ -20,17 +21,5 @@
   
   	<import file="../../build.xml" />
   	
  -	<fileset id="example.deploy" dir="${example.resources.dir}">
  -			<include name="${example.ds}" />
  -			<include name="buni-mail.ear" />
  -			<include name="buni-mail-ds.xml" />
  -		</fileset>
  -
  -		<patternset id="example.undeploy">
  -			<include name="${example.ds}" />
  -			<include name="buni-mail.ear" />
  -			<include name="buni-mail-ds.xml" />
  -		</patternset>
  -
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list