From dacde0154f5beab7d397daa2be6c63020774a6cc Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Sun, 3 Aug 2003 11:27:27 +0000 Subject: [PATCH] Revert final on System classpath git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275009 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/types/Path.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/types/Path.java b/src/main/org/apache/tools/ant/types/Path.java index 22e485431..6f5657022 100644 --- a/src/main/org/apache/tools/ant/types/Path.java +++ b/src/main/org/apache/tools/ant/types/Path.java @@ -100,7 +100,7 @@ public class Path extends DataType implements Cloneable { 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"));