[jboss-cvs] jboss-seam/examples/dvdstore/resources/META-INF ...

Norman Richards norman.richards at jboss.com
Sun Dec 17 02:20:04 EST 2006


  User: nrichards
  Date: 06/12/17 02:20:04

  Modified:    examples/dvdstore/resources/META-INF     application.xml
                        ejb-jar.xml jboss-app.xml persistence.xml
  Log:
  use bigdecimal for dollar amounts, also clear up some messed up line endings
  
  Revision  Changes    Path
  1.7       +18 -19    jboss-seam/examples/dvdstore/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/examples/dvdstore/resources/META-INF/application.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- application.xml	5 Dec 2006 13:23:40 -0000	1.6
  +++ application.xml	17 Dec 2006 07:20:04 -0000	1.7
  @@ -27,5 +27,4 @@
   	<module>
   	    <java>jbpm-3.1.2.jar</java>
   	</module>
  -	
   </application>
  
  
  
  1.4       +12 -13    jboss-seam/examples/dvdstore/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/examples/dvdstore/resources/META-INF/ejb-jar.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ejb-jar.xml	3 Dec 2006 04:44:40 -0000	1.3
  +++ ejb-jar.xml	17 Dec 2006 07:20:04 -0000	1.4
  @@ -16,5 +16,4 @@
            <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
         </interceptor-binding>
      </assembly-descriptor>
  -   
   </ejb-jar>
  
  
  
  1.3       +3 -3      jboss-seam/examples/dvdstore/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/examples/dvdstore/resources/META-INF/jboss-app.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  
  
  
  1.10      +5 -5      jboss-seam/examples/dvdstore/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/examples/dvdstore/resources/META-INF/persistence.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  
  
  



More information about the jboss-cvs-commits mailing list