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

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

Author: lresende
Date: Mon Mar  1 01:32:19 2010
New Revision: 917344

URL: http://svn.apache.org/viewvc?rev=917344&view=rev
Log:
TUSCANY-2594 - Reverting r917295 changes and setting tools.jar property in distribution profile to fix issues in the hudson continuum build.

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=917344&r1=917343&r2=917344&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Mon Mar  1 01:32:19 2010
@@ -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>