You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/05/02 10:51:47 UTC

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

Author: cziegeler
Date: Tue May  2 01:51:45 2006
New Revision: 398869

URL: http://svn.apache.org/viewcvs?rev=398869&view=rev
Log:
Does not compile on my system without tools.jar

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=398869&r1=398868&r2=398869&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml Tue May  2 01:51:45 2006
@@ -64,5 +64,12 @@
         </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>