You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/04/29 21:34:19 UTC

svn commit: r398227 - /cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml

Author: jheymans
Date: Sat Apr 29 12:34:19 2006
New Revision: 398227

URL: http://svn.apache.org/viewcvs?rev=398227&view=rev
Log:
removed dependency on tools.jar, compiles fine without

Modified:
    cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml?rev=398227&r1=398226&r2=398227&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml Sat Apr 29 12:34:19 2006
@@ -64,12 +64,5 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>sun.jdk</groupId>
-      <artifactId>tools</artifactId>
-      <version>1.4.0</version>
-      <scope>system</scope>
-      <systemPath>${java.home}/../lib/tools.jar</systemPath>
-    </dependency>
   </dependencies>
 </project>