svn commit: r1491978 - in /commons/proper/net/trunk/src/site/custom: ./ project-info-report.properties

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 21:42:18 2013
New Revision: 1491978

URL: http://svn.apache.org/r1491978
Log:
Initial stab at fixing the SCM descriptions

Added:
commons/proper/net/trunk/src/site/custom/
commons/proper/net/trunk/src/site/custom/project-info-report.properties   
(with props)

Added: commons/proper/net/trunk/src/site/custom/project-info-report.properties
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/site/custom/project-info-report.properties?rev=1491978&view=auto
==
--- commons/proper/net/trunk/src/site/custom/project-info-report.properties 
(added)
+++ commons/proper/net/trunk/src/site/custom/project-info-report.properties Tue 
Jun 11 21:42:18 2013
@@ -0,0 +1,24 @@
+#
+#  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.
+#
+
+# Replace SCM report description in index page
+report.scm.description=This document lists ways to access the online source 
repository.
+
+# Replace SCM report text for viewvc section
+report.scm.webaccess.title=Browser (HTTP) Access
+report.scm.webaccess.url=The following is a link to a browsable version of the 
source repository. \
+Please use the "Anonymous Access" or "Developer Access" URL if you want to 
check out the source using your SCM client.
\ No newline at end of file

Propchange: 
commons/proper/net/trunk/src/site/custom/project-info-report.properties
--
svn:eol-style = native




svn commit: r865342 - in /websites/production/commons/content/proper/commons-net: project-info.html source-repository.html

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 21:41:08 2013
New Revision: 865342

Log:
Fix up index description and ViewVC section text

Modified:
websites/production/commons/content/proper/commons-net/project-info.html

websites/production/commons/content/proper/commons-net/source-repository.html

Modified: 
websites/production/commons/content/proper/commons-net/project-info.html
==
--- websites/production/commons/content/proper/commons-net/project-info.html 
(original)
+++ websites/production/commons/content/proper/commons-net/project-info.html 
Tue Jun 11 21:41:08 2013
@@ -1,5 +1,5 @@
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-
+
 
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
@@ -11,7 +11,7 @@
   @import url("./css/site.css");
 
 
-
+
 
 
  
   
@@ -40,7 +40,7 @@
 
 
 
-Last Published: 08 June 2013
+Last Published: 11 June 2013
    | Version: 3.3
   
 http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">ApacheCon
@@ -129,7 +129,7 @@
 
   
 
-   


   
+   

 
   Project Reports
   
   
@@ -217,7 +217,7 @@ Supported protocols include: Echo, Finge
 This document provides informations on the distribution management of this 
project.
 
 Source Repository
-This is a link to the online source repository that can be viewed via a 
web browser.
+This document lists ways to access the online source repository.
 
 Mailing Lists
 This document provides subscription and archive information for this 
project's mailing lists.

Modified: 
websites/production/commons/content/proper/commons-net/source-repository.html
==
--- 
websites/production/commons/content/proper/commons-net/source-repository.html 
(original)
+++ 
websites/production/commons/content/proper/commons-net/source-repository.html 
Tue Jun 11 21:41:08 2013
@@ -1,5 +1,5 @@
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-
+
 
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
@@ -11,7 +11,7 @@
   @import url("./css/site.css");
 
 
-
+
 
 
  
   
@@ -40,7 +40,7 @@
 
 
 
-Last Published: 08 June 2013
+Last Published: 11 June 2013
    | Version: 3.3
   
 http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">ApacheCon
@@ -129,7 +129,7 @@
 
   
 
-   


   
+   

 
   Project Reports
   
   
@@ -203,8 +203,8 @@
 Overview
 This project uses http://subversion.apache.org/";>Subversion to manage its source code. 
Instructions on Subversion use can be found at http://svnbook.red-bean.com/";>http://svnbook.red-bean.com/.
 
-Web Access
-The following is a link to the online source repository.
+Browser (HTTP) Access
+The following is a link to a browsable version of the source repository. 
Please use the "Anonymous Access" or "Developer Access" URL 
if you want to check out the source using your SCM client.
 
 http://svn.apache.org/viewvc/commons/proper/net/trunk";>http://svn.apache.org/viewvc/commons/proper/net/trunk
 




svn commit: r1491949 - /commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java

2013-06-11 Thread britter
Author: britter
Date: Tue Jun 11 20:46:45 2013
New Revision: 1491949

URL: http://svn.apache.org/r1491949
Log:
Remove unused import

Modified:

commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java

Modified: 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java?rev=1491949&r1=1491948&r2=1491949&view=diff
==
--- 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
 (original)
+++ 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
 Tue Jun 11 20:46:45 2013
@@ -30,7 +30,6 @@ import org.apache.commons.chain2.Command
 import org.apache.commons.chain2.Context;
 import org.junit.After;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Test;
 
 




svn commit: r1491947 - /commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java

2013-06-11 Thread britter
Author: britter
Date: Tue Jun 11 20:34:49 2013
New Revision: 1491947

URL: http://svn.apache.org/r1491947
Log:
Invert assert messages, they will be shown when an assertion fails

Modified:

commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java

Modified: 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java?rev=1491947&r1=1491946&r2=1491947&view=diff
==
--- 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
 (original)
+++ 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
 Tue Jun 11 20:34:49 2013
@@ -384,9 +384,8 @@ public class ChainBaseTestCase {
 if (chain instanceof ChainBase) {
 List>> commands =
 ((ChainBase>) 
chain).getCommands();
-assertNotNull("getCommands() returned a non-null array",
-  commands);
-assertEquals("Correct command count", expected, commands.size());
+assertNotNull("getCommands() returned null", commands);
+assertEquals("Command count doesn't match", expected, 
commands.size());
 }
 }
 
