[jboss-cvs] JBossAS SVN: r111294 - in branches/JBPAPP_5_1: component-matrix and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 3 12:47:37 EDT 2011


Author: fnasser at redhat.com
Date: 2011-05-03 12:47:37 -0400 (Tue, 03 May 2011)
New Revision: 111294

Modified:
   branches/JBPAPP_5_1/build/build-distr.xml
   branches/JBPAPP_5_1/component-matrix/pom.xml
   branches/JBPAPP_5_1/thirdparty/pom.xml
Log:
JBPAPP-6416 - bsh.util.BeanShellBSFEngine class is missing in bsh.jar

Modified: branches/JBPAPP_5_1/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_1/build/build-distr.xml	2011-05-03 10:40:44 UTC (rev 111293)
+++ branches/JBPAPP_5_1/build/build-distr.xml	2011-05-03 16:47:37 UTC (rev 111294)
@@ -1288,6 +1288,7 @@
     <copy todir="${install.all.lib}" filtering="no">
       <fileset dir="${beanshell.beanshell.lib}">
          <include name="bsh.jar"/>
+         <include name="bsh-bsh.jar"/>
       </fileset>
     </copy>
 

Modified: branches/JBPAPP_5_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml	2011-05-03 10:40:44 UTC (rev 111293)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml	2011-05-03 16:47:37 UTC (rev 111294)
@@ -1195,6 +1195,12 @@
       </dependency>
       
       <dependency>
+        <groupId>org.beanshell</groupId>
+        <artifactId>bsh-bsf</artifactId>
+        <version>2.0b4</version>
+      </dependency>
+      
+      <dependency>
         <groupId>org.codehaus.jettison</groupId>
         <artifactId>jettison</artifactId>
         <version>1.1</version>

Modified: branches/JBPAPP_5_1/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_1/thirdparty/pom.xml	2011-05-03 10:40:44 UTC (rev 111293)
+++ branches/JBPAPP_5_1/thirdparty/pom.xml	2011-05-03 16:47:37 UTC (rev 111294)
@@ -119,6 +119,13 @@
               </mapping>
             </dependency>
             <dependency>
+              <groupId>org.beanshell</groupId>
+              <artifactId>bsh-bsf</artifactId>
+              <mapping>
+                <componentId>beanshell</componentId>
+              </mapping>
+            </dependency>
+            <dependency>
               <groupId>commons-lang</groupId>
               <artifactId>commons-lang</artifactId>
               <mapping>
@@ -1214,6 +1221,10 @@
       <artifactId>bsh</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.beanshell</groupId>
+      <artifactId>bsh-bsf</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.objectweb.asm</groupId>
       <artifactId>asm</artifactId>
     </dependency>



More information about the jboss-cvs-commits mailing list