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

Norman Richards norman.richards at jboss.com
Mon Feb 5 15:22:33 EST 2007


  User: nrichards
  Date: 07/02/05 15:22:33

  Modified:    examples/pdf  build.xml
  Log:
  add charting example until we get proper component tags
  
  Revision  Changes    Path
  1.4       +10 -0     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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	29 Jan 2007 03:04:23 -0000	1.3
  +++ build.xml	5 Feb 2007 20:22:33 -0000	1.4
  @@ -17,13 +17,23 @@
       <property name="test.classpath"          value="test.eejb.classpath"/>
       <property name="tomcat.conf"             value="eejb.conf"/>  
       
  +
       <import file="../../build.xml"/>
   
  +    <fileset id="example.local.jar" dir="lib">
  +        <include name="**/*.jar" />
  +    </fileset>
  +
  +    <path id="example.path">
  +        <fileset refid="example.local.jar" />
  +    </path>
  +   
       <zipfileset id="example.ear.resources"
                  dir="${example.resources.dir}">
           <include name="META-INF/application.xml"/>
           <include name="META-INF/jboss-app.xml"/>
           <include name="*.keystore"/>
  +        <include name="lib/*.jar" />
       </zipfileset>
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list