You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2003/05/06 13:48:42 UTC

cvs commit: xml-axis/java/xmls targets.xml

dims        2003/05/06 04:48:41

  Modified:    java/src/org/apache/axis/components/script BSF.java
               java/xmls targets.xml
  Log:
  Update code to BSF 2.3.0 release
  
  Revision  Changes    Path
  1.3       +2 -2      xml-axis/java/src/org/apache/axis/components/script/BSF.java
  
  Index: BSF.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/components/script/BSF.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BSF.java	22 Apr 2003 19:34:13 -0000	1.2
  +++ BSF.java	6 May 2003 11:48:41 -0000	1.3
  @@ -55,8 +55,8 @@
   
   package org.apache.axis.components.script;
   
  -import com.ibm.bsf.BSFEngine;
  -import com.ibm.bsf.BSFManager;
  +import org.apache.bsf.BSFEngine;
  +import org.apache.bsf.BSFManager;
   
   public class BSF implements Script {
       public Object run(String language, String name, String scriptStr, String methodName, Object[] argValues)
  
  
  
  1.57      +1 -1      xml-axis/java/xmls/targets.xml
  
  Index: targets.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/xmls/targets.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- targets.xml	19 Mar 2003 19:35:36 -0000	1.56
  +++ targets.xml	6 May 2003 11:48:41 -0000	1.57
  @@ -213,7 +213,7 @@
       </condition>
   
       <condition property="bsf.present" >
  -      <available classname="com.ibm.bsf.BSFManager" classpathref="classpath" />
  +      <available classname="org.apache.bsf.BSFManager" classpathref="classpath" />
       </condition>
   
       <condition property="combridge.present" >