You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2003/08/03 13:27:28 UTC

cvs commit: ant/src/main/org/apache/tools/ant/types Path.java

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: cvs commit: ant/src/main/org/apache/tools/ant/types Path.java

Posted by Stefan Bodewig <bo...@apache.org>.
On 3 Aug 2003, <co...@apache.org> wrote:

>   Revert final on System classpath

Thanks

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org