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

Peter Muir peter at bleepbleep.org.uk
Thu Jun 28 19:37:24 EDT 2007


  User: pmuir   
  Date: 07/06/28 19:37:24

  Modified:    examples/mail  build.xml
  Log:
  Move mail example to new build
  
  Revision  Changes    Path
  1.9       +9 -13     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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- build.xml	15 Jun 2007 05:11:54 -0000	1.8
  +++ build.xml	28 Jun 2007 23:37:24 -0000	1.9
  @@ -1,23 +1,19 @@
   <?xml version="1.0"?>
   
  -<project name="email" default="deploy" basedir=".">
  +<project name="Seam Mail" default="deploy" basedir=".">
   	<!-- Example name -->
   	<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.meldware.mail" 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" />
  -	<property name="src.java.dir" value="src" />
  -	<property name="src.test.dir" value="src" />
  -	<property name="test.classpath" value="test.eejb.classpath" />
  +	<!-- Libraries -->
  +	<property name="seam.ui.lib" value="yes" />
  +	<property name="seam.mail.lib" value="yes" />
  +	<property name="deploy.meldware.mail" value="yes" />
  +	<property name="seam.pdf.lib"    value="yes"/>
  +	<property name="seam.debug.lib" value="yes" />
  +	<property name="facelets.lib" value="yes" />
   
  -	<import file="../../build.xml" />
  +	<import file="../build.xml" />
   
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list