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

Gavin King gavin.king at jboss.com
Mon Nov 13 19:18:31 EST 2006


  User: gavin   
  Date: 06/11/13 19:18:31

  Modified:    examples/contactlist  build.xml
  Log:
  deploy components in jar
  put in stubs for RI
  
  Revision  Changes    Path
  1.7       +4 -5      jboss-seam/examples/contactlist/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- build.xml	10 Nov 2006 19:45:30 -0000	1.6
  +++ build.xml	14 Nov 2006 00:18:31 -0000	1.7
  @@ -37,7 +37,7 @@
       <fileset id="example.ejb3.root"
               dir="resources">
           <include name="import.sql"/>
  -        <include name="seam.properties"/>
  +        <include name="META-INF/components.xml"/>
       	<include name="META-INF/ejb-jar.xml"/>
           <include name="META-INF/persistence.xml"/>
       </fileset>
  @@ -46,9 +46,8 @@
       <zipfileset id="example.ear.resources"
               prefix="META-INF"
                  dir="resources/META-INF">
  -        <include name="*"/>
  -        <exclude name="persistence.xml"/>
  -    	<exclude name="META-INF/ejb-jar.xml"/>
  +        <include name="application.xml"/>
  +        <include name="jboss-app.xml"/>
       </zipfileset>
   
       <fileset id="example.ejb3.lib" dir="../../lib">
  @@ -74,7 +73,7 @@
     
       <fileset id="example.tomcat.resources"
             dir="resources">
  -       <include name="seam.properties"/>
  +       <include name="META-INF/components.xml"/>
          <include name="META-INF/persistence.xml"/>
          <include name="META-INF/ejb-jar.xml"/>
          <include name="import.sql"/>
  
  
  



More information about the jboss-cvs-commits mailing list