[jboss-cvs] jboss-seam/seam-gen/resources/META-INF ...

Gavin King gavin.king at jboss.com
Sat Dec 2 23:55:16 EST 2006


  User: gavin   
  Date: 06/12/02 23:55:16

  Modified:    seam-gen/resources/META-INF       application-wtp.xml
                        application.xml ejb-jar.xml jboss-app.xml
                        jboss-beans.xml persistence.xml
  Log:
  ws
  
  Revision  Changes    Path
  1.3       +24 -19    jboss-seam/seam-gen/resources/META-INF/application-wtp.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: application-wtp.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/META-INF/application-wtp.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- application-wtp.xml	2 Nov 2006 00:37:02 -0000	1.2
  +++ application-wtp.xml	3 Dec 2006 04:55:16 -0000	1.3
  @@ -1,6 +1,10 @@
  -<application>
  +<?xml version="1.0" encoding="UTF-8"?>
  +<application xmlns="http://java.sun.com/xml/ns/javaee" 
  +             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  +             xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd"
  +             version="5">
  +    
   	<display-name>Seam Generated Application</display-name>
  -    <description>created by seam-gen</description>
   
   	<module>
   		<web>
  @@ -17,4 +21,5 @@
   	<module>
   	    <java>jbpm-3.1.1.jar</java>
   	</module>
  +    
   </application>
  \ No newline at end of file
  
  
  
  1.3       +16 -16    jboss-seam/seam-gen/resources/META-INF/application.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: application.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/META-INF/application.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  
  
  
  1.4       +3 -3      jboss-seam/seam-gen/resources/META-INF/ejb-jar.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ejb-jar.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/META-INF/ejb-jar.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  
  
  
  1.2       +2 -2      jboss-seam/seam-gen/resources/META-INF/jboss-app.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-app.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/META-INF/jboss-app.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  
  
  
  1.3       +0 -1      jboss-seam/seam-gen/resources/META-INF/jboss-beans.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-beans.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/META-INF/jboss-beans.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- jboss-beans.xml	8 Nov 2006 05:32:16 -0000	1.2
  +++ jboss-beans.xml	3 Dec 2006 04:55:16 -0000	1.3
  @@ -1,5 +1,4 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -
   <deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
               xmlns="urn:jboss:bean-deployer">
  
  
  
  1.7       +4 -2      jboss-seam/seam-gen/resources/META-INF/persistence.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/META-INF/persistence.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- persistence.xml	3 Dec 2006 04:19:37 -0000	1.6
  +++ persistence.xml	3 Dec 2006 04:55:16 -0000	1.7
  @@ -3,6 +3,7 @@
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" 
                version="1.0">
  +             
   	<persistence-unit name="@projectName@">
         <provider>org.hibernate.ejb.HibernatePersistence</provider>
         <jta-data-source>java:/@projectName at Datasource</jta-data-source>
  @@ -13,4 +14,5 @@
            <property name="jboss.entity.manager.factory.jndi.name" value="java:/@projectName at EntityManagerFactory"/>
         </properties>
   	</persistence-unit>
  +    
   </persistence>
  
  
  



More information about the jboss-cvs-commits mailing list