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

Gavin King gavin.king at jboss.com
Wed Sep 27 00:09:02 EDT 2006


  User: gavin   
  Date: 06/09/27 00:09:01

  Modified:    examples/registration  build.xml
  Log:
  major work on crud example
  
  Revision  Changes    Path
  1.25      +8 -10     jboss-seam/examples/registration/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/registration/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- build.xml	10 Jun 2006 07:29:59 -0000	1.24
  +++ build.xml	27 Sep 2006 04:09:01 -0000	1.25
  @@ -1,10 +1,10 @@
   <?xml version="1.0"?>
   
  -<project name="Registration" default="deploy" basedir=".">
  +<project name="CRUD" default="deploy" basedir=".">
   
       <!-- Example name -->
  -    <property name="Name"                   value="Seam Registration Example"/>
  -    <property name="example.name"           value="jboss-seam-registration"/>
  +    <property name="Name"                   value="Seam CRUD Example"/>
  +    <property name="example.name"           value="jboss-seam-crud"/>
   
       <!-- WAR -->
       <zipfileset id="example.war.docroot"
  @@ -20,15 +20,13 @@
       
       <zipfileset id="example.war.webinf.lib"
               prefix="WEB-INF/lib"
  -               dir="resources/WEB-INF">
  -        <include name="_NONE_"/>
  +               dir="../../facelets/lib">
  +        <include name="*.jar"/>
       </zipfileset>
       
       <zipfileset id="example.war.webinf.lib.extra" 
               prefix="WEB-INF/lib"
  -               dir=".">
  -        <include name="_NONE_"/>
  -    </zipfileset>
  +    	     refid="extra.seam.jar"/>
   
       <zipfileset id="example.war.webinf.lib.extra" 
       	    prefix="WEB-INF/lib"
  
  
  



More information about the jboss-cvs-commits mailing list