Author: antelder
Date: Sun Feb 28 21:13:51 2010
New Revision: 917295
URL: http://svn.apache.org/viewvc?rev=917295&view=rev
Log:
TUSCANY-2594 - try to get the Hudson build working again after the tools.jar
change
Modified:
tuscany/sca-java-2.x/trunk/pom.xml
Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=917295&r1=917294&r2=917295&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Sun Feb 28 21:13:51 2010
@@ -906,8 +906,8 @@
<artifactId>tools</artifactId>
<version>1.6</version>
<scope>system</scope>
- <systemPath>${tools.jar}</systemPath>
-
<!--systemPath>${java.home}/../lib/tools.jar</systemPath-->
+ <!-- systemPath>${tools.jar}</systemPath -->
+
<systemPath>${java.home}/../lib/tools.jar</systemPath>
<optional>true</optional>
</dependency>
</dependencies>