You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/12/27 20:32:07 UTC

svn commit: r1224986 - /incubator/lcf/branches/CONNECTORS-335/framework/core/pom.xml

Author: kwright
Date: Tue Dec 27 19:32:07 2011
New Revision: 1224986

URL: http://svn.apache.org/viewvc?rev=1224986&view=rev
Log:
oops, not quite the right path

Modified:
    incubator/lcf/branches/CONNECTORS-335/framework/core/pom.xml

Modified: incubator/lcf/branches/CONNECTORS-335/framework/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-335/framework/core/pom.xml?rev=1224986&r1=1224985&r2=1224986&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-335/framework/core/pom.xml (original)
+++ incubator/lcf/branches/CONNECTORS-335/framework/core/pom.xml Tue Dec 27 19:32:07 2011
@@ -93,7 +93,7 @@
       <artifactId>tools</artifactId>
       <version>1.5.0</version>
       <scope>system</scope>
-      <systemPath>${java.home}/../lib/tools.jar</systemPath>
+      <systemPath>${java.home}/lib/tools.jar</systemPath>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>