You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2008/11/02 23:21:26 UTC

svn commit: r709962 - in /mina/ftpserver/trunk/examples/ftpserver-example-spring-war: pom.xml src/main/webapp/WEB-INF/web.xml

Author: ngn
Date: Sun Nov  2 14:21:26 2008
New Revision: 709962

URL: http://svn.apache.org/viewvc?rev=709962&view=rev
Log:
Add license header and set the correct version

Modified:
    mina/ftpserver/trunk/examples/ftpserver-example-spring-war/pom.xml
    mina/ftpserver/trunk/examples/ftpserver-example-spring-war/src/main/webapp/WEB-INF/web.xml

Modified: mina/ftpserver/trunk/examples/ftpserver-example-spring-war/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/examples/ftpserver-example-spring-war/pom.xml?rev=709962&r1=709961&r2=709962&view=diff
==============================================================================
--- mina/ftpserver/trunk/examples/ftpserver-example-spring-war/pom.xml (original)
+++ mina/ftpserver/trunk/examples/ftpserver-example-spring-war/pom.xml Sun Nov  2 14:21:26 2008
@@ -18,8 +18,9 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.ftpserver.examples</groupId>
 	<artifactId>ftpserver-spring-war</artifactId>
+	<name>FtpServer Spring web project example</name>
 	<packaging>war</packaging>
-	<version>0.0.1-SNAPSHOT</version>
+	<version>1.0-M4-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.springframework</groupId>
@@ -78,4 +79,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: mina/ftpserver/trunk/examples/ftpserver-example-spring-war/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/examples/ftpserver-example-spring-war/src/main/webapp/WEB-INF/web.xml?rev=709962&r1=709961&r2=709962&view=diff
==============================================================================
--- mina/ftpserver/trunk/examples/ftpserver-example-spring-war/src/main/webapp/WEB-INF/web.xml (original)
+++ mina/ftpserver/trunk/examples/ftpserver-example-spring-war/src/main/webapp/WEB-INF/web.xml Sun Nov  2 14:21:26 2008
@@ -1,4 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
+    <!--
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements. See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to you under the Apache License, Version
+        2.0 (the "License"); you may not use this file except in compliance
+        with the License. You may obtain a copy of the License at
+        http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+        applicable law or agreed to in writing, software distributed under the
+        License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+        CONDITIONS OF ANY KIND, either express or implied. See the License for
+        the specific language governing permissions and limitations under the
+        License.
+    -->
 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
 	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee