summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-03-01 01:32:19 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-03-01 01:32:19 +0000
commit7c1b1e592e5984dc0aabf68033e7c691b594d9da (patch)
treee2f7326d3edc25299c5a2dd0128de9ad3fa40f41 /sca-java-2.x
parent3735917497e80b9b55a65d1e8961091f9550e114 (diff)
TUSCANY-2594 - Reverting r917295 changes and setting tools.jar property in distribution profile to fix issues in the hudson continuum build.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917344 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index ac45cb90bf..f0cb6e4bb4 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -385,6 +385,9 @@
<!-- ====================================================================== -->
<profile>
<id>distribution</id>
+ <properties>
+ <tools.jar>${java.home}/../lib/tools.jar</tools.jar>
+ </properties>
<modules>
<module>modules</module>
<module>samples</module>
@@ -906,8 +909,7 @@
<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>
<optional>true</optional>
</dependency>
</dependencies>