You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2009/10/15 15:13:13 UTC

svn commit: r825487 - in /james/server/trunk/stage: javax.servlet/ javax.servlet/jars/ javax.servlet/jars/servlet-api-2.4.jar javax.servlet/poms/ javax.servlet/poms/servlet-api-2.4.pom pom.xml

Author: norman
Date: Thu Oct 15 13:13:13 2009
New Revision: 825487

URL: http://svn.apache.org/viewvc?rev=825487&view=rev
Log:
add missing servlet-api 

Added:
    james/server/trunk/stage/javax.servlet/
    james/server/trunk/stage/javax.servlet/jars/
    james/server/trunk/stage/javax.servlet/jars/servlet-api-2.4.jar   (with props)
    james/server/trunk/stage/javax.servlet/poms/
    james/server/trunk/stage/javax.servlet/poms/servlet-api-2.4.pom
Modified:
    james/server/trunk/stage/pom.xml

Added: james/server/trunk/stage/javax.servlet/jars/servlet-api-2.4.jar
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/javax.servlet/jars/servlet-api-2.4.jar?rev=825487&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/javax.servlet/jars/servlet-api-2.4.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/javax.servlet/poms/servlet-api-2.4.pom
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/javax.servlet/poms/servlet-api-2.4.pom?rev=825487&view=auto
==============================================================================
--- james/server/trunk/stage/javax.servlet/poms/servlet-api-2.4.pom (added)
+++ james/server/trunk/stage/javax.servlet/poms/servlet-api-2.4.pom Thu Oct 15 13:13:13 2009
@@ -0,0 +1,14 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>sun-servlet</groupId>
+  <artifactId>servlet-api</artifactId>
+  <version>2.4</version>
+  <description>Tomcat 5.5 servlet 2.4 spec api classes</description>
+  <url>http://jakarta.apache.org/tomcat/index.html</url>
+  <licenses>
+   <license>
+     <name>apache-2.0</name>
+     <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+   </license>
+  </licenses>  
+</project>

Modified: james/server/trunk/stage/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/pom.xml?rev=825487&r1=825486&r2=825487&view=diff
==============================================================================
--- james/server/trunk/stage/pom.xml (original)
+++ james/server/trunk/stage/pom.xml Thu Oct 15 13:13:13 2009
@@ -335,7 +335,10 @@
       <groupId>org.springframework</groupId>
       <artifactId>spring</artifactId>
     </dependency>
-
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>apache-mailet-base</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org