You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2006/09/03 19:22:31 UTC

svn commit: r439808 - in /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH: pom.xml src/site/xdoc/changes.xml src/site/xdoc/index.xml

Author: rwinston
Date: Sun Sep  3 10:22:31 2006
New Revision: 439808

URL: http://svn.apache.org/viewvc?view=rev&rev=439808
Log:
Add some notes and entries to the manifest

Modified:
    jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml
    jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml
    jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/index.xml

Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml?view=diff&rev=439808&r1=439807&r2=439808
==============================================================================
--- jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml (original)
+++ jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/pom.xml Sun Sep  3 10:22:31 2006
@@ -52,9 +52,9 @@
 
 	<distributionManagement>
 		<site>
-			<id>website</id>
+			<id>taging</id>
 			<name>Apache Website</name>
-			<url>scp://people.apache.org/www/jakarta.apache.org/commons/proper/net/</url>
+			<url>scp://people.apache.org/~rwinston/release/net/</url>
 		</site>
 	</distributionManagement>
 
@@ -191,7 +191,11 @@
 										includes="org/apache/commons/net/ftp/**,org/apache/commons/net/*,org/apache/commons/net/io/*,org/apache/commons/net/util/*"/>
 									<fileset dir="${basedir}" includes="LICENSE.txt"/>
 									<manifest>
-										<attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
+										<attribute name="Extension-Name" value="org.apache.commons.net"/>
+										<attribute name="Specification-Title" value="Jakarta Commons Net"/>
+										<attribute name="Specification-Vendor" value="The Apache Software Foundation"/>
+										<attribute name="Specification-Version" value="2.0"/>
+
 									</manifest>
 								</jar>
 							</tasks>

Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml?view=diff&rev=439808&r1=439807&r2=439808
==============================================================================
--- jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml (original)
+++ jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/changes.xml Sun Sep  3 10:22:31 2006
@@ -97,7 +97,7 @@
 		</release>	
 
 
-		<release version="1.5" date="" description="">
+		<release version="1.5.0" date="" description="">
 			<action dev="dfs" type="fix">
 				Applied Rob Hasselbaum's
 				&lt;rhasselbaum -> alumni.ithaca.edu&gt;

Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/index.xml?view=diff&rev=439808&r1=439807&r2=439808
==============================================================================
--- jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/index.xml (original)
+++ jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/site/xdoc/index.xml Sun Sep  3 10:22:31 2006
@@ -69,7 +69,8 @@
     to the continued development of Jakarta Commons Net.  The current
     version numbering scheme bears no relation to the old.  In other
     words, Jakarta Commons Net 1.0 succeeded and supplanted
-    NetComponents 1.3.8.
+    NetComponents 1.3.8. The 2.0 branch of Commons Net will only run on
+    JDK 5.0 or higher.
    </p>
    </section>
    <section name="Further Information">



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