You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ov...@apache.org on 2002/08/17 03:18:13 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/flow/javascript JSGlobal.java

ovidiu      2002/08/16 18:18:13

  Modified:    src/java/org/apache/cocoon/components/flow/javascript
                        JSGlobal.java
  Log:
  Organized the imports.
  
  Revision  Changes    Path
  1.3       +1 -6      xml-cocoon2/src/java/org/apache/cocoon/components/flow/javascript/JSGlobal.java
  
  Index: JSGlobal.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/flow/javascript/JSGlobal.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JSGlobal.java	2 Jul 2002 08:32:07 -0000	1.2
  +++ JSGlobal.java	17 Aug 2002 01:18:13 -0000	1.3
  @@ -42,16 +42,11 @@
    (INCLUDING  NEGLIGENCE OR  OTHERWISE) ARISING IN  ANY WAY OUT OF THE  USE OF
    THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   
  - This software  consists of voluntary contributions made  by many individuals
  - on  behalf of the Apache Software  Foundation and was  originally created by
  - Stefano Mazzocchi  <st...@apache.org>. For more  information on the Apache
  - Software Foundation, please see <http://www.apache.org/>.
  -
   */
   package org.apache.cocoon.components.flow.javascript;
   
  -import org.mozilla.javascript.Context;
   import org.mozilla.javascript.tools.shell.Global;
  +import org.mozilla.javascript.Context;
   
   /**
    * Functions and variables in the global JavaScript scope.
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org