svn commit: r1452024 - in /commons/proper/beanutils/trunk: checkstyle.xml src/changes/changes.xml

2013-03-03 Thread britter
Author: britter
Date: Sun Mar  3 10:47:03 2013
New Revision: 1452024

URL: http://svn.apache.org/r1452024
Log:
[BEANUTILS-427] - Configure Checkstyle to check for trailing white spaces and 
white spaces on empty lines

Modified:
commons/proper/beanutils/trunk/checkstyle.xml
commons/proper/beanutils/trunk/src/changes/changes.xml

Modified: commons/proper/beanutils/trunk/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/checkstyle.xml?rev=1452024&r1=1452023&r2=1452024&view=diff
==
--- commons/proper/beanutils/trunk/checkstyle.xml (original)
+++ commons/proper/beanutils/trunk/checkstyle.xml Sun Mar  3 10:47:03 2013
@@ -52,6 +52,11 @@ limitations under the License.
   
 
  
+ 
+
+
+
+
 
 
 

Modified: commons/proper/beanutils/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/changes/changes.xml?rev=1452024&r1=1452023&r2=1452024&view=diff
==
--- commons/proper/beanutils/trunk/src/changes/changes.xml (original)
+++ commons/proper/beanutils/trunk/src/changes/changes.xml Sun Mar  3 10:47:03 
2013
@@ -40,6 +40,9 @@ The  type attribute can be add,u
   
 
 
+  
+ Configure Checkstyle to check for trailing white spaces and white 
spaces on empty lines
+  
   
  MethodUtils.invokeMethod() throws NullPointerException when args==null
   




svn commit: r1452028 [7/7] - in /commons/proper/beanutils/trunk/src: changes/ main/java/org/apache/commons/beanutils/ main/java/org/apache/commons/beanutils/converters/ main/java/org/apache/commons/be

2013-03-03 Thread britter
Modified: 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/memoryleaktests/pojotests/SomePojo.java
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/memoryleaktests/pojotests/SomePojo.java?rev=1452028&r1=1452027&r2=1452028&view=diff
==
--- 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/memoryleaktests/pojotests/SomePojo.java
 (original)
+++ 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/memoryleaktests/pojotests/SomePojo.java
 Sun Mar  3 11:19:49 2013
@@ -5,15 +5,15 @@
  * 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.
- */ 
+ */
 package org.apache.commons.beanutils.memoryleaktests.pojotests;
 
 /**

Modified: 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/priv/PackageBean.java
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/priv/PackageBean.java?rev=1452028&r1=1452027&r2=1452028&view=diff
==
--- 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/priv/PackageBean.java
 (original)
+++ 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/priv/PackageBean.java
 Sun Mar  3 11:19:49 2013
@@ -5,15 +5,15 @@
  * 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.
- */ 
+ */
 
 
 package org.apache.commons.beanutils.priv;
@@ -22,11 +22,11 @@ package org.apache.commons.beanutils.pri
 /**
  * This class is designed to test the default access jvm problem workaround.
  * The issue is that public methods of a public subclass contained in a 
default access
- * superclass are returned by reflection but an IllegalAccessException is 
thrown 
+ * superclass are returned by reflection but an IllegalAccessException is 
thrown
  * when they are invoked.
  *
  * This is the default access superclass
- * 
+ *
  * @author Robert Burrell Donkin
  * @version $Revision$ $Date$
  */
@@ -60,7 +60,7 @@ class PackageBean {
 return (this.bar);
 
 }
