Author: kwright
Date: Tue Dec 27 19:34:40 2011
New Revision: 1224988
URL: http://svn.apache.org/viewvc?rev=1224988&view=rev
Log:
Revert; dependency was being found, just didn't appear in the classpath.
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=1224988&r1=1224987&r2=1224988&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:34:40 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>
|