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

Norman Richards norman.richards at jboss.com
Sat Apr 28 19:50:42 EDT 2007


  User: nrichards
  Date: 07/04/28 19:50:42

  Modified:    examples/itext  build.xml
  Log:
  more charts
  
  Revision  Changes    Path
  1.2       +4 -2      jboss-seam/examples/itext/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/itext/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.xml	7 Feb 2007 20:44:05 -0000	1.1
  +++ build.xml	28 Apr 2007 23:50:42 -0000	1.2
  @@ -7,7 +7,7 @@
       <property name="example.name"           value="jboss-seam-itext"/>
   
       <!-- Overrides -->
  -    <property name="example.webinf.lib.dir"  value="lib"/>
  +    <property name="example.webinf.lib.dir"  value="."/>
       <property name="example.seam.ui.lib"     value="yes"/>
       <property name="example.seam.pdf.lib"    value="yes"/>
       <property name="example.seam.debug.lib"  value="yes"/>
  @@ -20,6 +20,7 @@
   
       <import file="../../build.xml"/>
   
  +<!--
       <fileset id="example.local.jar" dir="lib">
           <include name="**/*.jar" />
       </fileset>
  @@ -27,6 +28,7 @@
       <path id="example.path">
           <fileset refid="example.local.jar" />
       </path>
  +   -->
      
       <zipfileset id="example.ear.resources"
                  dir="${example.resources.dir}">
  
  
  



More information about the jboss-cvs-commits mailing list