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

Peter Muir peter at bleepbleep.org.uk
Sun Jan 21 11:13:04 EST 2007


  User: pmuir   
  Date: 07/01/21 11:13:04

  Modified:    examples/mail  build.xml
  Log:
  tidy up mail example
  
  Revision  Changes    Path
  1.2       +2 -2      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.xml	21 Jan 2007 14:41:54 -0000	1.1
  +++ build.xml	21 Jan 2007 16:13:04 -0000	1.2
  @@ -1,10 +1,10 @@
   <?xml version="1.0"?>
   
  -<project name="mail" default="deploy" basedir=".">
  +<project name="email" default="deploy" basedir=".">
   
       <!-- Example name -->
       <property name="Name"                   value="Mail example"/>
  -    <property name="example.name"           value="jboss-seam-mail"/>
  +    <property name="example.name"           value="jboss-seam-email"/>
   
       <!-- Overrides -->
       <property name="example.webinf.lib.dir"  value="."/>
  
  
  



More information about the jboss-cvs-commits mailing list