You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ge...@apache.org on 2002/08/05 14:41:08 UTC

cvs commit: jakarta-commons-sandbox/jexl/src/java/org/apache/commons/jexl/parser ASTArrayAccess.java ASTIdentifier.java ASTMethod.java

geirm       2002/08/05 05:41:08

  Modified:    jexl/src/java/org/apache/commons/jexl/parser
                        ASTArrayAccess.java ASTIdentifier.java
                        ASTMethod.java
  Log:
  forgot to commit - intropsection independence
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-commons-sandbox/jexl/src/java/org/apache/commons/jexl/parser/ASTArrayAccess.java
  
  Index: ASTArrayAccess.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jexl/src/java/org/apache/commons/jexl/parser/ASTArrayAccess.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ASTArrayAccess.java	7 Jun 2002 03:35:30 -0000	1.3
  +++ ASTArrayAccess.java	5 Aug 2002 12:41:08 -0000	1.4
  @@ -57,8 +57,8 @@
   import org.apache.commons.jexl.JexlContext;
   import org.apache.commons.jexl.util.Coercion;
   import org.apache.commons.jexl.util.Introspector;
  -import org.apache.velocity.util.introspection.VelPropertyGet;
  -import org.apache.velocity.util.introspection.Info;
  +import org.apache.commons.jexl.util.introspection.Info;
  +import org.apache.commons.jexl.util.introspection.VelPropertyGet;
   
   import java.util.List;
   import java.util.Map;
  
  
  
  1.3       +1 -3      jakarta-commons-sandbox/jexl/src/java/org/apache/commons/jexl/parser/ASTIdentifier.java
  
  Index: ASTIdentifier.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jexl/src/java/org/apache/commons/jexl/parser/ASTIdentifier.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ASTIdentifier.java	25 May 2002 18:40:11 -0000	1.2
  +++ ASTIdentifier.java	5 Aug 2002 12:41:08 -0000	1.3
  @@ -57,8 +57,6 @@
   
   import org.apache.commons.jexl.JexlContext;
   import org.apache.commons.jexl.util.Introspector;
  -import org.apache.velocity.util.introspection.VelPropertyGet;
  -import org.apache.velocity.util.introspection.Info;
   
   import java.lang.reflect.Method;
   
  
  
  
  1.2       +2 -2      jakarta-commons-sandbox/jexl/src/java/org/apache/commons/jexl/parser/ASTMethod.java
  
  Index: ASTMethod.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jexl/src/java/org/apache/commons/jexl/parser/ASTMethod.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ASTMethod.java	26 Apr 2002 04:23:14 -0000	1.1
  +++ ASTMethod.java	5 Aug 2002 12:41:08 -0000	1.2
  @@ -2,8 +2,8 @@
   
   import org.apache.commons.jexl.JexlContext;
   import org.apache.commons.jexl.util.Introspector;
  -import org.apache.velocity.util.introspection.VelMethod;
  -import org.apache.velocity.util.introspection.Info;
  +import org.apache.commons.jexl.util.introspection.VelMethod;
  +import org.apache.commons.jexl.util.introspection.Info;
   
   public class ASTMethod extends SimpleNode
   {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>