@@ -395,7 +394,7 @@ public class ChainBaseTestCase {
 protected void checkExecuteLog(String expected) {
 StringBuilder log = (StringBuilder) context.get("log");
 assertNotNull("Context failed to return log", log);
-assertEquals("Context returned correct log",
+assertEquals("Context returned wrong log",
  expected, log.toString());
 }
 




svn commit: r1491944 - in /commons/proper/collections/trunk: ./ src/changes/ src/main/java/org/apache/commons/collections4/map/ src/main/java/org/apache/commons/collections4/splitmap/ src/test/java/or

2013-06-11 Thread tn
Author: tn
Date: Tue Jun 11 20:29:22 2013
New Revision: 1491944

URL: http://svn.apache.org/r1491944
Log:
[COLLECTIONS-470] Renamed TransformedMap class in splitmap package to 
TransformedSplitMap.

Added:

commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java
  - copied, changed from r1491240, 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/splitmap/TransformedMap.java

commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/splitmap/TransformedSplitMapTest.java
  - copied, changed from r1491240, 
commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/splitmap/TransformedMapTest.java
Removed:

commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/splitmap/TransformedMap.java

commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/splitmap/TransformedMapTest.java
Modified:
commons/proper/collections/trunk/RELEASE-NOTES.txt
commons/proper/collections/trunk/src/changes/changes.xml

commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/TransformedMap.java

commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/SplitMapUtilsTest.java

commons/proper/collections/trunk/src/test/resources/data/test/TransformedSplitMap.emptyCollection.version4.obj

commons/proper/collections/trunk/src/test/resources/data/test/TransformedSplitMap.fullCollection.version4.obj

Modified: commons/proper/collections/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/RELEASE-NOTES.txt?rev=1491944&r1=1491943&r2=1491944&view=diff
==
--- commons/proper/collections/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/collections/trunk/RELEASE-NOTES.txt Tue Jun 11 20:29:22 2013
@@ -81,7 +81,7 @@ New classes
  o [COLLECTIONS-241] PassiveExpiringMap - map decorator which passively 
expires entries. Thanks to Elifarley Callado Coelho. 
  o [COLLECTIONS-8  ] ComparatorPredicate - predicate to compare objects 
against a fixed instance. Thanks to Rune Peter Bjørnstad.
  o [None   ] Put / Get - interfaces for split maps
- o [None   ] SplitMapUtils / splitmap.TransformedMap - utilities and 
implementation for split maps
+ o [None   ] SplitMapUtils / splitmap.TransformedSplitMap - utilities 
and implementation for split maps
 
 
 New methods in *Utils

Modified: commons/proper/collections/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/changes/changes.xml?rev=1491944&r1=1491943&r2=1491944&view=diff
==
--- commons/proper/collections/trunk/src/changes/changes.xml (original)
+++ commons/proper/collections/trunk/src/changes/changes.xml Tue Jun 11 
20:29:22 2013
@@ -25,6 +25,10 @@
 
   Improved performance of "AbstractMapBag#containsAll(Collection)" by 
returning immediately
   after a difference has been found.
+
+
+  Renamed class "TransformedMap" in package "splitmap" to 
"TransformedSplitMap" to avoid
+  name clash with similar class in package "map".
   
 
   Replaced "Collection" with "Iterable" for method arguments where 
applicable.

Modified: 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/TransformedMap.java
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/TransformedMap.java?rev=1491944&r1=1491943&r2=1491944&view=diff
==
--- 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/TransformedMap.java
 (original)
+++ 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/map/TransformedMap.java
 Tue Jun 11 20:29:22 2013
@@ -40,7 +40,7 @@ import org.apache.commons.collections4.T
  * 
  * This class is Serializable from Commons Collections 3.1.
  * 
- * @see org.apache.commons.collections4.splitmap.TransformedMap
+ * @see org.apache.commons.collections4.splitmap.TransformedSplitMap
  *
  * @since 3.0
  * @version $Id$

Copied: 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java
 (from r1491240, 
commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/splitmap/TransformedMap.java)
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java?p2=commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/splitmap/TransformedSplitMap.java&p1=commons/proper/collections/trunk/src/main/java/org/apache/commons/collections4/splitmap/TransformedMap.java

svn commit: r1491933 - /commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java

2013-06-11 Thread britter
Author: britter
Date: Tue Jun 11 20:07:43 2013
New Revision: 1491933

URL: http://svn.apache.org/r1491933
Log:
Never use Date property, it depends on the client's locale. Use Id instead.

Modified:

commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java

Modified: 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java?rev=1491933&r1=1491932&r2=1491933&view=diff
==
--- 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
 (original)
+++ 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
 Tue Jun 11 20:07:43 2013
@@ -37,7 +37,7 @@ import org.junit.Test;
 /**
  * Test case for the ChainBase class.
  *
- * @version $Revision$ $Date$
+ * @version $Id$
  */
 
 public class ChainBaseTestCase {




svn commit: r1491930 - /commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java

2013-06-11 Thread britter
Author: britter
Date: Tue Jun 11 20:01:21 2013
New Revision: 1491930

URL: http://svn.apache.org/r1491930
Log:
Tweak JavaDoc

Modified:

commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java

Modified: 
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java?rev=1491930&r1=1491929&r2=1491930&view=diff
==
--- 
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java
 (original)
+++ 
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java
 Tue Jun 11 20:01:21 2013
@@ -61,9 +61,9 @@ public class ChainBaseConstruct a {@link Chain} configured with the specified
- * {@link Command}s.
+ * {@link Command Commands}.
  *
- * @param commands The {@link Command}s to be configured
+ * @param commands The {@link Command Commands} to be configured
  *
  * @exception IllegalArgumentException if commands,
  *  or one of the individual {@link Command} elements,




svn commit: r1491929 - /commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java

2013-06-11 Thread britter
Author: britter
Date: Tue Jun 11 19:59:39 2013
New Revision: 1491929

URL: http://svn.apache.org/r1491929
Log:
Use enhanced for loop instead of iteration with counter

Modified:

commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java

Modified: 
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java?rev=1491929&r1=1491928&r2=1491929&view=diff
==
--- 
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java
 (original)
+++ 
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java
 Tue Jun 11 19:59:39 2013
@@ -73,8 +73,8 @@ public class ChainBase command : commands) {
+addCommand(command);
 }
 }
 




svn commit: r1491926 - in /commons/proper/chain/trunk/core/src: main/java/org/apache/commons/chain2/impl/ChainBase.java test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java

2013-06-11 Thread britter
Author: britter
Date: Tue Jun 11 19:55:11 2013
New Revision: 1491926

URL: http://svn.apache.org/r1491926
Log:
Fix failing test

Modified:

commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java

commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java

Modified: 
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java?rev=1491926&r1=1491925&r2=1491926&view=diff
==
--- 
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java
 (original)
+++ 
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java
 Tue Jun 11 19:55:11 2013
@@ -92,7 +92,9 @@ public class ChainBase command : commands) {
+addCommand( command );
+}
 }
 
 // - Instance Variables

