You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/08/09 13:30:44 UTC

svn commit: rev 36107 - avalon/trunk/planet/facilities

Author: niclas
Date: Mon Aug  9 04:30:43 2004
New Revision: 36107

Modified:
   avalon/trunk/planet/facilities/index.xml
Log:
Added the necessary dependencies for the Http facility.

Modified: avalon/trunk/planet/facilities/index.xml
==============================================================================
--- avalon/trunk/planet/facilities/index.xml	(original)
+++ avalon/trunk/planet/facilities/index.xml	Mon Aug  9 04:30:43 2004
@@ -8,6 +8,60 @@
   <import index="http/blocks/index.xml"
      href="http://svn.apache.org/repos/asf/avalon/trunk/planet/facilities/http/blocks/index.xml"/>
      
+  <resource>
+    <info>
+      <group>jetty</group>
+      <name>org.mortbay.jetty</name>
+      <version>SNAPSHOT</version>
+      <type>jar</type>
+    </info>
+  </resource>
+
+  <resource>
+    <info>
+      <group>jetty</group>
+      <name>org.mortbay.jaas</name>
+      <version>5.0.RC0</version>
+      <type>jar</type>
+    </info>
+  </resource>
+
+  <resource>
+    <info>
+      <group>tomcat</group>
+      <name>jasper-compiler</name>
+      <version>5.0.25</version>
+      <type>jar</type>
+    </info>
+  </resource>
+
+  <resource>
+    <info>
+      <group>tomcat</group>
+      <name>jasper-runtime</name>
+      <version>5.0.25</version>
+      <type>jar</type>
+    </info>
+  </resource>
+
+  <resource>
+    <info>
+      <group>tomcat</group>
+      <name>jsp-api</name>
+      <version>5.0.18</version>
+      <type>jar</type>
+    </info>
+  </resource>
+
+  <resource>
+    <info>
+      <group>commons-logging</group>
+      <name>commons-logging</name>
+      <version>SNAPSHOT</version>
+      <type>jar</type>
+    </info>
+  </resource>
+  
   <!--
   Avalon Facilities - Finder
   -->
@@ -145,6 +199,9 @@
       <include key="org.mortbay.jetty"/>
       <include key="org.mortbay.jaas"/>
       <include key="commons-logging" build="false" runtime="true"/>
+      <include key="jsp-api" runtime="true" build="false" />
+      <include key="jasper-runtime" runtime="true" build="false" />
+      <include key="jasper-compiler" runtime="true" build="false" />
     </dependencies>
     <plugins>
       <include key="avalon-meta-tools"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org