You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2010/02/26 01:06:34 UTC

svn commit: r916501 - /tuscany/sca-java-2.x/trunk/pom.xml

Author: rfeng
Date: Fri Feb 26 00:06:34 2010
New Revision: 916501

URL: http://svn.apache.org/viewvc?rev=916501&view=rev
Log:
Configure tools.jar for eclipse profile

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=916501&r1=916500&r2=916501&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Fri Feb 26 00:06:34 2010
@@ -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>