Modified: 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java?rev=1491926&r1=1491925&r2=1491926&view=diff
==
--- 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
 (original)
+++ 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
 Tue Jun 11 19:55:11 2013
@@ -367,7 +367,6 @@ public class ChainBaseTestCase {
 }
 
 @Test(expected = IllegalArgumentException.class)
-@Ignore // FIXME this one fails although javadoc says it shouldn't
 public void testConstructorCollectionWithNullElements() throws Exception {
 List>> commands = new 
ArrayList>>();
 commands.add(new DelegatingFilter("1", "a"));




svn commit: r1491925 - /commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java

2013-06-11 Thread britter
Author: britter
Date: Tue Jun 11 19:51:22 2013
New Revision: 1491925

URL: http://svn.apache.org/r1491925
Log:
Add some tests to verify input parameter validation of constrcutors

Modified:

commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java

Modified: 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java?rev=1491925&r1=1491924&r2=1491925&view=diff
==
--- 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
 (original)
+++ 
commons/proper/chain/trunk/core/src/test/java/org/apache/commons/chain2/impl/ChainBaseTestCase.java
 Tue Jun 11 19:51:22 2013
@@ -21,6 +21,8 @@ import static org.junit.Assert.assertNot
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
 
+import java.util.ArrayList;
+import java.util.Collection;
 import java.util.List;
 
 import org.apache.commons.chain2.Chain;
@@ -28,6 +30,7 @@ import org.apache.commons.chain2.Command
 import org.apache.commons.chain2.Context;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 
@@ -340,6 +343,39 @@ public class ChainBaseTestCase {
 checkCommandCount(0);
 }
 
+@Test(expected = IllegalArgumentException.class)
+public void testConstructorCommandNull() throws Exception {
+new ChainBase>((Command>) null);
+}
+
+@Test(expected = IllegalArgumentException.class)
+public void testConstructorVarArgsNull() throws Exception {
+new ChainBase>((Command>[]) null);
+}
+
+@Test(expected = IllegalArgumentException.class)
+public void testConstructorVarArgsWithNullElements() throws Exception {
+new ChainBase>(
+new DelegatingFilter("1", "a"),
+null,
+new ExceptionFilter("2", "b"));
+}
+
+@Test(expected = IllegalArgumentException.class)
+public void testConstructorCollectionNull() throws Exception {
+new ChainBase>((Collection>>) null);
+}
+
+@Test(expected = IllegalArgumentException.class)
+@Ignore // FIXME this one fails although javadoc says it shouldn't
+public void testConstructorCollectionWithNullElements() throws Exception {
+List>> commands = new 
ArrayList>>();
+commands.add(new DelegatingFilter("1", "a"));
+commands.add(null);
+commands.add(new ExceptionFilter("2", "b"));
+new ChainBase>(commands);
+}
+
 
 //  Support Methods
 




svn commit: r1491924 - /commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java

2013-06-11 Thread britter
Author: britter
Date: Tue Jun 11 19:47:16 2013
New Revision: 1491924

URL: http://svn.apache.org/r1491924
Log:
Use var args instead of array as parameter

Modified:

commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java

Modified: 
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java?rev=1491924&r1=1491923&r2=1491924&view=diff
==
--- 
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java
 (original)
+++ 
commons/proper/chain/trunk/core/src/main/java/org/apache/commons/chain2/impl/ChainBase.java
 Tue Jun 11 19:47:16 2013
@@ -69,7 +69,7 @@ public class ChainBasenull
  */
-public ChainBase(Command[] commands) {
+public ChainBase(Command... commands) {
 if (commands == null) {
 throw new IllegalArgumentException();
 }




svn commit: r1491894 - /commons/proper/commons-build-plugin/trunk/pom.xml

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 18:40:52 2013
New Revision: 1491894

URL: http://svn.apache.org/r1491894
Log:
Update to CP30

Modified:
commons/proper/commons-build-plugin/trunk/pom.xml

Modified: commons/proper/commons-build-plugin/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1491894&r1=1491893&r2=1491894&view=diff
==
--- commons/proper/commons-build-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-build-plugin/trunk/pom.xml Tue Jun 11 18:40:52 2013
@@ -20,7 +20,7 @@
 
 org.apache.commons
 commons-parent
-23
+30
 
 org.apache.commons
 commons-build-plugin
@@ -196,7 +196,7 @@
 commons-build-plugin
 COMMONSSITE
 
12310466&component=12312401
-1.4
-RC2
+${project.version}
+RC1
 
 




svn commit: r2174 - in /release/commons/net: binaries/README.html source/HEADER.html source/README.html

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:54:46 2013
New Revision: 2174

Log:
Convert to link

Modified:
release/commons/net/binaries/README.html
release/commons/net/source/HEADER.html
release/commons/net/source/README.html

Modified: release/commons/net/binaries/README.html
==
--- release/commons/net/binaries/README.html (original)
+++ release/commons/net/binaries/README.html Tue Jun 11 17:54:46 2013
@@ -1 +1 @@
-link README.html
\ No newline at end of file
+link ../README.html
\ No newline at end of file

Modified: release/commons/net/source/HEADER.html
==
--- release/commons/net/source/HEADER.html (original)
+++ release/commons/net/source/HEADER.html Tue Jun 11 17:54:46 2013
@@ -1 +1 @@
-link HEADER.html
\ No newline at end of file
+link ../HEADER.html
\ No newline at end of file

Modified: release/commons/net/source/README.html
==
--- release/commons/net/source/README.html (original)
+++ release/commons/net/source/README.html Tue Jun 11 17:54:46 2013
@@ -1 +1 @@
-link README.html
\ No newline at end of file
+link ../README.html
\ No newline at end of file




svn commit: r2174 - in /release/commons/net: binaries/README.html source/HEADER.html source/README.html

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:54:46 2013
New Revision: 2174

Log:
Convert to link

Modified:
release/commons/net/binaries/README.html
release/commons/net/source/HEADER.html
release/commons/net/source/README.html

Modified: release/commons/net/binaries/README.html
==
--- release/commons/net/binaries/README.html (original)
+++ release/commons/net/binaries/README.html Tue Jun 11 17:54:46 2013
@@ -1 +1 @@
-link README.html
\ No newline at end of file
+link ../README.html
\ No newline at end of file

Modified: release/commons/net/source/HEADER.html
==
--- release/commons/net/source/HEADER.html (original)
+++ release/commons/net/source/HEADER.html Tue Jun 11 17:54:46 2013
@@ -1 +1 @@
-link HEADER.html
\ No newline at end of file
+link ../HEADER.html
\ No newline at end of file

Modified: release/commons/net/source/README.html
==
--- release/commons/net/source/README.html (original)
+++ release/commons/net/source/README.html Tue Jun 11 17:54:46 2013
@@ -1 +1 @@
-link README.html
\ No newline at end of file
+link ../README.html
\ No newline at end of file




svn commit: r2173 - in /release/commons/net: binaries/README.html source/HEADER.html source/README.html

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:48:34 2013
New Revision: 2173

Log:
Convert to link

Added:
release/commons/net/binaries/README.html   (with props)
release/commons/net/source/HEADER.html   (with props)
release/commons/net/source/README.html   (with props)

Added: release/commons/net/binaries/README.html
==
--- release/commons/net/binaries/README.html (added)
+++ release/commons/net/binaries/README.html Tue Jun 11 17:48:34 2013
@@ -0,0 +1 @@
+link README.html
\ No newline at end of file

Propchange: release/commons/net/binaries/README.html
--
svn:special = *

Added: release/commons/net/source/HEADER.html
==
--- release/commons/net/source/HEADER.html (added)
+++ release/commons/net/source/HEADER.html Tue Jun 11 17:48:34 2013
@@ -0,0 +1 @@
+link HEADER.html
\ No newline at end of file

Propchange: release/commons/net/source/HEADER.html
--
svn:special = *

Added: release/commons/net/source/README.html
==
--- release/commons/net/source/README.html (added)
+++ release/commons/net/source/README.html Tue Jun 11 17:48:34 2013
@@ -0,0 +1 @@
+link README.html
\ No newline at end of file

Propchange: release/commons/net/source/README.html
--
svn:special = *




svn commit: r2173 - in /release/commons/net: binaries/README.html source/HEADER.html source/README.html

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:48:34 2013
New Revision: 2173

Log:
Convert to link

Added:
release/commons/net/binaries/README.html   (with props)
release/commons/net/source/HEADER.html   (with props)
release/commons/net/source/README.html   (with props)

Added: release/commons/net/binaries/README.html
==
--- release/commons/net/binaries/README.html (added)
+++ release/commons/net/binaries/README.html Tue Jun 11 17:48:34 2013
@@ -0,0 +1 @@
+link README.html
\ No newline at end of file

Propchange: release/commons/net/binaries/README.html
--
svn:special = *

Added: release/commons/net/source/HEADER.html
==
--- release/commons/net/source/HEADER.html (added)
+++ release/commons/net/source/HEADER.html Tue Jun 11 17:48:34 2013
@@ -0,0 +1 @@
+link HEADER.html
\ No newline at end of file

Propchange: release/commons/net/source/HEADER.html
--
svn:special = *

Added: release/commons/net/source/README.html
==
--- release/commons/net/source/README.html (added)
+++ release/commons/net/source/README.html Tue Jun 11 17:48:34 2013
@@ -0,0 +1 @@
+link README.html
\ No newline at end of file

Propchange: release/commons/net/source/README.html
--
svn:special = *




svn commit: r2172 - in /release/commons/net: binaries/README.html source/HEADER.html source/README.html

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:47:09 2013
New Revision: 2172

Log:
Convert to link

Removed:
release/commons/net/binaries/README.html
release/commons/net/source/HEADER.html
release/commons/net/source/README.html



svn commit: r2172 - in /release/commons/net: binaries/README.html source/HEADER.html source/README.html

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:47:09 2013
New Revision: 2172

Log:
Convert to link

Removed:
release/commons/net/binaries/README.html
release/commons/net/source/HEADER.html
release/commons/net/source/README.html



svn commit: r2171 - /release/commons/net/binaries/HEADER.html

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:45:13 2013
New Revision: 2171

Log:
Convert to link

Added:
release/commons/net/binaries/HEADER.html   (with props)

Added: release/commons/net/binaries/HEADER.html
==
--- release/commons/net/binaries/HEADER.html (added)
+++ release/commons/net/binaries/HEADER.html Tue Jun 11 17:45:13 2013
@@ -0,0 +1 @@
+link ../HEADER.html
\ No newline at end of file

Propchange: release/commons/net/binaries/HEADER.html
--
svn:special = *




svn commit: r2171 - /release/commons/net/binaries/HEADER.html

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:45:13 2013
New Revision: 2171

Log:
Convert to link

Added:
release/commons/net/binaries/HEADER.html   (with props)

Added: release/commons/net/binaries/HEADER.html
==
--- release/commons/net/binaries/HEADER.html (added)
+++ release/commons/net/binaries/HEADER.html Tue Jun 11 17:45:13 2013
@@ -0,0 +1 @@
+link ../HEADER.html
\ No newline at end of file

Propchange: release/commons/net/binaries/HEADER.html
--
svn:special = *




svn commit: r2170 - /release/commons/net/binaries/HEADER.html

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:43:46 2013
New Revision: 2170

Log:
Convert to link

Removed:
release/commons/net/binaries/HEADER.html



svn commit: r2170 - /release/commons/net/binaries/HEADER.html

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:43:46 2013
New Revision: 2170

Log:
Convert to link

Removed:
release/commons/net/binaries/HEADER.html



svn commit: r2169 - /release/commons/net/README.html

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:27:48 2013
New Revision: 2169

Log:
Update 3.2 => 3.3

Modified:
release/commons/net/README.html

Modified: release/commons/net/README.html
==
--- release/commons/net/README.html (original)
+++ release/commons/net/README.html Tue Jun 11 17:27:48 2013
@@ -1,6 +1,6 @@
-Commons-Net 3.2
+Commons-Net 3.3
 
-This is the 3.2 version of commons-net. It is available in both binary and 
source distributions.
+This is the 3.3 version of commons-net. It is available in both binary and 
source distributions.
 
 
 Note:
@@ -40,13 +40,13 @@
 
 Always test available signatures, e.g.,
 $ pgpk -a KEYS
-$ pgpv commons-net-3.2-bin.tar.gz.asc
+$ pgpv commons-net-3.3-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-net-3.2-bin.tar.gz.asc
+$ pgp commons-net-3.3-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-net-3.2-bin.tar.gz.asc
+$ gpg --verify commons-net-3.3-bin.tar.gz.asc
 
 
 




svn commit: r2169 - /release/commons/net/README.html

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:27:48 2013
New Revision: 2169

Log:
Update 3.2 => 3.3

Modified:
release/commons/net/README.html

Modified: release/commons/net/README.html
==
--- release/commons/net/README.html (original)
+++ release/commons/net/README.html Tue Jun 11 17:27:48 2013
@@ -1,6 +1,6 @@
-Commons-Net 3.2
+Commons-Net 3.3
 
-This is the 3.2 version of commons-net. It is available in both binary and 
source distributions.
+This is the 3.3 version of commons-net. It is available in both binary and 
source distributions.
 
 
 Note:
@@ -40,13 +40,13 @@
 
 Always test available signatures, e.g.,
 $ pgpk -a KEYS
-$ pgpv commons-net-3.2-bin.tar.gz.asc
+$ pgpv commons-net-3.3-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-net-3.2-bin.tar.gz.asc
+$ pgp commons-net-3.3-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-net-3.2-bin.tar.gz.asc
+$ gpg --verify commons-net-3.3-bin.tar.gz.asc
 
 
 




svn commit: r865314 - in /websites/production/commons/content/proper/commons-net: ./ apidocs/ apidocs/examples/ apidocs/examples/class-use/ apidocs/org/apache/commons/net/ apidocs/org/apache/commons/n

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:21:33 2013
New Revision: 865314

Log:
Update NET website to 3.3


[This commit notification would consist of 677 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]


svn commit: r865316 - /websites/production/commons/content/proper/commons-net/javadocs/api-3.2/

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:25:17 2013
New Revision: 865316

Log:
Obsolete

Removed:
websites/production/commons/content/proper/commons-net/javadocs/api-3.2/



Nexus: Promotion Completed.

2013-06-11 Thread Nexus Repository Manager
Description:Release vote succeededDetails:The following artifacts have been promoted to the Releases repository.archetype-catalog.xmlcommons-net-3.3-examples.jar.asccommons-net-3.3-sources.jar.asccommons-net-3.3-sources.jarcommons-net-3.3-tests.jarcommons-net-3.3.pomcommons-net-3.3.jar.asccommons-net-3.3-javadoc.jar.asccommons-net-3.3-test-sources.jar.asccommons-net-3.3.jarcommons-net-3.3-test-sources.jarcommons-net-3.3-tests.jar.asccommons-net-3.3-ftp.jar.asccommons-net-3.3-javadoc.jarcommons-net-3.3.pom.asccommons-net-3.3-examples.jarcommons-net-3.3-ftp.jar

svn commit: r2168 - /dev/commons/commons-net-3.3-RC1/binaries/ /dev/commons/commons-net-3.3-RC1/source/ /release/commons/net/ /release/commons/net/binaries/ /release/commons/net/source/

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:01:31 2013
New Revision: 2168

Log:
Release NET 3.3 from 3.3RC1 dev directory

Added:
release/commons/net/binaries/commons-net-3.3-bin.tar.gz
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz
release/commons/net/binaries/commons-net-3.3-bin.tar.gz.asc
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.asc
release/commons/net/binaries/commons-net-3.3-bin.tar.gz.md5
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.md5
release/commons/net/binaries/commons-net-3.3-bin.tar.gz.sha1
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.sha1
release/commons/net/binaries/commons-net-3.3-bin.zip
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip
release/commons/net/binaries/commons-net-3.3-bin.zip.asc
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.asc
release/commons/net/binaries/commons-net-3.3-bin.zip.md5
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.md5
release/commons/net/binaries/commons-net-3.3-bin.zip.sha1
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.sha1
release/commons/net/source/commons-net-3.3-src.tar.gz
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz
release/commons/net/source/commons-net-3.3-src.tar.gz.asc
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.asc
release/commons/net/source/commons-net-3.3-src.tar.gz.md5
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.md5
release/commons/net/source/commons-net-3.3-src.tar.gz.sha1
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.sha1
release/commons/net/source/commons-net-3.3-src.zip
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip
release/commons/net/source/commons-net-3.3-src.zip.asc
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.asc
release/commons/net/source/commons-net-3.3-src.zip.md5
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.md5
release/commons/net/source/commons-net-3.3-src.zip.sha1
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.sha1
Removed:
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.asc
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.md5
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.sha1
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.asc
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.md5
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.sha1
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.asc
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.md5
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.sha1
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.asc
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.md5
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.sha1
Modified:
release/commons/net/RELEASE-NOTES.txt

Modified: release/commons/net/RELEASE-NOTES.txt
==
--- release/commons/net/RELEASE-NOTES.txt (original)
+++ release/commons/net/RELEASE-NOTES.txt Tue Jun 11 17:01:31 2013
@@ -1,51 +1,40 @@
-  Apache Commons Net
-  Version 3.2
- RELEASE NOTES
-
-The Commons Net team is pleased to announce the release of Apache Commons Net 
3.2
-
-Apache Commons Net library contains a collection of network utilities and 
protocol implementations.
-Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), 
Telnet, Whois
-
-This release fixes bugs and adds some new functionality (see below).
-It is binary compatible with previous releases.
-Note that Clirr shows that two public methods have been removed (NET-485). 
These are not used within NET.
-
-Changes in this version include:
-
-New features:
-o NET-468:  Request for native support for soc

svn commit: r2168 - /dev/commons/commons-net-3.3-RC1/binaries/ /dev/commons/commons-net-3.3-RC1/source/ /release/commons/net/ /release/commons/net/binaries/ /release/commons/net/source/

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 17:01:31 2013
New Revision: 2168

Log:
Release NET 3.3 from 3.3RC1 dev directory

Added:
release/commons/net/binaries/commons-net-3.3-bin.tar.gz
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz
release/commons/net/binaries/commons-net-3.3-bin.tar.gz.asc
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.asc
release/commons/net/binaries/commons-net-3.3-bin.tar.gz.md5
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.md5
release/commons/net/binaries/commons-net-3.3-bin.tar.gz.sha1
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.sha1
release/commons/net/binaries/commons-net-3.3-bin.zip
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip
release/commons/net/binaries/commons-net-3.3-bin.zip.asc
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.asc
release/commons/net/binaries/commons-net-3.3-bin.zip.md5
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.md5
release/commons/net/binaries/commons-net-3.3-bin.zip.sha1
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.sha1
release/commons/net/source/commons-net-3.3-src.tar.gz
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz
release/commons/net/source/commons-net-3.3-src.tar.gz.asc
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.asc
release/commons/net/source/commons-net-3.3-src.tar.gz.md5
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.md5
release/commons/net/source/commons-net-3.3-src.tar.gz.sha1
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.sha1
release/commons/net/source/commons-net-3.3-src.zip
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip
release/commons/net/source/commons-net-3.3-src.zip.asc
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.asc
release/commons/net/source/commons-net-3.3-src.zip.md5
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.md5
release/commons/net/source/commons-net-3.3-src.zip.sha1
  - copied unchanged from r2167, 
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.sha1
Removed:
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.asc
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.md5
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.sha1
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.asc
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.md5
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.sha1
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.asc
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.md5
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.sha1
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.asc
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.md5
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.sha1
Modified:
release/commons/net/RELEASE-NOTES.txt

Modified: release/commons/net/RELEASE-NOTES.txt
==
--- release/commons/net/RELEASE-NOTES.txt (original)
+++ release/commons/net/RELEASE-NOTES.txt Tue Jun 11 17:01:31 2013
@@ -1,51 +1,40 @@
-  Apache Commons Net
-  Version 3.2
- RELEASE NOTES
-
-The Commons Net team is pleased to announce the release of Apache Commons Net 
3.2
-
-Apache Commons Net library contains a collection of network utilities and 
protocol implementations.
-Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), 
Telnet, Whois
-
-This release fixes bugs and adds some new functionality (see below).
-It is binary compatible with previous releases.
-Note that Clirr shows that two public methods have been removed (NET-485). 
These are not used within NET.
-
-Changes in this version include:
-
-New features:
-o NET-468:  Request for native support for soc

svn commit: r2167 - in /dev/commons/commons-net-3.3-RC1: ./ binaries/ source/

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 16:53:12 2013
New Revision: 2167

Log:
Release NET 3.3RC1 via dev directory

Added:
dev/commons/commons-net-3.3-RC1/
dev/commons/commons-net-3.3-RC1/binaries/
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.asc
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.md5
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.sha1
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.asc
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.md5
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.sha1
dev/commons/commons-net-3.3-RC1/source/
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.asc
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.md5
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.sha1
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.asc
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.md5
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.sha1

Added: dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz
==
Binary files 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz (added) and 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz Tue Jun 11 
16:53:12 2013 differ

Added: dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.asc
==
--- dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.asc 
(added)
+++ dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.asc Tue 
Jun 11 16:53:12 2013
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2.0.20 (MingW32)
+
+iQIcBAABCgAGBQJRsmQiAAoJEHqIYJRPrV9iFisP/iT4kzoq2kL6HdKArnERBd8F
+BB7ZNEmNVXHXmVj9yy9h2LoIvcVneq2vlG5Ioj+hPyQHF8qluOTnnV3fVRPvDC7F
+wICiFp5qnFa76W2dw9nh+QjlbEmoRrEmt5aOshtZmuc/ZpYv7vObQAfYmePHduOp
+oZQo0tQYTcyCjIbm9X2u+vo6BxOCA4/vWHDZUjW65kpxV4OxabYPioY3rjKAMEsc
+vtQ9QlfWZZpELfJia4U4GvOKFOWD6lighxK7ybXDQdVUchjGeNUnGqZ5amZVbueq
+yEOXJWVE4eqY2/etS9nRRiS5dxBee5vcSaw5iluhPepMegQCR1rnGRvSprs0HqHo
+g5o7rzYcu+mVzBJJI9dlOe1rGPi7ttUXBXVpBSkcdMKDayUcfTca3Fy2aVYZVgH3
+szJIKhXljkcaFi4S6hzGvSP+SUuebVm8vmwAcGYv5CY7rGIGAIOc4PaZyGnwbUJ5
+uNOcPNf1CdwEabs5JU8EfufQV3pa2En3s9nOSHzY1sEnxhXjCo8Ur5k8mP9VcAww
+BP4dgmnSGHdNcZw6jw9Nk6tPWu19QY+QDroAzT+qQ+ODPVDsXKlXcMc/N+x7TXb8
+cD4boAItDLAsB2E+1dQ8ZG8eVYLPsi21keYTBCc+FRJKP4MyAQHrWrRGApxiZxLi
+Z8DvSUGVwFiH7rQ3KHFo
+=rySB
+-END PGP SIGNATURE-

Added: dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.md5
==
--- dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.md5 
(added)
+++ dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.md5 Tue 
Jun 11 16:53:12 2013
@@ -0,0 +1 @@
+e47fe19de70438907e5e9227ce1885ff
\ No newline at end of file

Added: dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.sha1
==
--- dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.sha1 
(added)
+++ dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.sha1 
Tue Jun 11 16:53:12 2013
@@ -0,0 +1 @@
+483aa979fe51382b89ad27146d063d0b0d4b42e3
\ No newline at end of file

Added: dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip
==
Binary files dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip 
(added) and dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip 
Tue Jun 11 16:53:12 2013 differ

Added: dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.asc
==
--- dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.asc (added)
+++ dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.asc Tue 
Jun 11 16:53:12 2013
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2.0.20 (MingW32)
+
+iQIcBAABCgAGBQJRsmQjAAoJEHqIYJRPrV9i0+MQALLeY5qQIvhpyTK4gwB+uH6G
+pw4TtYB61Uk6Cig5QKIOg0mstPaf+8TZtAZmW8JAXirY98t2EN3MGX249Zkrwfnu
+BEFFtMwm0Yr/EmGsZvqTH3Hz5Z42eUmdx9jmpwMg5bm+OLu8JkTmeC9bYdzdcge+
+CK1qEH9x9mf8qwOMSVmfYNBu8yCKy97Tnq9KgJg6IFciEg4MEg/IHGss9VujTSaE
+T527GhY6U94PQYrQhab0/3UkXFQyTOJzPyWIFUIyZeVczr7TZ7gBUxs9MO62WrbX
+TovMuGWPcmSXYYt+cn7S8/yg6xn9xgn/DXKzqVsQl+Zf3jVJwPahp75SCoDsJnDn
+aT9SHq8m6mdEDkDT

svn commit: r2167 - in /dev/commons/commons-net-3.3-RC1: ./ binaries/ source/

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 16:53:12 2013
New Revision: 2167

Log:
Release NET 3.3RC1 via dev directory

Added:
dev/commons/commons-net-3.3-RC1/
dev/commons/commons-net-3.3-RC1/binaries/
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.asc
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.md5
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.sha1
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.asc
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.md5
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.sha1
dev/commons/commons-net-3.3-RC1/source/
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.asc
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.md5
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.tar.gz.sha1
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.asc
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.md5
dev/commons/commons-net-3.3-RC1/source/commons-net-3.3-src.zip.sha1

Added: dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz
==
Binary files 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz (added) and 
dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz Tue Jun 11 
16:53:12 2013 differ

Added: dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.asc
==
--- dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.asc 
(added)
+++ dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.asc Tue 
Jun 11 16:53:12 2013
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2.0.20 (MingW32)
+
+iQIcBAABCgAGBQJRsmQiAAoJEHqIYJRPrV9iFisP/iT4kzoq2kL6HdKArnERBd8F
+BB7ZNEmNVXHXmVj9yy9h2LoIvcVneq2vlG5Ioj+hPyQHF8qluOTnnV3fVRPvDC7F
+wICiFp5qnFa76W2dw9nh+QjlbEmoRrEmt5aOshtZmuc/ZpYv7vObQAfYmePHduOp
+oZQo0tQYTcyCjIbm9X2u+vo6BxOCA4/vWHDZUjW65kpxV4OxabYPioY3rjKAMEsc
+vtQ9QlfWZZpELfJia4U4GvOKFOWD6lighxK7ybXDQdVUchjGeNUnGqZ5amZVbueq
+yEOXJWVE4eqY2/etS9nRRiS5dxBee5vcSaw5iluhPepMegQCR1rnGRvSprs0HqHo
+g5o7rzYcu+mVzBJJI9dlOe1rGPi7ttUXBXVpBSkcdMKDayUcfTca3Fy2aVYZVgH3
+szJIKhXljkcaFi4S6hzGvSP+SUuebVm8vmwAcGYv5CY7rGIGAIOc4PaZyGnwbUJ5
+uNOcPNf1CdwEabs5JU8EfufQV3pa2En3s9nOSHzY1sEnxhXjCo8Ur5k8mP9VcAww
+BP4dgmnSGHdNcZw6jw9Nk6tPWu19QY+QDroAzT+qQ+ODPVDsXKlXcMc/N+x7TXb8
+cD4boAItDLAsB2E+1dQ8ZG8eVYLPsi21keYTBCc+FRJKP4MyAQHrWrRGApxiZxLi
+Z8DvSUGVwFiH7rQ3KHFo
+=rySB
+-END PGP SIGNATURE-

Added: dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.md5
==
--- dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.md5 
(added)
+++ dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.md5 Tue 
Jun 11 16:53:12 2013
@@ -0,0 +1 @@
+e47fe19de70438907e5e9227ce1885ff
\ No newline at end of file

Added: dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.sha1
==
--- dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.sha1 
(added)
+++ dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.tar.gz.sha1 
Tue Jun 11 16:53:12 2013
@@ -0,0 +1 @@
+483aa979fe51382b89ad27146d063d0b0d4b42e3
\ No newline at end of file

Added: dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip
==
Binary files dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip 
(added) and dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip 
Tue Jun 11 16:53:12 2013 differ

Added: dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.asc
==
--- dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.asc (added)
+++ dev/commons/commons-net-3.3-RC1/binaries/commons-net-3.3-bin.zip.asc Tue 
Jun 11 16:53:12 2013
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2.0.20 (MingW32)
+
+iQIcBAABCgAGBQJRsmQjAAoJEHqIYJRPrV9i0+MQALLeY5qQIvhpyTK4gwB+uH6G
+pw4TtYB61Uk6Cig5QKIOg0mstPaf+8TZtAZmW8JAXirY98t2EN3MGX249Zkrwfnu
+BEFFtMwm0Yr/EmGsZvqTH3Hz5Z42eUmdx9jmpwMg5bm+OLu8JkTmeC9bYdzdcge+
+CK1qEH9x9mf8qwOMSVmfYNBu8yCKy97Tnq9KgJg6IFciEg4MEg/IHGss9VujTSaE
+T527GhY6U94PQYrQhab0/3UkXFQyTOJzPyWIFUIyZeVczr7TZ7gBUxs9MO62WrbX
+TovMuGWPcmSXYYt+cn7S8/yg6xn9xgn/DXKzqVsQl+Zf3jVJwPahp75SCoDsJnDn
+aT9SHq8m6mdEDkDT

svn commit: r1491867 - /commons/proper/net/tags/NET_3_3/

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 16:30:24 2013
New Revision: 1491867

URL: http://svn.apache.org/r1491867
Log:
RC1 vote succeeded

Added:
commons/proper/net/tags/NET_3_3/
  - copied from r1491866, commons/proper/net/tags/NET_3_3_RC1/



svn commit: r1491861 - in /commons/proper/compress/branches/LZMA: ./ src/main/java/org/apache/commons/compress/archivers/sevenz/ src/site/xdoc/ src/test/java/org/apache/commons/compress/archivers/

2013-06-11 Thread bodewig
Author: bodewig
Date: Tue Jun 11 16:20:23 2013
New Revision: 1491861

URL: http://svn.apache.org/r1491861
Log:
merge 7z write support

Added:

commons/proper/compress/branches/LZMA/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.java
  - copied unchanged from r1491496, 
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZOutputFile.java

commons/proper/compress/branches/LZMA/src/test/java/org/apache/commons/compress/archivers/SevenZTestCase.java
  - copied unchanged from r1491496, 
commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/SevenZTestCase.java
Modified:
commons/proper/compress/branches/LZMA/   (props changed)

commons/proper/compress/branches/LZMA/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java

commons/proper/compress/branches/LZMA/src/main/java/org/apache/commons/compress/archivers/sevenz/package.html
commons/proper/compress/branches/LZMA/src/site/xdoc/examples.xml
commons/proper/compress/branches/LZMA/src/site/xdoc/index.xml

Propchange: commons/proper/compress/branches/LZMA/
--
  Merged /commons/proper/compress/trunk:r1491496

Modified: 
commons/proper/compress/branches/LZMA/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/branches/LZMA/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java?rev=1491861&r1=1491860&r2=1491861&view=diff
==
--- 
commons/proper/compress/branches/LZMA/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java
 (original)
+++ 
commons/proper/compress/branches/LZMA/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java
 Tue Jun 11 16:20:23 2013
@@ -69,7 +69,7 @@ import org.apache.commons.compress.utils
  */
 public class SevenZFile {
 private static final boolean DEBUG = false;
-private static final int SIGNATURE_HEADER_SIZE = 32;
+static final int SIGNATURE_HEADER_SIZE = 32;
 private RandomAccessFile file;
 private final Archive archive;
 private int currentEntryIndex = -1;
@@ -78,7 +78,7 @@ public class SevenZFile {
 private InputStream currentEntryInputStream = null;
 private String password;
 
-private static final byte[] sevenZSignature = {
+static final byte[] sevenZSignature = {
 (byte)'7', (byte)'z', (byte)0xBC, (byte)0xAF, (byte)0x27, (byte)0x1C
 };
 

Modified: 
commons/proper/compress/branches/LZMA/src/main/java/org/apache/commons/compress/archivers/sevenz/package.html
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/branches/LZMA/src/main/java/org/apache/commons/compress/archivers/sevenz/package.html?rev=1491861&r1=1491860&r2=1491861&view=diff
==
--- 
commons/proper/compress/branches/LZMA/src/main/java/org/apache/commons/compress/archivers/sevenz/package.html
 (original)
+++ 
commons/proper/compress/branches/LZMA/src/main/java/org/apache/commons/compress/archivers/sevenz/package.html
 Tue Jun 11 16:20:23 2013
@@ -18,7 +18,7 @@
 
 -->
   
-Provides classes for reading archives using
+Provides classes for reading and writing archives using
   the 7z format.
   
 

Modified: commons/proper/compress/branches/LZMA/src/site/xdoc/examples.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/branches/LZMA/src/site/xdoc/examples.xml?rev=1491861&r1=1491860&r2=1491861&view=diff
==
--- commons/proper/compress/branches/LZMA/src/site/xdoc/examples.xml (original)
+++ commons/proper/compress/branches/LZMA/src/site/xdoc/examples.xml Tue Jun 11 
16:20:23 2013
@@ -462,6 +462,15 @@ lzmaIn.close();
 LZMA2 and no header compression at all.  Only AES-256/SHA-256
 are supported for encryption.
 
+Adding an entry to a 7z archive:
+
+
 Uncompressing a given 7z archive (you would
   certainly add exception handling and make sure all streams
   get closed properly):

Modified: commons/proper/compress/branches/LZMA/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/branches/LZMA/src/site/xdoc/index.xml?rev=1491861&r1=1491860&r2=1491861&view=diff
==
--- commons/proper/compress/branches/LZMA/src/site/xdoc/index.xml (original)
+++ commons/proper/compress/branches/LZMA/src/site/xdoc/index.xml Tue Jun 11 
16:20:23 2013
@@ -77,7 +77,7 @@
 archivers where the zip
 implementation provides capabilities that go beyond the
 features found in java.util.zip.  As of Commons Compress
-1.6 support for the dum

svn commit: r1491852 - in /commons/proper/daemon/branches/1.0.x/src/main/assembly: bin.xml native-src.xml src.xml win.xml

2013-06-11 Thread sebb
Author: sebb
Date: Tue Jun 11 15:51:50 2013
New Revision: 1491852

URL: http://svn.apache.org/r1491852
Log:
Add XSD

Modified:
commons/proper/daemon/branches/1.0.x/src/main/assembly/bin.xml
commons/proper/daemon/branches/1.0.x/src/main/assembly/native-src.xml
commons/proper/daemon/branches/1.0.x/src/main/assembly/src.xml
commons/proper/daemon/branches/1.0.x/src/main/assembly/win.xml

Modified: commons/proper/daemon/branches/1.0.x/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/main/assembly/bin.xml?rev=1491852&r1=1491851&r2=1491852&view=diff
==
--- commons/proper/daemon/branches/1.0.x/src/main/assembly/bin.xml (original)
+++ commons/proper/daemon/branches/1.0.x/src/main/assembly/bin.xml Tue Jun 11 
15:51:50 2013
@@ -14,7 +14,10 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-
+http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0
 http://maven.apache.org/xsd/assembly-1.1.0.xsd";>
 bin
 
 tar.gz

Modified: commons/proper/daemon/branches/1.0.x/src/main/assembly/native-src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/main/assembly/native-src.xml?rev=1491852&r1=1491851&r2=1491852&view=diff
==
--- commons/proper/daemon/branches/1.0.x/src/main/assembly/native-src.xml 
(original)
+++ commons/proper/daemon/branches/1.0.x/src/main/assembly/native-src.xml Tue 
Jun 11 15:51:50 2013
@@ -14,7 +14,10 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-
+http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0
 http://maven.apache.org/xsd/assembly-1.1.0.xsd";>
 native-src
 
 tar.gz

Modified: commons/proper/daemon/branches/1.0.x/src/main/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/main/assembly/src.xml?rev=1491852&r1=1491851&r2=1491852&view=diff
==
--- commons/proper/daemon/branches/1.0.x/src/main/assembly/src.xml (original)
+++ commons/proper/daemon/branches/1.0.x/src/main/assembly/src.xml Tue Jun 11 
15:51:50 2013
@@ -14,7 +14,10 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-
+http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0
 http://maven.apache.org/xsd/assembly-1.1.0.xsd";>
 src
 
 tar.gz

Modified: commons/proper/daemon/branches/1.0.x/src/main/assembly/win.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/main/assembly/win.xml?rev=1491852&r1=1491851&r2=1491852&view=diff
==
--- commons/proper/daemon/branches/1.0.x/src/main/assembly/win.xml (original)
+++ commons/proper/daemon/branches/1.0.x/src/main/assembly/win.xml Tue Jun 11 
15:51:50 2013
@@ -14,7 +14,10 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-
+http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0
 http://maven.apache.org/xsd/assembly-1.1.0.xsd";>
 bin-windows
 
 zip