diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-01 17:30:59 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-01 17:30:59 +0000 |
commit | bf793b5c3d99ef408cae502b3ff3f11ac6d258fb (patch) | |
tree | d762f1fb1c1f21a07c12f3acefdaf87c17649af3 /sca-java-2.x/trunk | |
parent | 8ab27a5b95d4d1965eb80dcc0a89603cbb1ad7e5 (diff) |
TUSCANY-2594 - Moving property definition to top level... and overriding it for mac specific profiles...
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917605 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/pom.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml index f0cb6e4bb4..2c28d3ef94 100644 --- a/sca-java-2.x/trunk/pom.xml +++ b/sca-java-2.x/trunk/pom.xml @@ -43,6 +43,7 @@ <prerequisites> <maven>2.0.6</maven> + <tools.jar>${java.home}/../lib/tools.jar</tools.jar> </prerequisites> <properties> @@ -266,9 +267,6 @@ <activation> <activeByDefault>true</activeByDefault> </activation> - <properties> - <tools.jar>${java.home}/../lib/tools.jar</tools.jar> - </properties> <modules> <module>modules</module> <module>samples</module> @@ -310,9 +308,6 @@ <!-- ====================================================================== --> <profile> <id>eclipse</id> - <properties> - <tools.jar>${java.home}/../lib/tools.jar</tools.jar> - </properties> <modules> <module>modules</module> <module>samples</module> @@ -385,9 +380,6 @@ <!-- ====================================================================== --> <profile> <id>distribution</id> - <properties> - <tools.jar>${java.home}/../lib/tools.jar</tools.jar> - </properties> <modules> <module>modules</module> <module>samples</module> |