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/07/12 21:35:00 UTC

svn commit: r676220 - in /mina/ftpserver/trunk: DISCLAIMER.txt pom.xml

Author: ngn
Date: Sat Jul 12 12:34:59 2008
New Revision: 676220

URL: http://svn.apache.org/viewvc?rev=676220&view=rev
Log:
Removing left over disclaimer

Removed:
    mina/ftpserver/trunk/DISCLAIMER.txt
Modified:
    mina/ftpserver/trunk/pom.xml

Modified: mina/ftpserver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/pom.xml?rev=676220&r1=676219&r2=676220&view=diff
==============================================================================
--- mina/ftpserver/trunk/pom.xml (original)
+++ mina/ftpserver/trunk/pom.xml Sat Jul 12 12:34:59 2008
@@ -35,6 +35,16 @@
     <url>http://issues.apache.org/jira/browse/FTPSERVER</url>
   </issueManagement>
   <inceptionYear>2003</inceptionYear>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0 License</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+
   <mailingLists>
     <mailingList>
       <name>FtpServer Users mailing list</name>
@@ -255,7 +265,6 @@
             <configuration>
               <resourceBundles>
                 <resourceBundle>org.apache:apache-jar-resource-bundle:1.1</resourceBundle>
-                <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.0</resourceBundle>
               </resourceBundles>
               <properties>
                 <addLicense>true</addLicense>
@@ -360,6 +369,11 @@
         <module>server</module>
       </modules>
       <distributionManagement>
+        <site>
+          <id>apache.website</id>
+          <url>scp://people.apache.org/www/mina.apache.org/ftpserver/report/trunk/</url>
+        </site>
+
         <repository>
           <id>apache.snapshots</id>
           <name>Apache Development Snapshot Repository</name>