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

Peter Muir peter at bleepbleep.org.uk
Fri Feb 2 11:49:10 EST 2007


  User: pmuir   
  Date: 07/02/02 11:49:10

  Modified:    examples/mail  build.xml
  Log:
  JBSEAM-694 Bundle meldware (SMTP component) from buni.org with mail example
  
  Revision  Changes    Path
  1.4       +27 -15    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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	24 Jan 2007 21:13:44 -0000	1.3
  +++ build.xml	2 Feb 2007 16:49:10 -0000	1.4
  @@ -3,21 +3,33 @@
   <project name="email" default="deploy" basedir=".">
   
       <!-- Example name -->
  -    <property name="Name"                   value="Mail example"/>
  -    <property name="example.name"           value="jboss-seam-email"/>
  +	<property name="Name" value="Mail example" />
  +	<property name="example.name" value="jboss-seam-email" />
   
       <!-- Overrides -->
  -    <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.debug.lib"  value="yes"/>
  -    <property name="example.facelets.lib"    value="yes"/>
  -    <property name="src.java.dir"            value="src"/>
  -    <property name="src.test.dir"            value="src"/>
  -    <property name="test.classpath"          value="test.eejb.classpath"/>
  -    <property name="tomcat.conf"             value="eejb.conf"/>  
  +	<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.debug.lib" value="yes" />
  +	<property name="example.facelets.lib" value="yes" />
  +	<property name="src.java.dir" value="src" />
  +	<property name="src.test.dir" value="src" />
  +	<property name="test.classpath" value="test.eejb.classpath" />
  +	<property name="tomcat.conf" value="eejb.conf" />
       
  -    <import file="../../build.xml"/>
  +	<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