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

Gavin King gavin.king at jboss.com
Tue May 15 11:53:42 EDT 2007


  User: gavin   
  Date: 07/05/15 11:53:42

  Modified:    seam-gen/build-scripts    .classpath build-war.xml build.xml
  Log:
  ALWAYS test seam-gencvs dif seam-gen
  
  Revision  Changes    Path
  1.17      +5 -9      jboss-seam/seam-gen/build-scripts/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/.classpath,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- .classpath	9 May 2007 01:22:04 -0000	1.16
  +++ .classpath	15 May 2007 15:53:42 -0000	1.17
  @@ -12,24 +12,20 @@
       <classpathentry kind="lib" path="lib/jboss-seam.jar"/>
       <classpathentry kind="lib" path="lib/jboss-seam-debug.jar"/>
       <classpathentry kind="lib" path="lib/jbpm-3.1.4.jar"/>
  -    <classpathentry kind="lib" path="lib/drools-core-3.0.5.jar"/>
  -    <classpathentry kind="lib" path="lib/drools-compiler-3.0.5.jar"/>
  -    <classpathentry kind="lib" path="lib/janino-2.4.3.jar"/>
       <classpathentry kind="lib" path="lib/antlr-2.7.6.jar"/>
  -    <classpathentry kind="lib" path="lib/antlr-3.0ea8.jar"/>
  -    <classpathentry kind="lib" path="lib/commons-jci-core-1.0-406301.jar"/>
  -    <classpathentry kind="lib" path="lib/commons-jci-janino-2.4.3.jar"/>
  -    <classpathentry kind="lib" path="lib/stringtemplate-2.3b6.jar"/>
       <classpathentry kind="lib" path="lib/jgroups.jar"/>
       <classpathentry kind="lib" path="lib/jsf-facelets.jar"/>
       <classpathentry kind="lib" path="lib/jstl-1.1.0.jar"/>
  -    <classpathentry kind="lib" path="lib/jsf-api.jar" />
  -    <classpathentry kind="lib" path="lib/jsp-api.jar" />
  +    <classpathentry kind="lib" path="lib/jsf-api.jar"/>
       <classpathentry kind="lib" path="lib/servlet-api.jar"/>
       <classpathentry kind="lib" path="lib/testng-4.5.1-jdk15.jar"/>
       <classpathentry kind="lib" path="lib/thirdparty-all.jar"/>
       <classpathentry kind="lib" path="lib/jboss-el.jar"/>
       <classpathentry kind="lib" path="lib/jboss-el-api.jar"/>
  +	<classpathentry kind="lib" path="lib/mvel14-1.2beta16.jar"/>
  +	<classpathentry kind="lib" path="lib/drools-core-4.0.0.MR2.jar"/>
  +	<classpathentry kind="lib" path="lib/drools-compiler-4.0.0.MR2.jar"/>
  +	<classpathentry kind="lib" path="lib/janino-2.5.6.jar"/>
       <classpathentry kind="lib" path="lib/@driverJar@"/>
       <classpathentry kind="output" path="test-build"/>
   </classpath>
  
  
  
  1.14      +1 -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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- build-war.xml	18 Apr 2007 06:40:05 -0000	1.13
  +++ build-war.xml	15 May 2007 15:53:42 -0000	1.14
  @@ -203,8 +203,7 @@
                   <include name="drools-*.jar"/>
                   <include name="janino-*.jar"/>
                   <include name="antlr-*.jar"/>
  -                <include name="commons-jci-*.jar"/>
  -                <include name="stringtemplate-*.jar"/>
  +                <include name="mvel*.jar"/>
                   <include name="groovy-*.jar" if="groovy.present"/>
               </fileset>
           </copy>
  
  
  
  1.32      +1 -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.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- build.xml	9 Apr 2007 18:35:53 -0000	1.31
  +++ build.xml	15 May 2007 15:53:42 -0000	1.32
  @@ -147,8 +147,7 @@
                                   <include name="drools-*.jar"/>
                                   <include name="janino-*.jar"/>
                                   <include name="antlr-*.jar"/>
  -                                <include name="commons-jci-*.jar"/>
  -                                <include name="stringtemplate-*.jar"/>
  +                                <include name="mvel*.jar"/>
                           </fileset>
                   </copy>
                   <copy todir="${ear.dir}/META-INF">
  
  
  



More information about the jboss-cvs-commits mailing list