-
+
 public void setBar(String bar) {
 
 this.bar = bar;

Modified: 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/priv/PrivateBean.java
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/priv/PrivateBean.java?rev=1452028&r1=1452027&r2=1452028&view=diff
==
--- 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/priv/PrivateBean.java
 (original)
+++ 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/priv/PrivateBean.java
 Sun Mar  3 11:19:49 2013
@@ -5,15 +5,15 @@
  * 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.
- */ 
+ */
 
 
 package org.apache.commons.beanutils.priv;

Modified: 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/priv/PrivateBeanFactory.java
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/priv/PrivateBeanFactory.java?rev=1452028&r1=1452027&r2=1452028&view=diff
=

svn commit: r1452029 - in /commons/proper/beanutils/trunk: pom.xml src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java

2013-03-03 Thread britter
Author: britter
Date: Sun Mar  3 11:33:42 2013
New Revision: 1452029

URL: http://svn.apache.org/r1452029
Log:
[BEANUTILS-422] - getPropertyType return null on second descendant class; Add 
test case provided by Alex Crown

Added:

commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
   (with props)
Modified:
commons/proper/beanutils/trunk/pom.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1452029&r1=1452028&r2=1452029&view=diff
==
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Sun Mar  3 11:33:42 2013
@@ -140,6 +140,10 @@
   Berin Loritsch
   
 
+
+  Alex Crown
+  
+
   
 
   

Added: 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java?rev=1452029&view=auto
==
--- 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
 (added)
+++ 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
 Sun Mar  3 11:33:42 2013
@@ -0,0 +1,51 @@
+package org.apache.commons.beanutils.bugs;
+
+import org.apache.commons.beanutils.PropertyUtils;
+
+import java.util.ArrayList;
+
+import junit.framework.TestCase;
+
+public class Jira422TestCase extends TestCase {
+
+public void testRootBean() throws Exception {
+RootBean bean = new FirstChildBean();
+Class propertyType = PropertyUtils.getPropertyType(bean, "file[0]");
+assertEquals(String.class.getName(), propertyType.getName());
+}
+
+public void testSecondChildBean() throws Exception {
+RootBean bean = new SecondChildBean();
+Class propertyType = PropertyUtils.getPropertyType(bean, "file[0]");
+assertEquals(String.class.getName(), propertyType.getName());
+}
+
+}
+
+class RootBean {
+
+private ArrayList file;
+
+public ArrayList getFile() {
+return file;
+}
+
+public void setFile(ArrayList file) {
+this.file = file;
+}
+
+public String getFile(int i) {
+return (String) file.get(i);
+}
+
+public void setFile(int i, String file) {
+this.file.set(i, file);
+}
+
+}
+
+class FirstChildBean extends RootBean {
+}
+
+class SecondChildBean extends RootBean {
+}

Propchange: 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
--
svn:eol-style = native




svn commit: r1452031 - /commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java

2013-03-03 Thread britter
Author: britter
Date: Sun Mar  3 12:28:48 2013
New Revision: 1452031

URL: http://svn.apache.org/r1452031
Log:
Add missing license header

Modified:

commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java

Modified: 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java?rev=1452031&r1=1452030&r2=1452031&view=diff
==
--- 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
 (original)
+++ 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
 Sun Mar  3 12:28:48 2013
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.commons.beanutils.bugs;
 
 import org.apache.commons.beanutils.PropertyUtils;




svn commit: r1452036 - in /commons/proper/beanutils/trunk: pom.xml src/changes/changes.xml src/main/java/org/apache/commons/beanutils/BeanUtilsBean.java src/test/java/org/apache/commons/beanutils/bugs

2013-03-03 Thread britter
Author: britter
Date: Sun Mar  3 13:14:38 2013
New Revision: 1452036

URL: http://svn.apache.org/r1452036
Log:
[BEANUTILS-411] - BeanUtilsBean.setProperty throws IllegalArgumentException if 
getter of nested property returns null. Thanks to Marcus Zander

Added:

commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira411TestCase.java
   (with props)
Modified:
commons/proper/beanutils/trunk/pom.xml
commons/proper/beanutils/trunk/src/changes/changes.xml

commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/BeanUtilsBean.java

Modified: commons/proper/beanutils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1452036&r1=1452035&r2=1452036&view=diff
==
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Sun Mar  3 13:14:38 2013
@@ -144,6 +144,10 @@
   Alex Crown
   
 
+
+  Marcus Zander
+  marcu...@gmx.de
+
   
 
   

Modified: commons/proper/beanutils/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/changes/changes.xml?rev=1452036&r1=1452035&r2=1452036&view=diff
==
--- commons/proper/beanutils/trunk/src/changes/changes.xml (original)
+++ commons/proper/beanutils/trunk/src/changes/changes.xml Sun Mar  3 13:14:38 
2013
@@ -40,6 +40,9 @@ The  type attribute can be add,u
   
 
 
+  
+ BeanUtilsBean.setProperty throws IllegalArgumentException if getter 
of nested property returns null
+  
   
  Delete trailing white spaces and white spaces on empty lines from all 
files
   

Modified: 
commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/BeanUtilsBean.java
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/BeanUtilsBean.java?rev=1452036&r1=1452035&r2=1452036&view=diff
==
--- 
commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/BeanUtilsBean.java
 (original)
+++ 
commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/BeanUtilsBean.java
 Sun Mar  3 13:14:38 2013
@@ -901,6 +901,9 @@ public class BeanUtilsBean {
 while (resolver.hasNested(name)) {
 try {
 target = getPropertyUtils().getProperty(target, 
resolver.next(name));
+if (target == null) { // the value of a nested property is null
+return;
+}
 name = resolver.remove(name);
 } catch (NoSuchMethodException e) {
 return; // Skip this property setter

Added: 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira411TestCase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira411TestCase.java?rev=1452036&view=auto
==
--- 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira411TestCase.java
 (added)
+++ 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira411TestCase.java
 Sun Mar  3 13:14:38 2013
@@ -0,0 +1,59 @@
+/*
+ * 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.
+ */
+package org.apache.commons.beanutils.bugs;
+
+import junit.framework.TestCase;
+
+import org.apache.commons.beanutils.BeanUtilsBean;
+
+/**
+ * BeanUtilsBean.setProperty throws IllegalArgumentException if getter of 
nested
+ * property returns null
+ *
+ * 
+ * See https://issues.apache.org/jira/browse/BEANUTILS-411
+ * 
+ *
+ * @version $Revision$ $Date$
+ */
+public class Jira411TestCase extends TestCase {
+
+private BeanUtilsBean instance;
+private DummyBean testBean;
+
+protected void setUp() throws Exception {
+instance = new BeanUtilsBean();
+testBean = new DummyBean();
+}
+
+public void testSetProperty() throws Exception {
+ins

svn commit: r1452037 - /commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java

2013-03-03 Thread britter
Author: britter
Date: Sun Mar  3 13:25:24 2013
New Revision: 1452037

URL: http://svn.apache.org/r1452037
Log:
Add JavaDoc and SVN Keywords

Modified:

commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
   (contents, props changed)

Modified: 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java?rev=1452037&r1=1452036&r2=1452037&view=diff
==
--- 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
 (original)
+++ 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
 Sun Mar  3 13:25:24 2013
@@ -22,6 +22,15 @@ import java.util.ArrayList;
 
 import junit.framework.TestCase;
 
+/**
+ * getPropertyType return null on second descendant class
+ *
+ * 
+ * See https://issues.apache.org/jira/browse/BEANUTILS-422
+ * 
+ *
+ * @version $Revision$ $Date$
+ */
 public class Jira422TestCase extends TestCase {
 
 public void testRootBean() throws Exception {

Propchange: 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
--
--- svn:keywords (added)
+++ svn:keywords Sun Mar  3 13:25:24 2013
@@ -0,0 +1,2 @@
+Revision
+Date




svn commit: r1452045 - in /commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils: IndexedPropertyTestCase.java IndexedTestBean.java

2013-03-03 Thread britter
Author: britter
Date: Sun Mar  3 14:18:51 2013
New Revision: 1452045

URL: http://svn.apache.org/r1452045
Log:
Remove SVN keywords from license header

Modified:

commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/IndexedPropertyTestCase.java

commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/IndexedTestBean.java

Modified: 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/IndexedPropertyTestCase.java
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/IndexedPropertyTestCase.java?rev=1452045&r1=1452044&r2=1452045&view=diff
==
--- 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/IndexedPropertyTestCase.java
 (original)
+++ 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/IndexedPropertyTestCase.java
 Sun Mar  3 14:18:51 2013
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * 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.

Modified: 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/IndexedTestBean.java
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/IndexedTestBean.java?rev=1452045&r1=1452044&r2=1452045&view=diff
==
--- 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/IndexedTestBean.java
 (original)
+++ 
commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/IndexedTestBean.java
 Sun Mar  3 14:18:51 2013
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * 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.




svn commit: r1452054 - /commons/proper/compress/trunk/src/site/xdoc/examples.xml

2013-03-03 Thread bodewig
Author: bodewig
Date: Sun Mar  3 15:35:05 2013
New Revision: 1452054

URL: http://svn.apache.org/r1452054
Log:
COMPRESS-217 explain terms compressor and archiver and add an example for 
guessing the format of a compressor input stream.

Modified:
commons/proper/compress/trunk/src/site/xdoc/examples.xml

Modified: commons/proper/compress/trunk/src/site/xdoc/examples.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/xdoc/examples.xml?rev=1452054&r1=1452053&r2=1452054&view=diff
==
--- commons/proper/compress/trunk/src/site/xdoc/examples.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/examples.xml Sun Mar  3 
15:35:05 2013
@@ -25,6 +25,18 @@
   
 
 
+  
+Commons Compress calls all formats that compress a single
+stream of data compressor formats while all formats that
+collect multiple entries inside a single (potentially
+compressed) archive are archiver formats.
+
+The compressor formats supported are gzip, bzip2, xz and
+Pack200, the archiver formats are ar, cpio, dump (read-only),
+tar and zip.  Pack200 is a special case as it can only
+compress JAR files.
+  
+
   
 The stream classes all wrap around streams provided by the
   calling code and they work on them directly without any
@@ -49,12 +61,20 @@ CompressorOutputStream gzippedOut = new 
 .createCompressorOutputStream(CompressorStreamFactory.GZIP, 
myOutputStream);
 ]]>
 
-Make the factory guess the input format for a given stream:
+Make the factory guess the input format for a given
+archiver stream:
 
 
+Make the factory guess the input format for a given
+compressor stream:
+
+
   
 
   




svn commit: r1452055 - /commons/proper/compress/trunk/pom.xml

2013-03-03 Thread bodewig
Author: bodewig
Date: Sun Mar  3 15:43:44 2013
New Revision: 1452055

URL: http://svn.apache.org/r1452055
Log:
I must admit I don't know whether publishing to the CMS backed site is going to 
work, but these settings are obsolete in either case

Modified:
commons/proper/compress/trunk/pom.xml

Modified: commons/proper/compress/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1452055&r1=1452054&r2=1452055&view=diff
==
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Sun Mar  3 15:43:44 2013
@@ -124,14 +124,6 @@ These include: bzip2, gzip, pack200, xz 
 http://svn.apache.org/repos/asf/commons/proper/compress/trunk
   
 
-  
-
-  website
-  Apache Website
-  scp://people.apache.org/www/commons.apache.org/compress/
-
-  
-
   
 
   
@@ -269,17 +261,6 @@ These include: bzip2, gzip, pack200, xz 
   
 
   
-
-  rc
-  
-
-
-  apache.website
-  Apache Commons Release Candidate Staging Site
-  
${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site
-
-  
-
 
 
   run-zipit




svn commit: r852805 - in /websites/production/commons/content/proper/commons-compress: ./ apidocs/ apidocs/org/apache/commons/compress/archivers/ apidocs/org/apache/commons/compress/archivers/ar/ apid

2013-03-03 Thread bodewig
Author: bodewig
Date: Sun Mar  3 16:04:27 2013
New Revision: 852805

Log:
publish site


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


svn commit: r1452075 - /commons/proper/collections/trunk/pom.xml

2013-03-03 Thread tn
Author: tn
Date: Sun Mar  3 17:49:03 2013
New Revision: 1452075

URL: http://svn.apache.org/r1452075
Log:
Ignore site-content directory for rat plugin

Modified:
commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1452075&r1=1452074&r2=1452075&view=diff
==
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Sun Mar  3 17:49:03 2013
@@ -546,6 +546,15 @@
   
 
   
+  
+org.apache.rat
+apache-rat-plugin
+
+  
+site-content/**/*
+  
+
+  
 
   
 




svn commit: r1452076 - in /commons/cms-site/trunk/content/resources/dtds: validator_1_0.dtd validator_1_0_1.dtd validator_1_1.dtd validator_1_1_3.dtd validator_1_2_0.dtd validator_1_3_0.dtd validator_

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:01:12 2013
New Revision: 1452076

URL: http://svn.apache.org/r1452076
Log:
delete manually imported content will do a copy from validator

Removed:
commons/cms-site/trunk/content/resources/dtds/validator_1_0.dtd
commons/cms-site/trunk/content/resources/dtds/validator_1_0_1.dtd
commons/cms-site/trunk/content/resources/dtds/validator_1_1.dtd
commons/cms-site/trunk/content/resources/dtds/validator_1_1_3.dtd
commons/cms-site/trunk/content/resources/dtds/validator_1_2_0.dtd
commons/cms-site/trunk/content/resources/dtds/validator_1_3_0.dtd
commons/cms-site/trunk/content/resources/dtds/validator_1_4_0.dtd



svn commit: r852819 - in /websites/staging/commons/trunk/content: ./ downloads/ dtds/ gsoc/ gsoc/2010/ releases/

2013-03-03 Thread buildbot
Author: buildbot
Date: Sun Mar  3 18:01:27 2013
New Revision: 852819

Log:
Staging update by buildbot for commons

Removed:
websites/staging/commons/trunk/content/dtds/
Modified:
websites/staging/commons/trunk/content/   (props changed)
websites/staging/commons/trunk/content/bugs.html
websites/staging/commons/trunk/content/building-m1.html
websites/staging/commons/trunk/content/building.html
websites/staging/commons/trunk/content/charter.html
websites/staging/commons/trunk/content/commons-parent-pom.html
websites/staging/commons/trunk/content/components.html
websites/staging/commons/trunk/content/dormant.html
websites/staging/commons/trunk/content/downloads/index.html
websites/staging/commons/trunk/content/gsoc/2010/index.html
websites/staging/commons/trunk/content/gsoc/index.html
websites/staging/commons/trunk/content/index.html
websites/staging/commons/trunk/content/mail-lists.html
websites/staging/commons/trunk/content/new-sandbox-component.html
websites/staging/commons/trunk/content/oldcharter.html
websites/staging/commons/trunk/content/patches.html
websites/staging/commons/trunk/content/project-info.html
websites/staging/commons/trunk/content/releases/index.html
websites/staging/commons/trunk/content/releases/prepare.html
websites/staging/commons/trunk/content/releases/publish-site.html
websites/staging/commons/trunk/content/releases/release.html
websites/staging/commons/trunk/content/releases/versioning.html
websites/staging/commons/trunk/content/sandbox.html
websites/staging/commons/trunk/content/site-publish.html
websites/staging/commons/trunk/content/svninfo.html
websites/staging/commons/trunk/content/team-list.html
websites/staging/commons/trunk/content/volunteering.html

Propchange: websites/staging/commons/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar  3 18:01:27 2013
@@ -1 +1 @@
-1451748
+1452076

Modified: websites/staging/commons/trunk/content/bugs.html
==
--- websites/staging/commons/trunk/content/bugs.html (original)
+++ websites/staging/commons/trunk/content/bugs.html Sun Mar  3 18:01:27 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">
   
@@ -13,7 +13,7 @@
 
 
   
-
+
 
 
 
@@ -32,7 +32,7 @@
 
 
 
-Last Published: 26 February 2013
+Last Published: 03 March 2013
   
 Components
 |

Modified: websites/staging/commons/trunk/content/building-m1.html
==
--- websites/staging/commons/trunk/content/building-m1.html (original)
+++ websites/staging/commons/trunk/content/building-m1.html Sun Mar  3 18:01:27 
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">
   
@@ -13,7 +13,7 @@
 
 
   
-
+
 
 
 
@@ -32,7 +32,7 @@
 
 
 
-Last Published: 26 February 2013
+Last Published: 03 March 2013
   
 Components
 |

Modified: websites/staging/commons/trunk/content/building.html
==
--- websites/staging/commons/trunk/content/building.html (original)
+++ websites/staging/commons/trunk/content/building.html Sun Mar  3 18:01:27 
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">
   
@@ -13,7 +13,7 @@
 
 
   
-
+
 
 
 
@@ -32,7 +32,7 @@
 
 
 
-Last Published: 26 February 2013
+Last Published: 03 March 2013
   
 Components
 |

Modified: websites/staging/commons/trunk/content/charter.html
==
--- websites/staging/commons/trunk/content/charter.html (original)
+++ websites/staging/commons/trunk/content/charter.html Sun Mar  3 18:01:27 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">
   
@@ -13,7 +13,7 @@
 
 
   
-
+
 
 
 
@@ -32,7 +32,7 @@
 
 
 
-Last Published: 26 February 2013
+Last Published: 03 March 2013
   
  

svn commit: r1452077 - in /commons/cms-site/trunk/content/resources/dtds: validator_1_0.dtd validator_1_0_1.dtd validator_1_1.dtd validator_1_1_3.dtd validator_1_2_0.dtd validator_1_3_0.dtd validator_

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:02:08 2013
New Revision: 1452077

URL: http://svn.apache.org/r1452077
Log:
copy dtds from validator

Added:
commons/cms-site/trunk/content/resources/dtds/validator_1_0.dtd
  - copied unchanged from r1452075, 
commons/proper/validator/trunk/src/main/resources/org/apache/commons/validator/resources/validator_1_0.dtd
commons/cms-site/trunk/content/resources/dtds/validator_1_0_1.dtd
  - copied unchanged from r1452075, 
commons/proper/validator/trunk/src/main/resources/org/apache/commons/validator/resources/validator_1_0_1.dtd
commons/cms-site/trunk/content/resources/dtds/validator_1_1.dtd
  - copied unchanged from r1452075, 
commons/proper/validator/trunk/src/main/resources/org/apache/commons/validator/resources/validator_1_1.dtd
commons/cms-site/trunk/content/resources/dtds/validator_1_1_3.dtd
  - copied unchanged from r1452075, 
commons/proper/validator/trunk/src/main/resources/org/apache/commons/validator/resources/validator_1_1_3.dtd
commons/cms-site/trunk/content/resources/dtds/validator_1_2_0.dtd
  - copied unchanged from r1452075, 
commons/proper/validator/trunk/src/main/resources/org/apache/commons/validator/resources/validator_1_2_0.dtd
commons/cms-site/trunk/content/resources/dtds/validator_1_3_0.dtd
  - copied unchanged from r1452075, 
commons/proper/validator/trunk/src/main/resources/org/apache/commons/validator/resources/validator_1_3_0.dtd
commons/cms-site/trunk/content/resources/dtds/validator_1_4_0.dtd
  - copied unchanged from r1452075, 
commons/proper/validator/trunk/src/main/resources/org/apache/commons/validator/resources/validator_1_4_0.dtd



svn commit: r1452078 - in /commons/proper/collections/trunk/src/site/xdoc: building.xml history.xml index.xml

2013-03-03 Thread tn
Author: tn
Date: Sun Mar  3 18:02:12 2013
New Revision: 1452078

URL: http://svn.apache.org/r1452078
Log:
Correct site for current release.

Modified:
commons/proper/collections/trunk/src/site/xdoc/building.xml
commons/proper/collections/trunk/src/site/xdoc/history.xml
commons/proper/collections/trunk/src/site/xdoc/index.xml

Modified: commons/proper/collections/trunk/src/site/xdoc/building.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/xdoc/building.xml?rev=1452078&r1=1452077&r2=1452078&view=diff
==
--- commons/proper/collections/trunk/src/site/xdoc/building.xml (original)
+++ commons/proper/collections/trunk/src/site/xdoc/building.xml Sun Mar  3 
18:02:12 2013
@@ -28,9 +28,6 @@ limitations under the License.
   primary build system, however an http://ant.apache.org";>Ant
   build is also available.
 
-
-  You may also be interested in the v3.3 release 
notes.
-
 
 
 

Modified: commons/proper/collections/trunk/src/site/xdoc/history.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/xdoc/history.xml?rev=1452078&r1=1452077&r2=1452078&view=diff
==
--- commons/proper/collections/trunk/src/site/xdoc/history.xml (original)
+++ commons/proper/collections/trunk/src/site/xdoc/history.xml Sun Mar  3 
18:02:12 2013
@@ -104,11 +104,6 @@ Notably MultiValueMap is a new more flex
 Collections 3.2.1 Re-packaged v3.2 release which is OSGi enabled.
 
 
-
-Collections 4.0 provides more bug fixes and a few enhancements.
-Notably some crucial classes became Serializable. 
-
-
 
 
 

Modified: commons/proper/collections/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/site/xdoc/index.xml?rev=1452078&r1=1452077&r2=1452078&view=diff
==
--- commons/proper/collections/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/collections/trunk/src/site/xdoc/index.xml Sun Mar  3 
18:02:12 2013
@@ -60,7 +60,7 @@ as are various current release 4.0
+The current release 
3.2.1
 The latest 2.x release - version 
2.1.1
 The latest SVN
 
@@ -72,9 +72,9 @@ The sub
 
 
 
-The latest version is v4.0 - 
+The latest version is v3.2.1 - 
 http://commons.apache.org/collections/download_collections.cgi";>Download 
now!
-It is built for Java 1.5+ and the release notes 
are also available.
+It is built for Java 1.5+ and the release 
notes are also available.
 
 
 For previous releases, see the http://archive.apache.org/dist/commons/collections/";>Apache Archive




svn commit: r1452081 - /commons/trunks-proper/pom.xml

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:09:48 2013
New Revision: 1452081

URL: http://svn.apache.org/r1452081
Log:
add validator in aggregator build

Modified:
commons/trunks-proper/pom.xml

Modified: commons/trunks-proper/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/trunks-proper/pom.xml?rev=1452081&r1=1452080&r2=1452081&view=diff
==
--- commons/trunks-proper/pom.xml (original)
+++ commons/trunks-proper/pom.xml Sun Mar  3 18:09:48 2013
@@ -48,6 +48,7 @@
 jxpath
 launcher
 primitives
+validator
   
 
   




svn commit: r1452082 - /commons/trunks-proper/pom.xml

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:11:31 2013
New Revision: 1452082

URL: http://svn.apache.org/r1452082
Log:
alpha order

Modified:
commons/trunks-proper/pom.xml

Modified: commons/trunks-proper/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/trunks-proper/pom.xml?rev=1452082&r1=1452081&r2=1452082&view=diff
==
--- commons/trunks-proper/pom.xml (original)
+++ commons/trunks-proper/pom.xml Sun Mar  3 18:11:31 2013
@@ -32,21 +32,21 @@
   
 
   
-commons-parent
+cli
 collections
+commons-parent
 compress
-lang
-cli
-ognl
-exec
 digester
-net
-pool
-io
 el
+exec
 functor
+io
 jxpath
+lang
 launcher
+net
+ognl
+pool
 primitives
 validator
   




svn commit: r1452083 - in /commons/proper/validator/trunk: pom.xml src/site/site.xml

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:16:45 2013
New Revision: 1452083

URL: http://svn.apache.org/r1452083
Log:
fix javadocs links COMMONSSITE-74

Modified:
commons/proper/validator/trunk/pom.xml
commons/proper/validator/trunk/src/site/site.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1452083&r1=1452082&r2=1452083&view=diff
==
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Sun Mar  3 18:16:45 2013
@@ -316,6 +316,50 @@
 
   
 
+
+  setup-checkout
+  
+
+  site-content
+
+  
+  
+
+  
+org.apache.maven.plugins
+maven-antrun-plugin
+1.7
+
+  
+prepare-checkout
+pre-site
+
+  run
+
+
+  
+
+  
+
+
+
+  
+
+
+
+  
+
+
+  
+
+  
+
+  
+
+  
+
+  
+
   
 
 

Modified: commons/proper/validator/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/site/site.xml?rev=1452083&r1=1452082&r2=1452083&view=diff
==
--- commons/proper/validator/trunk/src/site/site.xml (original)
+++ commons/proper/validator/trunk/src/site/site.xml Sun Mar  3 18:16:45 2013
@@ -40,12 +40,12 @@
 
 
 
-  
-  
-  
-  
-  
-  
+  
+  
+  
+  
+  
+  
 
 
 




svn commit: r1452084 - /commons/proper/validator/trunk/pom.xml

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:17:15 2013
New Revision: 1452084

URL: http://svn.apache.org/r1452084
Log:
profile not needed anymore

Modified:
commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1452084&r1=1452083&r2=1452084&view=diff
==
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Sun Mar  3 18:17:15 2013
@@ -306,17 +306,6 @@
 
   
 
-  rc
-  
-
-
-  apache.website
-  Apache Commons Release Candidate Staging Site
-  
${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site
-
-  
-
-
   setup-checkout
   
 




svn commit: r1452085 - /commons/proper/validator/trunk/pom.xml

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:18:13 2013
New Revision: 1452085

URL: http://svn.apache.org/r1452085
Log:
fix distributionManagement/site

Modified:
commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1452085&r1=1452084&r2=1452085&view=diff
==
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Sun Mar  3 18:18:13 2013
@@ -119,11 +119,10 @@
   
 
   
-
 
   apache.website
-  Apache Commons Release Site
-  
${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/validator/
+  Apache Commons Site
+  
scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-validator/
 
   
 




svn commit: r852823 [2/12] - in /websites/production/commons/content/proper/commons-collections: ./ cobertura/

2013-03-03 Thread tn
Modified: 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.IterableSortedMap.html
==
--- 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.IterableSortedMap.html
 (original)
+++ 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.IterableSortedMap.html
 Sun Mar  3 18:22:11 2013
@@ -81,6 +81,6 @@
    }
 
 
-Report generated by http://cobertura.sourceforge.net/"; target="_top">Cobertura 1.9.4.1 on 
3/2/13 11:37 PM.
+Report generated by http://cobertura.sourceforge.net/"; target="_top">Cobertura 1.9.4.1 on 
3/3/13 7:09 PM.
 
 
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.IteratorUtils.html
==
--- 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.IteratorUtils.html
 (original)
+++ 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.IteratorUtils.html
 Sun Mar  3 18:22:11 2013
@@ -2011,6 +2011,6 @@
    }
 
 
-Report generated by http://cobertura.sourceforge.net/"; target="_top">Cobertura 1.9.4.1 on 
3/2/13 11:37 PM.
+Report generated by http://cobertura.sourceforge.net/"; target="_top">Cobertura 1.9.4.1 on 
3/3/13 7:09 PM.
 
 
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.KeyValue.html
==
--- 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.KeyValue.html
 (original)
+++ 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.KeyValue.html
 Sun Mar  3 18:22:11 2013
@@ -113,6 +113,6 @@
    }
 
 
-Report generated by http://cobertura.sourceforge.net/"; target="_top">Cobertura 1.9.4.1 on 
3/2/13 11:37 PM.
+Report generated by http://cobertura.sourceforge.net/"; target="_top">Cobertura 1.9.4.1 on 
3/3/13 7:09 PM.
 
 
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.ListUtils.html
==
--- 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.ListUtils.html
 (original)
+++ 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.ListUtils.html
 Sun Mar  3 18:22:11 2013
@@ -1262,6 +1262,6 @@
    }
 
 
-Report generated by http://cobertura.sourceforge.net/"; target="_top">Cobertura 1.9.4.1 on 
3/2/13 11:37 PM.
+Report generated by http://cobertura.sourceforge.net/"; target="_top">Cobertura 1.9.4.1 on 
3/3/13 7:09 PM.
 
 
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.MapIterator.html
==
--- 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.MapIterator.html
 (original)
+++ 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.MapIterator.html
 Sun Mar  3 18:22:11 2013
@@ -237,6 +237,6 @@
    }
 
 
-Report generated by http://cobertura.sourceforge.net/"; target="_top">Cobertura 1.9.4.1 on 
3/2/13 11:37 PM.
+Report generated by http://cobertura.sourceforge.net/"; target="_top">Cobertura 1.9.4.1 on 
3/3/13 7:09 PM.
 
 
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.MapUtils.html
==
--- 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.MapUtils.html
 (original)
+++ 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.MapUtils.html
 Sun Mar  3 18:22:11 2013
@@ -3213,6 +3213,6 @@
    }
 
 
-Report generated by http://cobertura.sourceforge.net/"; target="_top">Cobertura 1.9.4.1 on 
3/2/13 11:37 PM.
+Report generated by http://cobertura.sourceforge.net/"; target="_top">Cobertura 1.9.4.1 on 
3/3/13 7:09 PM.
 
 
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.commons.collections.MultiMap.html
==
--- 
websites/production/commons/content/proper/commons-collections/cobertura/org.apache.

svn commit: r852823 [12/12] - in /websites/production/commons/content/proper/commons-collections: ./ cobertura/

2013-03-03 Thread tn
Modified: 
websites/production/commons/content/proper/commons-collections/release_3_2.html
==
--- 
websites/production/commons/content/proper/commons-collections/release_3_2.html 
(original)
+++ 
websites/production/commons/content/proper/commons-collections/release_3_2.html 
Sun Mar  3 18:22:11 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">
   
@@ -13,7 +13,7 @@
 
 
   
-
+
 
 
  
   
@@ -42,7 +42,7 @@
 
 
 
-Last Published: 02 March 2013
+Last Published: 03 March 2013
    | Version: 
4.0-SNAPSHOT
   
 http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">ApacheCon

Modified: 
websites/production/commons/content/proper/commons-collections/release_3_2_1.html
==
--- 
websites/production/commons/content/proper/commons-collections/release_3_2_1.html
 (original)
+++ 
websites/production/commons/content/proper/commons-collections/release_3_2_1.html
 Sun Mar  3 18:22:11 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">
   
@@ -13,7 +13,7 @@
 
 
   
-
+
 
 
  
   
@@ -42,7 +42,7 @@
 
 
 
-Last Published: 02 March 2013
+Last Published: 03 March 2013
    | Version: 
4.0-SNAPSHOT
   
 http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">ApacheCon

Modified: 
websites/production/commons/content/proper/commons-collections/release_4_0.html
==
--- 
websites/production/commons/content/proper/commons-collections/release_4_0.html 
(original)
+++ 
websites/production/commons/content/proper/commons-collections/release_4_0.html 
Sun Mar  3 18:22:11 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">
   
@@ -13,7 +13,7 @@
 
 
   
-
+
 
 
  
   
@@ -42,7 +42,7 @@
 
 
 
-Last Published: 02 March 2013
+Last Published: 03 March 2013
    | Version: 
4.0-SNAPSHOT
   
 http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">ApacheCon

Modified: 
websites/production/commons/content/proper/commons-collections/source-repository.html
==
--- 
websites/production/commons/content/proper/commons-collections/source-repository.html
 (original)
+++ 
websites/production/commons/content/proper/commons-collections/source-repository.html
 Sun Mar  3 18:22:11 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: 02 March 2013
+Last Published: 03 March 2013
    | Version: 
4.0-SNAPSHOT
   
 http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">ApacheCon

Modified: 
websites/production/commons/content/proper/commons-collections/surefire-report.html
==
--- 
websites/production/commons/content/proper/commons-collections/surefire-report.html
 (original)
+++ 
websites/production/commons/content/proper/commons-collections/surefire-report.html
 Sun Mar  3 18:22:11 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: 02 March 2013
+Last Published: 03 March 2013

svn commit: r852823 [10/12] - in /websites/production/commons/content/proper/commons-collections: ./ cobertura/

2013-03-03 Thread tn
Modified: 
websites/production/commons/content/proper/commons-collections/findbugs.html
==
--- 
websites/production/commons/content/proper/commons-collections/findbugs.html 
(original)
+++ 
websites/production/commons/content/proper/commons-collections/findbugs.html 
Sun Mar  3 18:22:11 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: 02 March 2013
+Last Published: 03 March 2013
    | Version: 
4.0-SNAPSHOT
   
 http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">ApacheCon

Modified: 
websites/production/commons/content/proper/commons-collections/history.html
==
--- websites/production/commons/content/proper/commons-collections/history.html 
(original)
+++ websites/production/commons/content/proper/commons-collections/history.html 
Sun Mar  3 18:22:11 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">
   
@@ -13,7 +13,7 @@
 
 
   
-
+
 
 
  
   
@@ -42,7 +42,7 @@
 
 
 
-Last Published: 02 March 2013
+Last Published: 03 March 2013
    | Version: 
4.0-SNAPSHOT
   
 http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">ApacheCon
@@ -271,11 +271,6 @@ Notably MultiValueMap is a new more flex
 Collections 3.2.1 Re-packaged v3.2 release which is OSGi enabled.
 
 
-
-Collections 4.0 provides more bug fixes and a few enhancements.
-Notably some crucial classes became Serializable. 
-
-
 
 
 

Modified: 
websites/production/commons/content/proper/commons-collections/index.html
==
--- websites/production/commons/content/proper/commons-collections/index.html 
(original)
+++ websites/production/commons/content/proper/commons-collections/index.html 
Sun Mar  3 18:22:11 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">
   
@@ -13,7 +13,7 @@
 
 
   
-
+
 
 
  
   
@@ -42,7 +42,7 @@
 
 
 
-Last Published: 02 March 2013
+Last Published: 03 March 2013
    | Version: 
4.0-SNAPSHOT
   
 http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">ApacheCon
@@ -258,7 +258,7 @@ as are various current release 4.0
+The current release 
3.2.1
 The latest 2.x release - version 
2.1.1
 The latest SVN
 
@@ -270,9 +270,9 @@ The sub
 
 Releases
 
-The latest version is v4.0 - 
+The latest version is v3.2.1 - 
 http://commons.apache.org/collections/download_collections.cgi";>Download 
now!
-It is built for Java 1.5+ and the release notes 
are also available.
+It is built for Java 1.5+ and the release 
notes are also available.
 
 
 For previous releases, see the http://archive.apache.org/dist/commons/collections/";>Apache Archive

Modified: 
websites/production/commons/content/proper/commons-collections/integration.html
==
--- 
websites/production/commons/content/proper/commons-collections/integration.html 
(original)
+++ 
websites/production/commons/content/proper/commons-collections/integration.html 
Sun Mar  3 18:22:11 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: 02 March 2013
+Last Published: 03 March 2013
    | Version: 
4.0-SNAPSHOT
   
 http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">ApacheCon

Modified: 
websites/production/commons/content/proper/commons-collections/issu

svn commit: r1452086 - /commons/proper/validator/trunk/pom.xml

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:24:19 2013
New Revision: 1452086

URL: http://svn.apache.org/r1452086
Log:
upgrade parent

Modified:
commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1452086&r1=1452085&r2=1452086&view=diff
==
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Sun Mar  3 18:24:19 2013
@@ -20,7 +20,7 @@
   
 org.apache.commons
 commons-parent
-23
+24
   
   4.0.0
   commons-validator




svn commit: r1452087 - /commons/proper/lang/trunk/pom.xml

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:25:50 2013
New Revision: 1452087

URL: http://svn.apache.org/r1452087
Log:
fix distManagement/site

Modified:
commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1452087&r1=1452086&r2=1452087&view=diff
==
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sun Mar  3 18:25:50 2013
@@ -454,7 +454,7 @@
 
   apache.website
   Apache Commons Site
-  
${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}
+  
scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang/
 
   
 




svn commit: r1452088 - /commons/proper/validator/trunk/pom.xml

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:28:36 2013
New Revision: 1452088

URL: http://svn.apache.org/r1452088
Log:
add missing property

Modified:
commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1452088&r1=1452087&r2=1452088&view=diff
==
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Sun Mar  3 18:28:36 2013
@@ -138,6 +138,9 @@
 
 VALIDATOR
 12310494
+
+
site-content
+
https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-validator

 
   




svn commit: r1452089 - /commons/proper/validator/trunk/

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:29:12 2013
New Revision: 1452089

URL: http://svn.apache.org/r1452089
Log:
ignore site-content

Modified:
commons/proper/validator/trunk/   (props changed)

Propchange: commons/proper/validator/trunk/
--
--- svn:ignore (original)
+++ svn:ignore Sun Mar  3 18:29:12 2013
@@ -10,4 +10,6 @@ m-target
 lib
 
 .idea
-commons-validator.iml
+*.iml
+site-content
+




svn commit: r1452091 - /commons/proper/validator/trunk/pom.xml

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:30:17 2013
New Revision: 1452091

URL: http://svn.apache.org/r1452091
Log:
ignore site-content in rat report

Modified:
commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1452091&r1=1452090&r2=1452091&view=diff
==
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Sun Mar  3 18:30:17 2013
@@ -302,7 +302,15 @@
   

 
   
-
+  
+org.apache.rat
+apache-rat-plugin
+
+  
+site-content/**
+  
+
+  
 
   
 




svn commit: r1452093 - /commons/trunks-proper/pom.xml

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:36:27 2013
New Revision: 1452093

URL: http://svn.apache.org/r1452093
Log:
codec in aggregator build

Modified:
commons/trunks-proper/pom.xml

Modified: commons/trunks-proper/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/trunks-proper/pom.xml?rev=1452093&r1=1452092&r2=1452093&view=diff
==
--- commons/trunks-proper/pom.xml (original)
+++ commons/trunks-proper/pom.xml Sun Mar  3 18:36:27 2013
@@ -33,6 +33,7 @@
 
   
 cli
+codec
 collections
 commons-parent
 compress




svn commit: r852825 - in /websites/production/commons/content/proper/commons-validator: ./ apidocs/ apidocs/org/apache/commons/validator/ apidocs/org/apache/commons/validator/class-use/ apidocs/org/ap

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:35:53 2013
New Revision: 852825

Log:
Site checkin for project Commons Validator


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


svn commit: r1452095 - in /commons/proper/codec/trunk: pom.xml src/site/site.xml

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:38:28 2013
New Revision: 1452095

URL: http://svn.apache.org/r1452095
Log:
fix javadoc links [COMMONSSITE-74]

Modified:
commons/proper/codec/trunk/pom.xml
commons/proper/codec/trunk/src/site/site.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1452095&r1=1452094&r2=1452095&view=diff
==
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Mar  3 18:38:28 2013
@@ -241,15 +241,7 @@ limitations under the License.
 
   org.apache.maven.plugins
   maven-site-plugin
-  3.1
-  
-
-  
-  org.apache.maven.wagon
-  wagon-ssh
-  1.0
-
-  
+  3.2
 
   
 

Modified: commons/proper/codec/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/site/site.xml?rev=1452095&r1=1452094&r2=1452095&view=diff
==
--- commons/proper/codec/trunk/src/site/site.xml (original)
+++ commons/proper/codec/trunk/src/site/site.xml Sun Mar  3 18:38:28 2013
@@ -27,7 +27,7 @@
 
 http://commons.apache.org/codec/download_codec.cgi"/>
 
-
+
 
 
 




svn commit: r1452097 - in /commons/proper/codec/trunk/src/site/resources: download_code.cgi download_codec.cgi

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:38:59 2013
New Revision: 1452097

URL: http://svn.apache.org/r1452097
Log:
fix cgi file name

Added:
commons/proper/codec/trunk/src/site/resources/download_codec.cgi
  - copied unchanged from r1452075, 
commons/proper/codec/trunk/src/site/resources/download_code.cgi
Removed:
commons/proper/codec/trunk/src/site/resources/download_code.cgi



svn commit: r852826 - in /websites/production/commons/content/proper/commons-codec: ./ apidocs/ apidocs/org/apache/commons/codec/ apidocs/org/apache/commons/codec/binary/ apidocs/org/apache/commons/co

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 18:46:58 2013
New Revision: 852826

Log:
Site checkin for project Commons Codec


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


svn commit: r1452098 - /commons/proper/email/tags/EMAIL_1_3_1/

2013-03-03 Thread tn
Author: tn
Date: Sun Mar  3 18:52:35 2013
New Revision: 1452098

URL: http://svn.apache.org/r1452098
Log:
EMAIL 1.3.1 RC3 becomes the official 1.3.1 release.

Added:
commons/proper/email/tags/EMAIL_1_3_1/
  - copied from r1452097, commons/proper/email/tags/EMAIL_1_3_1_RC3/



Nexus: Promotion Completed.

2013-03-03 Thread Nexus Repository Manager
Description:Release commons-email 1.3.1.Details:The following artifacts have been promoted to the Releases repository.archetype-catalog.xmlcommons-email-1.3.1-sources.jarcommons-email-1.3.1.pom.asccommons-email-1.3.1-sources.jar.asccommons-email-1.3.1-bin.zip.asccommons-email-1.3.1.jar.asccommons-email-1.3.1-tests.jar.asccommons-email-1.3.1-src.zipcommons-email-1.3.1-test-sources.jar.asccommons-email-1.3.1-bin.zipcommons-email-1.3.1-src.tar.gz.asccommons-email-1.3.1-src.zip.asccommons-email-1.3.1.pomcommons-email-1.3.1-tests.jarcommons-email-1.3.1-src.tar.gzcommons-email-1.3.1-bin.tar.gzcommons-email-1.3.1-javadoc.jarcommons-email-1.3.1-bin.tar.gz.asccommons-email-1.3.1-javadoc.jar.asccommons-email-1.3.1-test-sources.jarcommons-email-1.3.1.jar

svn commit: r1505 [2/14] - in /release/commons: ./ attributes/ attributes/binaries/ attributes/source/ bcel/ bcel/binaries/ bcel/source/ beanutils/ beanutils/binaries/ beanutils/source/ betwixt/ betwi

2013-03-03 Thread olamy

Added: release/commons/HEADER.html
==
--- release/commons/HEADER.html (added)
+++ release/commons/HEADER.html Sun Mar  3 21:07:32 2013
@@ -0,0 +1,11 @@
+Apache Commons Project Distributions
+
+The most recent source and binary releases for the Apache Commons project 
are available from this directory listing. For older releases, please use the 
http://archive.apache.org/dist/commons/";>archives. 
+
+Important Notices
+
+
+Download from your nearest mirror site!
+PGP/GPG Signatures
+
+




svn commit: r1505 [2/14] - in /release/commons: ./ attributes/ attributes/binaries/ attributes/source/ bcel/ bcel/binaries/ bcel/source/ beanutils/ beanutils/binaries/ beanutils/source/ betwixt/ betwi

2013-03-03 Thread olamy

Added: release/commons/HEADER.html
==
--- release/commons/HEADER.html (added)
+++ release/commons/HEADER.html Sun Mar  3 21:07:32 2013
@@ -0,0 +1,11 @@
+Apache Commons Project Distributions
+
+The most recent source and binary releases for the Apache Commons project 
are available from this directory listing. For older releases, please use the 
http://archive.apache.org/dist/commons/";>archives. 
+
+Important Notices
+
+
+Download from your nearest mirror site!
+PGP/GPG Signatures
+
+




svn commit: r1505 [14/14] - in /release/commons: ./ attributes/ attributes/binaries/ attributes/source/ bcel/ bcel/binaries/ bcel/source/ beanutils/ beanutils/binaries/ beanutils/source/ betwixt/ betw

2013-03-03 Thread olamy
Added: release/commons/validator/source/commons-validator-1.3.1-src.zip.asc
==
Binary file - no diff available.

Propchange: release/commons/validator/source/commons-validator-1.3.1-src.zip.asc
--
svn:mime-type = application/pgp-signature

Added: release/commons/validator/source/commons-validator-1.3.1-src.zip.md5
==
--- release/commons/validator/source/commons-validator-1.3.1-src.zip.md5 (added)
+++ release/commons/validator/source/commons-validator-1.3.1-src.zip.md5 Sun 
Mar  3 21:07:32 2013
@@ -0,0 +1 @@
+55e9a2a853a97df242cf9987b2654d3a *commons-validator-1.3.1-src.zip
\ No newline at end of file

Added: release/commons/validator/source/commons-validator-1.4.0-src.tar.gz
==
Binary file - no diff available.

Propchange: release/commons/validator/source/commons-validator-1.4.0-src.tar.gz
--
svn:mime-type = application/x-gzip

Added: release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.asc
==
Binary file - no diff available.

Propchange: 
release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.md5
==
--- release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.md5 
(added)
+++ release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.md5 Sun 
Mar  3 21:07:32 2013
@@ -0,0 +1 @@
+f1e9418095cd1e99a00cb67747078277

Added: release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.sha1
==
--- release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.sha1 
(added)
+++ release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.sha1 
Sun Mar  3 21:07:32 2013
@@ -0,0 +1 @@
+0851ab986ebc46cf3e1a4f9089986da301e76b60

Added: release/commons/validator/source/commons-validator-1.4.0-src.zip
==
Binary file - no diff available.

Propchange: release/commons/validator/source/commons-validator-1.4.0-src.zip
--
svn:mime-type = application/zip

Added: release/commons/validator/source/commons-validator-1.4.0-src.zip.asc
==
Binary file - no diff available.

Propchange: release/commons/validator/source/commons-validator-1.4.0-src.zip.asc
--
svn:mime-type = application/pgp-signature

Added: release/commons/validator/source/commons-validator-1.4.0-src.zip.md5
==
--- release/commons/validator/source/commons-validator-1.4.0-src.zip.md5 (added)
+++ release/commons/validator/source/commons-validator-1.4.0-src.zip.md5 Sun 
Mar  3 21:07:32 2013
@@ -0,0 +1 @@
+82c20ac73c78adad49309ab1c2858748

Added: release/commons/validator/source/commons-validator-1.4.0-src.zip.sha1
==
--- release/commons/validator/source/commons-validator-1.4.0-src.zip.sha1 
(added)
+++ release/commons/validator/source/commons-validator-1.4.0-src.zip.sha1 Sun 
Mar  3 21:07:32 2013
@@ -0,0 +1 @@
+28093c2e8ea72003185345a7be6b7384ccbdb74a

Added: release/commons/vfs/HEADER.html
==
--- release/commons/vfs/HEADER.html (added)
+++ release/commons/vfs/HEADER.html Sun Mar  3 21:07:32 2013
@@ -0,0 +1,13 @@
+Index of /dist/commons
+
+Apache Commons Project Distributions
+
+The most recent source and binary releases for the Apache Commons project 
are available from this directory listing. For older releases, please use the 
http://archive.apache.org/dist/commons/";>archives. 
+
+Important Notices
+
+
+Download from your nearest mirror site!
+PGP/GPG Signatures
+
+

Added: release/commons/vfs/README.html
==
--- release/commons/vfs/README.html (added)
+++ release/commons/vfs/README.html Sun Mar  3 21:07:32 2013
@@ -0,0 +1,41 @@
+Commons VFS v2.0
+
+
+This is the 2.0 version of commons-VFS. It is available in both binary and 
source distributions.
+
+Note:
+The tar files in the distribution use G

svn commit: r1505 [14/14] - in /release/commons: ./ attributes/ attributes/binaries/ attributes/source/ bcel/ bcel/binaries/ bcel/source/ beanutils/ beanutils/binaries/ beanutils/source/ betwixt/ betw

2013-03-03 Thread olamy
Added: release/commons/validator/source/commons-validator-1.3.1-src.zip.asc
==
Binary file - no diff available.

Propchange: release/commons/validator/source/commons-validator-1.3.1-src.zip.asc
--
svn:mime-type = application/pgp-signature

Added: release/commons/validator/source/commons-validator-1.3.1-src.zip.md5
==
--- release/commons/validator/source/commons-validator-1.3.1-src.zip.md5 (added)
+++ release/commons/validator/source/commons-validator-1.3.1-src.zip.md5 Sun 
Mar  3 21:07:32 2013
@@ -0,0 +1 @@
+55e9a2a853a97df242cf9987b2654d3a *commons-validator-1.3.1-src.zip
\ No newline at end of file

Added: release/commons/validator/source/commons-validator-1.4.0-src.tar.gz
==
Binary file - no diff available.

Propchange: release/commons/validator/source/commons-validator-1.4.0-src.tar.gz
--
svn:mime-type = application/x-gzip

Added: release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.asc
==
Binary file - no diff available.

Propchange: 
release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.md5
==
--- release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.md5 
(added)
+++ release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.md5 Sun 
Mar  3 21:07:32 2013
@@ -0,0 +1 @@
+f1e9418095cd1e99a00cb67747078277

Added: release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.sha1
==
--- release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.sha1 
(added)
+++ release/commons/validator/source/commons-validator-1.4.0-src.tar.gz.sha1 
Sun Mar  3 21:07:32 2013
@@ -0,0 +1 @@
+0851ab986ebc46cf3e1a4f9089986da301e76b60

Added: release/commons/validator/source/commons-validator-1.4.0-src.zip
==
Binary file - no diff available.

Propchange: release/commons/validator/source/commons-validator-1.4.0-src.zip
--
svn:mime-type = application/zip

Added: release/commons/validator/source/commons-validator-1.4.0-src.zip.asc
==
Binary file - no diff available.

Propchange: release/commons/validator/source/commons-validator-1.4.0-src.zip.asc
--
svn:mime-type = application/pgp-signature

Added: release/commons/validator/source/commons-validator-1.4.0-src.zip.md5
==
--- release/commons/validator/source/commons-validator-1.4.0-src.zip.md5 (added)
+++ release/commons/validator/source/commons-validator-1.4.0-src.zip.md5 Sun 
Mar  3 21:07:32 2013
@@ -0,0 +1 @@
+82c20ac73c78adad49309ab1c2858748

Added: release/commons/validator/source/commons-validator-1.4.0-src.zip.sha1
==
--- release/commons/validator/source/commons-validator-1.4.0-src.zip.sha1 
(added)
+++ release/commons/validator/source/commons-validator-1.4.0-src.zip.sha1 Sun 
Mar  3 21:07:32 2013
@@ -0,0 +1 @@
+28093c2e8ea72003185345a7be6b7384ccbdb74a

Added: release/commons/vfs/HEADER.html
==
--- release/commons/vfs/HEADER.html (added)
+++ release/commons/vfs/HEADER.html Sun Mar  3 21:07:32 2013
@@ -0,0 +1,13 @@
+Index of /dist/commons
+
+Apache Commons Project Distributions
+
+The most recent source and binary releases for the Apache Commons project 
are available from this directory listing. For older releases, please use the 
http://archive.apache.org/dist/commons/";>archives. 
+
+Important Notices
+
+
+Download from your nearest mirror site!
+PGP/GPG Signatures
+
+

Added: release/commons/vfs/README.html
==
--- release/commons/vfs/README.html (added)
+++ release/commons/vfs/README.html Sun Mar  3 21:07:32 2013
@@ -0,0 +1,41 @@
+Commons VFS v2.0
+
+
+This is the 2.0 version of commons-VFS. It is available in both binary and 
source distributions.
+
+Note:
+The tar files in the distribution use G

svn commit: r1452122 - in /commons/proper/configuration/trunk/src: main/java/org/apache/commons/configuration/ main/java/org/apache/commons/configuration/web/ test/java/org/apache/commons/configuratio

2013-03-03 Thread oheger
Author: oheger
Date: Sun Mar  3 21:17:21 2013
New Revision: 1452122

URL: http://svn.apache.org/r1452122
Log:
[CONFIGURATION-527] Made AbstractConfiguration.clearPropertyDirect() abstract.
This caused some adaptations of other configuration classes.

Modified:

commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/AbstractConfiguration.java

commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/BaseHierarchicalConfiguration.java

commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/DataConfiguration.java

commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/JNDIConfiguration.java

commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/web/BaseWebConfiguration.java

commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/NonCloneableConfiguration.java

commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestDataConfiguration.java

Modified: 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/AbstractConfiguration.java
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/AbstractConfiguration.java?rev=1452122&r1=1452121&r2=1452122&view=diff
==
--- 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/AbstractConfiguration.java
 (original)
+++ 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/AbstractConfiguration.java
 Sun Mar  3 21:17:21 2013
@@ -616,15 +616,11 @@ public abstract class AbstractConfigurat
 /**
  * Removes the specified property from this configuration. This method is
  * called by {@code clearProperty()} after it has done some
- * preparations. It should be overridden in sub classes. This base
- * implementation is just left empty.
+ * preparations. It must be overridden in sub classes.
  *
  * @param key the key to be removed
  */
-protected void clearPropertyDirect(String key)
-{
-// override in sub classes
-}
+protected abstract void clearPropertyDirect(String key);
 
 public void clear()
 {

Modified: 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/BaseHierarchicalConfiguration.java
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/BaseHierarchicalConfiguration.java?rev=1452122&r1=1452121&r2=1452122&view=diff
==
--- 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/BaseHierarchicalConfiguration.java
 (original)
+++ 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/BaseHierarchicalConfiguration.java
 Sun Mar  3 21:17:21 2013
@@ -843,17 +843,14 @@ public class BaseHierarchicalConfigurati
  * @param key the key of the property to be removed
  */
 @Override
-public void clearProperty(String key)
+protected void clearPropertyDirect(String key)
 {
-fireEvent(EVENT_CLEAR_PROPERTY, key, null, true);
 List nodes = fetchNodeList(key);
 
 for (ConfigurationNode node : nodes)
 {
 clearNode(node);
 }
-
-fireEvent(EVENT_CLEAR_PROPERTY, key, null, false);
 }
 
 /**

Modified: 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/DataConfiguration.java
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/DataConfiguration.java?rev=1452122&r1=1452121&r2=1452122&view=diff
==
--- 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/DataConfiguration.java
 (original)
+++ 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/DataConfiguration.java
 Sun Mar  3 21:17:21 2013
@@ -164,6 +164,19 @@ public class DataConfiguration extends A
 }
 
 @Override
+protected void clearPropertyDirect(String key)
+{
+if (configuration instanceof AbstractConfiguration)
+{
+((AbstractConfiguration) configuration).clearPropertyDirect(key);
+}
+else
+{
+configuration.clearProperty(key);
+}
+}
+
+@Override
 public void setProperty(String key, Object value)
 {
 configuration.setProperty(key, value);

Modified: 
commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/JNDIConfiguration.java
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/JNDIConfiguration.java?

svn commit: r1452125 - /commons/proper/configuration/trunk/src/changes/changes.xml

2013-03-03 Thread oheger
Author: oheger
Date: Sun Mar  3 21:20:19 2013
New Revision: 1452125

URL: http://svn.apache.org/r1452125
Log:
[CONFIGURATION-527] Updated changes.xml.

Modified:
commons/proper/configuration/trunk/src/changes/changes.xml

Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1452125&r1=1452124&r2=1452125&view=diff
==
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sun Mar  3 
21:20:19 2013
@@ -27,6 +27,9 @@
   
 
+  
+AbstractConfiguration.clearPropertyDirect() is now abstract.
+  
   
 XMLPropertiesConfiguration now supports loading from and saving to DOM
 nodes.




svn commit: r1452126 - /commons/proper/codec/trunk/

2013-03-03 Thread olamy
Author: olamy
Date: Sun Mar  3 21:23:43 2013
New Revision: 1452126

URL: http://svn.apache.org/r1452126
Log:
ignore *.iml

Modified:
commons/proper/codec/trunk/   (props changed)

Propchange: commons/proper/codec/trunk/
--
--- svn:ignore (original)
+++ svn:ignore Sun Mar  3 21:23:43 2013
@@ -16,3 +16,4 @@ build.properties
 .externalToolBuilders
 maven-eclipse.xml
 .fbprefs
+*.iml




svn commit: r852847 - in /websites/production/commons/content/proper/commons-email/javadocs: api-1.3/ api-release/

2013-03-03 Thread tn
Author: tn
Date: Sun Mar  3 22:05:34 2013
New Revision: 852847

Log:
Move api-release to api-1.3

Added:
websites/production/commons/content/proper/commons-email/javadocs/api-1.3/
  - copied from r850917, 
websites/production/commons/content/proper/commons-email/javadocs/api-release/
Removed:

websites/production/commons/content/proper/commons-email/javadocs/api-release/



svn commit: r852848 [16/22] - in /websites/production/commons/content/proper/commons-email/javadocs/api-release: ./ org/ org/apache/ org/apache/commons/ org/apache/commons/mail/ org/apache/commons/mai

2013-03-03 Thread tn
Added: 
websites/production/commons/content/proper/commons-email/javadocs/api-release/src-html/org/apache/commons/mail/ByteArrayDataSource.html
==
--- 
websites/production/commons/content/proper/commons-email/javadocs/api-release/src-html/org/apache/commons/mail/ByteArrayDataSource.html
 (added)
+++ 
websites/production/commons/content/proper/commons-email/javadocs/api-release/src-html/org/apache/commons/mail/ByteArrayDataSource.html
 Sun Mar  3 22:09:55 2013
@@ -0,0 +1,321 @@
+http://www.w3.org/TR/html4/loose.dtd";>
+
+
+Source code
+
+
+
+
+001/*
+002 * Licensed to the Apache Software 
Foundation (ASF) under one or more
+003 * contributor license agreements.  See 
the NOTICE file distributed with
+004 * this work for additional information 
regarding copyright ownership.
+005 * The ASF licenses this file to You 
under the Apache License, Version 2.0
+006 * (the "License"); you may not use this 
file except in compliance with
+007 * the License.  You may obtain a copy of 
the License at
+008 *
+009 * 
http://www.apache.org/licenses/LICENSE-2.0
+010 *
+011 * Unless required by applicable law or 
agreed to in writing, software
+012 * distributed under the License is 
distributed on an "AS IS" BASIS,
+013 * WITHOUT WARRANTIES OR CONDITIONS OF 
ANY KIND, either express or implied.
+014 * See the License for the specific 
language governing permissions and
+015 * limitations under the License.
+016 */
+017package org.apache.commons.mail;
+018
+019import java.io.BufferedInputStream;
+020import java.io.BufferedOutputStream;
+021import java.io.ByteArrayInputStream;
+022import java.io.ByteArrayOutputStream;
+023import java.io.IOException;
+024import java.io.InputStream;
+025import java.io.OutputStream;
+026import 
java.io.UnsupportedEncodingException;
+027
+028import javax.activation.DataSource;
+029
+030/**
+031 * This class implements a typed 
DataSource from:
+032 * +033 * - an InputStream
+034 * - a byte array
+035 * - a String
+036 * +037 *

+038 * From version 1.3.1, it is possible to set a name for this DataSource, +039 * and it is recommended to do so. +040 * +041 * @since 1.0 +042 * @author Colin Chalmers +043 * @author Jon S. Stevens +044 * @author Brett McLaughlin +045 * @version $Id$ +046 */ +047public class ByteArrayDataSource implements DataSource +048{ +049/** Define the buffer size. */ +050public static final int BUFFER_SIZE = 512; +051 +052/** Stream containing the Data. */ +053private ByteArrayOutputStream baos; +054 +055/** The Content-type. */ +056private final String type; // = "application/octet-stream"; +057 +058/** +059 * The name associated with this data source. +060 * By default, the name is an empty string, similar to javax.mail.util.ByteArrayDataSource. +061 * @since 1.3.1 +062 */ +063private String name = ""; +064 +065/** +066 * Create a datasource from a byte array. +067 * +068 * @param data A byte[]. +069 * @param aType A String. +070 * @throws IOException IOException +071 * @since 1.0 +072 */ +073public ByteArrayDataSource(byte[] data, String aType) throws IOException +074{ +075this.type = aType; +076ByteArrayInputStream bis = null; +077 +078try +079{ +080bis = new ByteArrayInputStream(data); +081 this.byteArrayDataSource(bis); +082} +083finally +084{ +085if (bis != null) +086{ +087bis.close(); +088} +089} +090} +091 +092/** +093 * Create a datasource from an input stream. +094 * +095 * @param aIs An InputStream. +096 * @param aType A String. +097 * @throws IOException IOException +098 * @since 1.0 +099 */ +100public ByteArrayDataSource(InputStream aIs, String aType) throws IOException +101{ +102this.type = aType; +103this.byteArrayDataSource(aIs); +104} +105 +106/** +107 * Create a datasource from a String. +108 * N.B. assumes the data string can be converted using the charset iso-8859-1. +109 * +110 * @param data A String. +111 * @param aType A String. +112 * @throws IOException IOException +113 * @since 1.0 +114 */ +115public ByteArrayDataSource(String data, String aType) throws IOException +116{ +117this.type = aType; +118 +119try +120{ +121baos = new ByteArrayOutputStream(); +122 +123// Assumption that the string contains only ASCII characters! +124// Else just pass in a charset into this constructor and use it in getBytes(). +125 baos.write(data.getBytes("iso-8859-1")); +126baos.flush(); +127baos.close(); +128


svn commit: r852851 - in /websites/production/commons/content/proper/commons-email: ./ announcements/ apidocs/ apidocs/org/apache/commons/mail/ apidocs/org/apache/commons/mail/class-use/ apidocs/org/a

2013-03-03 Thread tn
Author: tn
Date: Sun Mar  3 22:22:51 2013
New Revision: 852851

Log:
Site checkin for project Commons Email


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


svn commit: r1452198 - /commons/proper/ognl/trunk/pom.xml

2013-03-03 Thread lukaszlenart
Author: lukaszlenart
Date: Mon Mar  4 07:07:11 2013
New Revision: 1452198

URL: http://svn.apache.org/r1452198
Log:
Reverts back the change where site-content is placed

Modified:
commons/proper/ognl/trunk/pom.xml

Modified: commons/proper/ognl/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1452198&r1=1452197&r2=1452198&view=diff
==
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Mon Mar  4 07:07:11 2013
@@ -178,7 +178,7 @@ limitations under the License.
 1.5
 1.5
 
-
${project.build.directory}/site-content
+
site-content
   
 
   
@@ -506,7 +506,7 @@ limitations under the License.
   setup-checkout
   
 
-  ${project.build.directory}/site-content
+  site-content