diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-28 21:13:51 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-28 21:13:51 +0000 |
commit | 51a65f5a159a70c97434a3a7a00e6c0b68924305 (patch) | |
tree | 5d6e8d5e2726ab4d424f790582f8cda958fee268 /sca-java-2.x | |
parent | 8720acd237f415983c5ca2acd4b5135415114758 (diff) |
TUSCANY-2594 - try to get the Hudson build working again after the tools.jar change
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917295 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml index 7247c44944..ac45cb90bf 100644 --- a/sca-java-2.x/trunk/pom.xml +++ b/sca-java-2.x/trunk/pom.xml @@ -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> |