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

Norman Richards norman.richards at jboss.com
Wed Jan 17 23:29:45 EST 2007


  User: nrichards
  Date: 07/01/17 23:29:45

  Modified:    examples/pdf  build.xml
  Log:
  fix tomcat name conflict
  
  Revision  Changes    Path
  1.2       +3 -3      jboss-seam/examples/pdf/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/pdf/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.xml	24 Dec 2006 19:58:08 -0000	1.1
  +++ build.xml	18 Jan 2007 04:29:45 -0000	1.2
  @@ -1,10 +1,10 @@
   <?xml version="1.0"?>
   
  -<project name="pdf" default="deploy" basedir=".">
  +<project name="document" default="deploy" basedir=".">
   
       <!-- Example name -->
  -    <property name="Name"                   value="PDF Example"/>
  -    <property name="example.name"           value="jboss-seam-pdf"/>
  +    <property name="Name"                   value="iText document example"/>
  +    <property name="example.name"           value="jboss-seam-document"/>
   
       <!-- Overrides -->
       <property name="example.webinf.lib.dir"  value="."/>
  
  
  



More information about the jboss-cvs-commits mailing list