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

Norman Richards norman.richards at jboss.com
Sun Jan 28 22:04:23 EST 2007


  User: nrichards
  Date: 07/01/28 22:04:23

  Modified:    examples/pdf  build.xml
  Log:
  basic signature example
  
  Revision  Changes    Path
  1.3       +7 -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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build.xml	18 Jan 2007 04:29:45 -0000	1.2
  +++ build.xml	29 Jan 2007 03:04:23 -0000	1.3
  @@ -18,5 +18,12 @@
       <property name="tomcat.conf"             value="eejb.conf"/>  
       
       <import file="../../build.xml"/>
  +
  +    <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"/>
  +    </zipfileset>
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list