You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2006/03/27 21:11:05 UTC

svn commit: r389225 - /gump/metadata/project/smartfrog.xml

Author: stevel
Date: Mon Mar 27 11:11:04 2006
New Revision: 389225

URL: http://svn.apache.org/viewcvs?rev=389225&view=rev
Log:
as BSH seems permanently broken, we are switching to the old version in our library

Modified:
    gump/metadata/project/smartfrog.xml

Modified: gump/metadata/project/smartfrog.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/smartfrog.xml?rev=389225&r1=389224&r2=389225&view=diff
==============================================================================
--- gump/metadata/project/smartfrog.xml (original)
+++ gump/metadata/project/smartfrog.xml Mon Mar 27 11:11:04 2006
@@ -204,8 +204,12 @@
     <depend project="jsch" runtime="true"/>
 
     <!-- scripting -->
-    <depend project="jakarta-bsf" runtime="true"/>    
-    <depend project="bsh" runtime="true"/>
+    <depend project="jakarta-bsf" runtime="true"/>
+
+    <!-- as BSH seems permanently broken, we are switching to
+         the old version in our library-->
+    <work nested="components/scripting/lib/bsh-1.3.0.jar"/>    
+<!--    <depend project="bsh" runtime="true"/>-->
     
     <depend project="jakarta-velocity"/>