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>
 


Reply via email to