summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-02-26 00:06:34 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-02-26 00:06:34 +0000
commitabe9d1ce08dc5086320f766029f5ba7a9cac037e (patch)
treec1741c3ed3977722e672fe2df036ca3abc689801 /sca-java-2.x
parentd7c15da034109074d717d3f9f0c3325a54b597dd (diff)
Configure tools.jar for eclipse profile
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916501 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, 2 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index f5bdbc02ef..874f994f0d 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -358,11 +358,9 @@
<profile>
<id>eclipse</id>
-<!--
<properties>
- <notice.dir>src/main/resources</notice.dir>
- </properties>
--->
+ <tools.jar>${java.home}/../lib/tools.jar</tools.jar>
+ </properties>
<modules>
<module>modules</module>
<module>samples</module>