conor       2003/08/03 04:27:28

  Modified:    src/main/org/apache/tools/ant/types Path.java
  Log:
  Revert final on System classpath
  
  Revision  Changes    Path
  1.55      +1 -1      ant/src/main/org/apache/tools/ant/types/Path.java
  
  Index: Path.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/Path.java,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -w -u -r1.54 -r1.55
  --- Path.java 24 Jul 2003 13:55:57 -0000      1.54
  +++ Path.java 3 Aug 2003 11:27:27 -0000       1.55
  @@ -100,7 +100,7 @@
       private Vector elements;
   
       /** The system classspath as a Path object */
  -    public static final Path systemClasspath =
  +    public static Path systemClasspath =
           new Path(null, System.getProperty("java.class.path"));
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to