dain 2004/01/22 12:45:26
Modified: modules/jetty project.xml
Log:
Cleaned up dependencies
Revision Changes Path
1.4 +28 -13 incubator-geronimo/modules/jetty/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/jetty/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 22 Jan 2004 00:51:09 -0000 1.3
+++ project.xml 22 Jan 2004 20:45:26 -0000 1.4
@@ -113,6 +113,7 @@
<runtime>true</runtime>
</properties>
</dependency>
+
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-jsp</artifactId>
@@ -127,30 +128,45 @@
<version>1.0.3</version>
<url>http://jakarta.apache.org/commons/logging/</url>
<properties>
- <runtime>false</runtime>
+ <runtime>true</runtime>
</properties>
</dependency>
- <dependency>
- <id>xerces</id>
- <artifactId>xercesImpl</artifactId>
- <version>2.6.0</version>
- </dependency>
- <dependency>
- <id>xerces</id>
- <artifactId>xmlParserAPIs</artifactId>
- <version>2.2.1</version>
- </dependency>
<dependency>
<id>tomcat</id>
<artifactId>jasper-compiler</artifactId>
<version>4.0.4</version>
+ <properties>
+ <runtime>true</runtime>
+ </properties>
</dependency>
+
<dependency>
<id>tomcat</id>
<artifactId>jasper-runtime</artifactId>
<version>4.0.4</version>
+ <properties>
+ <runtime>true</runtime>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>xerces</id>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.6.0</version>
+ <properties>
+ <runtime>true</runtime>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <id>xerces</id>
+ <artifactId>xmlParserAPIs</artifactId>
+ <version>2.2.1</version>
+ <properties>
+ <runtime>true</runtime>
+ </properties>
</dependency>
<dependency>
@@ -159,7 +175,6 @@
<url>http://cglib.sf.net/</url>
<properties>
<runtime>true</runtime>
- <destinations>bootlib</destinations>
</properties>
</dependency>
</dependencies>