[jboss-cvs] jboss-seam/seam-gen/build-scripts ...

Norman Richards norman.richards at jboss.com
Thu Sep 27 01:20:14 EDT 2007


  User: nrichards
  Date: 07/09/27 01:20:14

  Modified:    seam-gen/build-scripts   build-war.xml build.xml
  Log:
  commons jar name changes
  
  Revision  Changes    Path
  1.20      +2 -2      jboss-seam/seam-gen/build-scripts/build-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/build-war.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- build-war.xml	6 Sep 2007 17:18:46 -0000	1.19
  +++ build-war.xml	27 Sep 2007 05:20:14 -0000	1.20
  @@ -212,8 +212,8 @@
                   <include name="jboss-seam.jar" />
                   <include name="jbpm*.jar" />
                   <include name="jboss-el.jar" />
  -                <include name="commons-digester-*.jar" />
  -                <include name="commons-beanutils-*.jar" />
  +                <include name="commons-digester.jar" />
  +                <include name="commons-beanutils.jar" />
               </fileset>
           </copy>
           
  
  
  
  1.41      +2 -2      jboss-seam/seam-gen/build-scripts/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/build.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- build.xml	20 Sep 2007 18:37:17 -0000	1.40
  +++ build.xml	27 Sep 2007 05:20:14 -0000	1.41
  @@ -124,8 +124,8 @@
                                   <include name="richfaces-impl*.jar" />
                           		<include name="richfaces-ui*.jar" />
                                   <include name="oscache*.jar" />
  -                                <include name="commons-digester-*.jar" />
  -                                <include name="commons-beanutils-*.jar" />
  +                                <include name="commons-digester.jar" />
  +                                <include name="commons-beanutils.jar" />
                                   <include name="jsf-facelets.jar" />
                                   <include name="jboss-seam-*.jar" />
                                   <exclude name="jboss-seam-gen.jar" />
  
  
  



More information about the jboss-cvs-commits mailing list