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/01/20 19:59:14 UTC

svn commit: r901330 - in /tuscany/sca-java-2.x/trunk: itest/distribution/implementation-java-calculator/pom.xml pom.xml

Author: lresende
Date: Wed Jan 20 18:59:14 2010
New Revision: 901330

URL: http://svn.apache.org/viewvc?rev=901330&view=rev
Log:
Reverting accidentally committed changes from revisions 901322 and 901323 as I haven't tested them in other platforms

Modified:
    tuscany/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml?rev=901330&r1=901329&r2=901330&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/distribution/implementation-java-calculator/pom.xml Wed Jan 20 18:59:14 2010
@@ -55,6 +55,14 @@
                         <artifactId>ant-trax</artifactId>
                         <version>1.6.5</version>
                     </dependency>
+                    <!-- this JDk dependency is a workaround for Maven bug - http://jira.codehaus.org/browse/MNG-1323  -->
+                    <dependency>
+                        <groupId>sun.jdk</groupId>
+                        <artifactId>tools</artifactId>
+                        <version>1.6</version>
+                        <scope>system</scope>
+                        <systemPath>${java.home}/../lib/tools.jar</systemPath>
+                    </dependency>
                 </dependencies>
 
                 <executions>

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=901330&r1=901329&r2=901330&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Wed Jan 20 18:59:14 2010
@@ -819,6 +819,15 @@
                             <artifactId>ant-trax</artifactId>
                             <version>1.7.1</version>
                         </dependency>
+                        <!-- this JDk dependency is a workaround for Maven bug - http://jira.codehaus.org/browse/MNG-1323  -->
+                        <dependency>
+                            <groupId>sun.jdk</groupId>
+                            <artifactId>tools</artifactId>
+                            <version>1.6</version>
+                            <scope>system</scope>
+                            <systemPath>${java.home}/../lib/tools.jar</systemPath>
+                            <optional>true</optional>
+                        </dependency>
                     </dependencies>
                 </plugin>