You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2007/07/31 06:17:41 UTC

svn commit: r561230 [2/8] - in /commons/proper: attributes/trunk/ attributes/trunk/api/src/java/ attributes/trunk/site/ attributes/trunk/site/etc/maven_demo/ attributes/trunk/site/xdocs/ beanutils/trunk/ beanutils/trunk/src/java/ beanutils/trunk/src/ja...

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/AbstractBeanWriter.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/AbstractBeanWriter.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/AbstractBeanWriter.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/AbstractBeanWriter.java Mon Jul 30 21:17:09 2007
@@ -1384,7 +1384,7 @@
      * Attributes with generate ID/IDREF attributes
      * //TODO: refactor the ID/REF generation so that it's fixed at introspection
      * and the generators are placed into the Context.
-     * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+     * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
      * @version $Revision$
      */
     private class IDElementAttributes extends ElementAttributes {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java Mon Jul 30 21:17:09 2007
@@ -227,7 +227,7 @@
     /**
      * Single rule that is used to map all elements.
      * 
-     * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+     * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
      */
     private final class ActionMappingRule extends Rule {
 
@@ -330,7 +330,7 @@
 
     /**
      * Specialization of <code>ReadContext</code> when reading from <code>Digester</code>.
-     * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+     * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
      * @version $Revision$
      */
     private static class DigesterReadContext extends ReadContext {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/WriteContext.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/WriteContext.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/WriteContext.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/WriteContext.java Mon Jul 30 21:17:09 2007
@@ -33,7 +33,7 @@
  * but it seems better to add these as neccessary using delegation
  * rather than extending {@link org.apache.commons.betwixt.expression.Context}.
  * </p>
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @since 0.5
  */
 public abstract class WriteContext {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/ArrayBindAction.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/ArrayBindAction.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/ArrayBindAction.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/ArrayBindAction.java Mon Jul 30 21:17:09 2007
@@ -34,7 +34,7 @@
  * <strong>Note</strong> this implementation has state 
  * and therefore cannot be used concurrently (in simultaneous readings).
  * </p>
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class ArrayBindAction extends MappingAction.Base {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/BeanBindAction.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/BeanBindAction.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/BeanBindAction.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/BeanBindAction.java Mon Jul 30 21:17:09 2007
@@ -29,7 +29,7 @@
 /**
  * Action that creates and binds a new bean instance.
  * 
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class BeanBindAction extends MappingAction.Base {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/MappingAction.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/MappingAction.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/MappingAction.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/MappingAction.java Mon Jul 30 21:17:09 2007
@@ -24,7 +24,7 @@
  * Executes mapping action for a subgraph.
  * It is intended that most MappingAction's will not need to maintain state.
  * 
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public abstract class MappingAction {
@@ -97,7 +97,7 @@
     /**
      * Basic action.
      * 
-     * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+     * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
      * @version $Revision$
      */
     public static class Base extends MappingAction {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/registry/PolymorphicReferenceResolver.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/registry/PolymorphicReferenceResolver.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/registry/PolymorphicReferenceResolver.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/registry/PolymorphicReferenceResolver.java Mon Jul 30 21:17:09 2007
@@ -28,7 +28,7 @@
  * by calling {@link #resolveType}.
  * </p>
  * @since 0.7
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  */
 public interface PolymorphicReferenceResolver {
 

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Attribute.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Attribute.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Attribute.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Attribute.java Mon Jul 30 21:17:09 2007
@@ -22,7 +22,7 @@
 
 /**
  * Models the attribute element in an XML schema.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class Attribute {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ComplexLocalElement.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ComplexLocalElement.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ComplexLocalElement.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ComplexLocalElement.java Mon Jul 30 21:17:09 2007
@@ -22,7 +22,7 @@
 import org.apache.commons.betwixt.ElementDescriptor;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class ComplexLocalElement extends LocalElement {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ComplexType.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ComplexType.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ComplexType.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ComplexType.java Mon Jul 30 21:17:09 2007
@@ -30,7 +30,7 @@
  * represented by {@link GlobalComplexType}. Locally defined or referenced
  * complex types are represented by {@link LocalComplexType}.
  * 
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team </a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team </a>
  * @version $Revision$
  */
 public abstract class ComplexType {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/DataTypeMapper.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/DataTypeMapper.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/DataTypeMapper.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/DataTypeMapper.java Mon Jul 30 21:17:09 2007
@@ -23,7 +23,7 @@
  * This pluggable strategy is used to allow the mapping of (simple) java types
  * into XML schema data types to be customized.
  * </p>
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public abstract class DataTypeMapper {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/DefaultDataTypeMapper.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/DefaultDataTypeMapper.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/DefaultDataTypeMapper.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/DefaultDataTypeMapper.java Mon Jul 30 21:17:09 2007
@@ -23,7 +23,7 @@
 /**
  * Default <code>DataTypeMapper</code>implementation.
  * Provides a reasonably standard and compatible mapping.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class DefaultDataTypeMapper extends DataTypeMapper {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Element.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Element.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Element.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Element.java Mon Jul 30 21:17:09 2007
@@ -19,7 +19,7 @@
 
 /**
  * Implmented by <code>element</code> definition.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public interface Element {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ElementReference.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ElementReference.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ElementReference.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ElementReference.java Mon Jul 30 21:17:09 2007
@@ -22,7 +22,7 @@
 import org.apache.commons.betwixt.ElementDescriptor;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class ElementReference extends GlobalElement {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/GlobalComplexType.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/GlobalComplexType.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/GlobalComplexType.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/GlobalComplexType.java Mon Jul 30 21:17:09 2007
@@ -26,7 +26,7 @@
 /**
  * Models a <code>complexType</code> from an XML schema.
  * A complex type may contain element content and may have attributes.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class GlobalComplexType extends ComplexType {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/GlobalElement.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/GlobalElement.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/GlobalElement.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/GlobalElement.java Mon Jul 30 21:17:09 2007
@@ -21,7 +21,7 @@
 
 /**
  * Models a global definition of an <code>element</code>.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class GlobalElement implements Element {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/LocalComplexType.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/LocalComplexType.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/LocalComplexType.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/LocalComplexType.java Mon Jul 30 21:17:09 2007
@@ -25,7 +25,7 @@
 
 /**
  * Models a local <code>complexType</code> definition.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class LocalComplexType extends ComplexType {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/LocalElement.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/LocalElement.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/LocalElement.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/LocalElement.java Mon Jul 30 21:17:09 2007
@@ -22,7 +22,7 @@
 import org.apache.commons.betwixt.ElementDescriptor;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class LocalElement implements Element {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Schema.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Schema.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Schema.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Schema.java Mon Jul 30 21:17:09 2007
@@ -30,7 +30,7 @@
 /**
  * Model for top level element in an XML Schema
  * 
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class Schema {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SchemaTranscriber.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SchemaTranscriber.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SchemaTranscriber.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SchemaTranscriber.java Mon Jul 30 21:17:09 2007
@@ -33,7 +33,7 @@
  * and Betwixt can be used to output this to xml.
  * This should allow both SAX and text.
  * </p>
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class SchemaTranscriber {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SimpleLocalElement.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SimpleLocalElement.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SimpleLocalElement.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SimpleLocalElement.java Mon Jul 30 21:17:09 2007
@@ -22,7 +22,7 @@
 import org.apache.commons.betwixt.ElementDescriptor;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class SimpleLocalElement extends LocalElement {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SimpleType.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SimpleType.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SimpleType.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SimpleType.java Mon Jul 30 21:17:09 2007
@@ -22,7 +22,7 @@
  * A simple type is an element that cannot have element content
  * and which has no attributes.
  * 
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class SimpleType {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/TranscriptionConfiguration.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/TranscriptionConfiguration.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/TranscriptionConfiguration.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/TranscriptionConfiguration.java Mon Jul 30 21:17:09 2007
@@ -25,7 +25,7 @@
  * Configuration for XMLBeanInfo to XML schema transcription.
  * All settings are gathered into this one class for convenience.
  * 
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TranscriptionConfiguration {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/SchemaTypeNamingStrategy.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/SchemaTypeNamingStrategy.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/SchemaTypeNamingStrategy.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/SchemaTypeNamingStrategy.java Mon Jul 30 21:17:09 2007
@@ -21,7 +21,7 @@
 /**
  * Pluggable strategy for naming schema types. 
  * Logical interface.
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a> of the <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a> of the <a href='http://www.apache.org'>Apache Software Foundation</a>
  * @since 0.8
  */
 abstract public class SchemaTypeNamingStrategy {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/impl/ClassNameSchemaNamingStrategy.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/impl/ClassNameSchemaNamingStrategy.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/impl/ClassNameSchemaNamingStrategy.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/impl/ClassNameSchemaNamingStrategy.java Mon Jul 30 21:17:09 2007
@@ -21,7 +21,7 @@
 
 /**
  * Names schema types from the property type of the descriptor
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a> of the <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a> of the <a href='http://www.apache.org'>Apache Software Foundation</a>
  * @since 0.8
  */
 public class ClassNameSchemaNamingStrategy  extends SchemaTypeNamingStrategy {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/impl/ElementSchemaNamingStrategy.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/impl/ElementSchemaNamingStrategy.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/impl/ElementSchemaNamingStrategy.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/impl/ElementSchemaNamingStrategy.java Mon Jul 30 21:17:09 2007
@@ -21,7 +21,7 @@
 
 /**
  * Strategy uses the name of the element for the complex type
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a> of the <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a> of the <a href='http://www.apache.org'>Apache Software Foundation</a>
  * @since 0.8
  */
 public class ElementSchemaNamingStrategy extends SchemaTypeNamingStrategy{

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/impl/QualifiedPropertyTypeSchemaNamingStrategy.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/impl/QualifiedPropertyTypeSchemaNamingStrategy.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/impl/QualifiedPropertyTypeSchemaNamingStrategy.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/strategy/impl/QualifiedPropertyTypeSchemaNamingStrategy.java Mon Jul 30 21:17:09 2007
@@ -21,7 +21,7 @@
 
 /**
  * Names schema types from the fully qualified property type of the descriptor
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a> of the <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a> of the <a href='http://www.apache.org'>Apache Software Foundation</a>
  * @since 0.8
  */
 public class QualifiedPropertyTypeSchemaNamingStrategy  extends SchemaTypeNamingStrategy {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ActionMappingStrategy.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ActionMappingStrategy.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ActionMappingStrategy.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ActionMappingStrategy.java Mon Jul 30 21:17:09 2007
@@ -33,7 +33,7 @@
  * So, using a custom strategy is an easy way to 
  * customize the mapping. 
  * </p>
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public abstract class ActionMappingStrategy {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/BaseMixedContentEncodingStrategy.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/BaseMixedContentEncodingStrategy.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/BaseMixedContentEncodingStrategy.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/BaseMixedContentEncodingStrategy.java Mon Jul 30 21:17:09 2007
@@ -29,7 +29,7 @@
  * Implementations should override {@link #encodeAsCDATA}
  * with an appropriate decision algorithm.
  * </p>
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @since 0.5
  */
 public abstract class BaseMixedContentEncodingStrategy

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/DefaultActionMappingStrategy.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/DefaultActionMappingStrategy.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/DefaultActionMappingStrategy.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/DefaultActionMappingStrategy.java Mon Jul 30 21:17:09 2007
@@ -26,7 +26,7 @@
 import org.xml.sax.Attributes;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class DefaultActionMappingStrategy extends ActionMappingStrategy {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/MappingDerivationStrategy.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/MappingDerivationStrategy.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/MappingDerivationStrategy.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/MappingDerivationStrategy.java Mon Jul 30 21:17:09 2007
@@ -33,7 +33,7 @@
  * refinements.
  * </p>
  * @since 0.7
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, 
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, 
  * <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public abstract class MappingDerivationStrategy {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/MixedContentEncodingStrategy.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/MixedContentEncodingStrategy.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/MixedContentEncodingStrategy.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/MixedContentEncodingStrategy.java Mon Jul 30 21:17:09 2007
@@ -32,7 +32,7 @@
  * <p><strong>Note:</strong> the word <code>encoding</code> here is used 
  * in the sense of escaping a sequence of character data.
  * </p>
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @since 0.5
  */
 public abstract class MixedContentEncodingStrategy {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/NamespacePrefixMapper.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/NamespacePrefixMapper.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/NamespacePrefixMapper.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/NamespacePrefixMapper.java Mon Jul 30 21:17:09 2007
@@ -30,7 +30,7 @@
  * and used consistently.
  * This class is used to supply consistent, user specified prefixes.
  * </p>
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class NamespacePrefixMapper {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/PropertySuppressionStrategy.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/PropertySuppressionStrategy.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/PropertySuppressionStrategy.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/PropertySuppressionStrategy.java Mon Jul 30 21:17:09 2007
@@ -26,7 +26,7 @@
  * Implementations can be used to give rules about which properties 
  * should be ignored by Betwixt when introspecting.
  * @since 0.7
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public abstract class PropertySuppressionStrategy {
 

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/SimpleTypeMapper.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/SimpleTypeMapper.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/SimpleTypeMapper.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/SimpleTypeMapper.java Mon Jul 30 21:17:09 2007
@@ -25,7 +25,7 @@
  * Simple types (in xml) have no attributes or child elements.
  * For Betwixt, these are converted to and from strings
  * and these strings used to populate either attributes or element body's.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public abstract class SimpleTypeMapper {
@@ -35,7 +35,7 @@
      * Simple types (in xml) have no attributes or child elements.
      * For Betwixt, these are converted to and from strings
      * and these strings used to populate either attributes or element body's.
-     * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+     * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
      * @version $Revision$
      */
     public static class Binding {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/StandardSimpleTypeMapper.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/StandardSimpleTypeMapper.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/StandardSimpleTypeMapper.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/StandardSimpleTypeMapper.java Mon Jul 30 21:17:09 2007
@@ -23,7 +23,7 @@
 /**
  * Binds simple types as specified by {@link IntrospectionConfiguration#isAttributesForPrimitives()}.
  * 
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class StandardSimpleTypeMapper extends SimpleTypeMapper {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/TypeBindingStrategy.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/TypeBindingStrategy.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/TypeBindingStrategy.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/TypeBindingStrategy.java Mon Jul 30 21:17:09 2007
@@ -23,7 +23,7 @@
  * Determines the way that a type (of object) should be bound
  * by Betwixt.
  * 
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public abstract class TypeBindingStrategy {
     
@@ -46,7 +46,7 @@
 
     /**
      * Enumerates the possible general ways that Betwixt can map a Java type to an XML type.
-     * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+     * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
      */
     public static final class BindingType implements Serializable {
         
@@ -117,7 +117,7 @@
      * The default <code>TypeBindingStrategy</code> used by Betwixt.
      * This implementation recognizes all the usual Java primitive wrappers 
      * (plus a few more that will in most typical use cases be regarded in the same way). 
-     * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+     * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
      */
     public static final class Default extends TypeBindingStrategy {
 

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ValueSuppressionStrategy.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ValueSuppressionStrategy.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ValueSuppressionStrategy.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ValueSuppressionStrategy.java Mon Jul 30 21:17:09 2007
@@ -24,7 +24,7 @@
  * should be suppressed.
  *
  * @since 0.7 
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public abstract class ValueSuppressionStrategy {
     

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/impl/propertysuppression/PackageSuppressor.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/impl/propertysuppression/PackageSuppressor.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/impl/propertysuppression/PackageSuppressor.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/impl/propertysuppression/PackageSuppressor.java Mon Jul 30 21:17:09 2007
@@ -22,7 +22,7 @@
  * Suppresses properties based on the package of their type.
  * Limited regex is supported. If the package name ends in <code>.*</code>
  * them all child packages will be suppressed.
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a> of the <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a> of the <a href='http://www.apache.org'>Apache Software Foundation</a>
  * @since 0.8
  */
 public class PackageSuppressor extends PropertySuppressionStrategy {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/AddressBookWithMapArrayAdder.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/AddressBookWithMapArrayAdder.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/AddressBookWithMapArrayAdder.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/AddressBookWithMapArrayAdder.java Mon Jul 30 21:17:09 2007
@@ -22,7 +22,7 @@
 import java.util.Map;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class AddressBookWithMapArrayAdder {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/ArrayListExtender.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/ArrayListExtender.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/ArrayListExtender.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/ArrayListExtender.java Mon Jul 30 21:17:09 2007
@@ -19,7 +19,7 @@
 import java.util.ArrayList;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public class ArrayListExtender extends ArrayList {
     

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/BookBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/BookBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/BookBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/BookBean.java Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 package org.apache.commons.betwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class BookBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/Categories.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/Categories.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/Categories.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/Categories.java Mon Jul 30 21:17:09 2007
@@ -23,7 +23,7 @@
 import java.util.List;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class Categories {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/Category.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/Category.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/Category.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/Category.java Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 package org.apache.commons.betwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class Category {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/EventBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/EventBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/EventBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/EventBean.java Mon Jul 30 21:17:09 2007
@@ -21,7 +21,7 @@
 
 /**
  * Represent some kind of event.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class EventBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/LibraryBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/LibraryBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/LibraryBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/LibraryBean.java Mon Jul 30 21:17:09 2007
@@ -22,7 +22,7 @@
 import java.util.List;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class LibraryBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/LibraryBeanWithArraySetter.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/LibraryBeanWithArraySetter.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/LibraryBeanWithArraySetter.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/LibraryBeanWithArraySetter.java Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 package org.apache.commons.betwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class LibraryBeanWithArraySetter {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/MoonBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/MoonBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/MoonBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/MoonBean.java Mon Jul 30 21:17:09 2007
@@ -17,7 +17,7 @@
 package org.apache.commons.betwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public class MoonBean {
 

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/PlanetBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/PlanetBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/PlanetBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/PlanetBean.java Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 import java.util.List;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public class PlanetBean {
     

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestArrayMaps.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestArrayMaps.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestArrayMaps.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestArrayMaps.java Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 package org.apache.commons.betwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestArrayMaps extends AbstractTestCase {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestArrays.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestArrays.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestArrays.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestArrays.java Mon Jul 30 21:17:09 2007
@@ -24,7 +24,7 @@
 import org.apache.commons.betwixt.io.BeanWriter;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestArrays extends AbstractTestCase {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestCollectives.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestCollectives.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestCollectives.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestCollectives.java Mon Jul 30 21:17:09 2007
@@ -28,7 +28,7 @@
 import org.apache.commons.betwixt.strategy.CapitalizeNameMapper;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestCollectives extends AbstractTestCase{

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestConversion.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestConversion.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestConversion.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestConversion.java Mon Jul 30 21:17:09 2007
@@ -25,7 +25,7 @@
 
 /**
  * Tests conversions.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestConversion extends TestCase{

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestCyclicRegistration.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestCyclicRegistration.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestCyclicRegistration.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestCyclicRegistration.java Mon Jul 30 21:17:09 2007
@@ -21,7 +21,7 @@
 import org.apache.commons.betwixt.io.BeanReader;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public class TestCyclicRegistration extends TestCase {
     

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestMaps.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestMaps.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestMaps.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestMaps.java Mon Jul 30 21:17:09 2007
@@ -23,7 +23,7 @@
 import org.apache.commons.betwixt.io.BeanWriter;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public class TestMaps extends AbstractTestCase {
 

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestOptions.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestOptions.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestOptions.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestOptions.java Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestOptions extends TestCase {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/customer.xml
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/customer.xml?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/customer.xml (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/customer.xml Mon Jul 30 21:17:09 2007
@@ -33,7 +33,7 @@
     </entry>
     <entry>
       <key>jakarta-commons</key>
-      <value>http://jakarta.apache.org/commons/</value>
+      <value>http://commons.apache.org/</value>
     </entry>
   </projectMap>
   <projectNames>
@@ -50,7 +50,7 @@
     <String>http://jaxen.org</String>
     <String>http://jakarta.apache.org/taglibs/</String>
     <String>http://dom4j.org</String>
-    <String>http://jakarta.apache.org/commons/</String>
+    <String>http://commons.apache.org/</String>
   </projectURLs>
   <numbers>
     <number>3</number>

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/derived/BeanWithSecrets.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/derived/BeanWithSecrets.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/derived/BeanWithSecrets.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/derived/BeanWithSecrets.java Mon Jul 30 21:17:09 2007
@@ -17,7 +17,7 @@
 package org.apache.commons.betwixt.derived;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public class BeanWithSecrets {
     

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/derived/TestWriteClass.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/derived/TestWriteClass.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/derived/TestWriteClass.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/derived/TestWriteClass.java Mon Jul 30 21:17:09 2007
@@ -25,7 +25,7 @@
 import org.xml.sax.InputSource;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public class TestWriteClass extends AbstractTestCase {
 

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestDigestDotBetwixt.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestDigestDotBetwixt.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestDigestDotBetwixt.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestDigestDotBetwixt.java Mon Jul 30 21:17:09 2007
@@ -28,7 +28,7 @@
 
 /**
  * Tests for reading dot betwist files.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestDigestDotBetwixt extends TestCase {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestDigestMultiMapping.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestDigestMultiMapping.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestDigestMultiMapping.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestDigestMultiMapping.java Mon Jul 30 21:17:09 2007
@@ -28,7 +28,7 @@
 
 /**
  * Tests for reading dot betwist files.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision: 155402 $
  */
 public class TestDigestMultiMapping extends TestCase {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestOptionDigestion.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestOptionDigestion.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestOptionDigestion.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestOptionDigestion.java Mon Jul 30 21:17:09 2007
@@ -27,7 +27,7 @@
 
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestOptionDigestion extends TestCase {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/Book.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/Book.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/Book.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/Book.java Mon Jul 30 21:17:09 2007
@@ -19,7 +19,7 @@
 package org.apache.commons.betwixt.dotbetwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class Book {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreAdderLibraryBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreAdderLibraryBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreAdderLibraryBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreAdderLibraryBean.java Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 
 /**
  * Subclass that differs only in it's .betwixt file 
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class IgnoreAdderLibraryBean extends LibraryBean {}

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreAddersBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreAddersBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreAddersBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreAddersBean.java Mon Jul 30 21:17:09 2007
@@ -21,7 +21,7 @@
 import java.util.ArrayList;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class IgnoreAddersBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreBean.java Mon Jul 30 21:17:09 2007
@@ -19,7 +19,7 @@
 package org.apache.commons.betwixt.dotbetwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class IgnoreBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreProperiesLibraryBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreProperiesLibraryBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreProperiesLibraryBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreProperiesLibraryBean.java Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 
 /**
  * Subclass differs only in it's .betwixt file
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class IgnoreProperiesLibraryBean extends LibraryBean {}

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/LibraryBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/LibraryBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/LibraryBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/LibraryBean.java Mon Jul 30 21:17:09 2007
@@ -23,7 +23,7 @@
 import java.util.List;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class LibraryBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/MixedCollectionBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/MixedCollectionBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/MixedCollectionBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/MixedCollectionBean.java Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 import java.util.Collection;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public class MixedCollectionBean {
 

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/PersonWithNamespace.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/PersonWithNamespace.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/PersonWithNamespace.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/PersonWithNamespace.java Mon Jul 30 21:17:09 2007
@@ -19,7 +19,7 @@
 package org.apache.commons.betwixt.dotbetwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class PersonWithNamespace {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestCustomDotBetwixt.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestCustomDotBetwixt.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestCustomDotBetwixt.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestCustomDotBetwixt.java Mon Jul 30 21:17:09 2007
@@ -28,7 +28,7 @@
 import org.xml.sax.InputSource;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public class TestCustomDotBetwixt extends AbstractTestCase {
 

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestDotBetwixtNamespace.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestDotBetwixtNamespace.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestDotBetwixtNamespace.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestDotBetwixtNamespace.java Mon Jul 30 21:17:09 2007
@@ -24,7 +24,7 @@
 import org.apache.commons.betwixt.io.BeanWriter;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestDotBetwixtNamespace extends AbstractTestCase {
@@ -41,14 +41,14 @@
         BeanWriter writer = new BeanWriter(out);
         writer.getBindingConfiguration().setMapIDs(false);
         writer.getXMLIntrospector().getConfiguration().getPrefixMapper()
-            .setPrefix("http://jakarta.apache.org/commons/betwixt/PersonWithNamespaceExample", "pn");
+            .setPrefix("http://commons.apache.org/betwixt/PersonWithNamespaceExample", "pn");
         writer.write(bean);
         
         String xml = out.getBuffer().toString();
         
         String expected = "<?xml version='1.0'?>" +
                         "<pn:person " +
-                        "xmlns:pn='http://jakarta.apache.org/commons/betwixt/PersonWithNamespaceExample' " +
+                        "xmlns:pn='http://commons.apache.org/betwixt/PersonWithNamespaceExample' " +
                         "pn:middle='Burrell'>" +
                         "<forename>Robert</forename>" +
                         "<pn:surname>Donkin</pn:surname></pn:person>";

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestMixedCollections.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestMixedCollections.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestMixedCollections.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestMixedCollections.java Mon Jul 30 21:17:09 2007
@@ -26,7 +26,7 @@
 import org.apache.commons.betwixt.io.BeanWriter;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public class TestMixedCollections extends AbstractTestCase {
 

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestMultiMap.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestMultiMap.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestMultiMap.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestMultiMap.java Mon Jul 30 21:17:09 2007
@@ -26,7 +26,7 @@
 import org.xml.sax.InputSource;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public class TestMultiMap extends AbstractTestCase {
 

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/Channel.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/Channel.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/Channel.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/Channel.java Mon Jul 30 21:17:09 2007
@@ -27,7 +27,7 @@
  * <em>Rich Site Summary</em> DTD, version 0.91.  This class may be subclassed
  * to further specialize its behavior.</p>
  *
- * <p>Based on the Jakarta Commons <code>Digester</code> implementation.</p>
+ * <p>Based on the Apache Commons <code>Digester</code> implementation.</p>
  *
  * @author Craig R. McClanahan
  * @author Ted Husted

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/Image.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/Image.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/Image.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/Image.java Mon Jul 30 21:17:09 2007
@@ -26,7 +26,7 @@
  * <em>Rich Site Summary</em> DTD, version 0.91.  This class may be subclassed
  * to further specialize its behavior.</p>
  *
- * <p>Based on the Jakarta Commons <code>Digester</code> implementation.</p>
+ * <p>Based on the Apache Commons <code>Digester</code> implementation.</p>
  *
  * @author Craig R. McClanahan
  * @version $Revision$ $Date$

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/Item.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/Item.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/Item.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/Item.java Mon Jul 30 21:17:09 2007
@@ -26,7 +26,7 @@
  * <em>Rich Site Summary</em> DTD, version 0.91.  This class may be subclassed
  * to further specialize its behavior.</p>
  *
- * <p>Based on the Jakarta Commons <code>Digester</code> implementation.</p>
+ * <p>Based on the Apache Commons <code>Digester</code> implementation.</p>
  *
  * @author Craig R. McClanahan
  * @version $Revision$ $Date$

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/TextInput.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/TextInput.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/TextInput.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/examples/rss/TextInput.java Mon Jul 30 21:17:09 2007
@@ -26,7 +26,7 @@
  * <em>Rich Site Summary</em> DTD, version 0.91.  This class may be subclassed
  * to further specialize its behavior.</p>
  *
- * <p>Based on the Jakarta Commons <code>Digester</code> implementation.</p>
+ * <p>Based on the Apache Commons <code>Digester</code> implementation.</p>
  *
  * @author Craig R. McClanahan
  * @version $Revision$ $Date$

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/expression/TestDynaBeanUpdater.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/expression/TestDynaBeanUpdater.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/expression/TestDynaBeanUpdater.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/expression/TestDynaBeanUpdater.java Mon Jul 30 21:17:09 2007
@@ -24,7 +24,7 @@
 import org.apache.commons.beanutils.DynaProperty;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public class TestDynaBeanUpdater extends TestCase {
 

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/AddressBook.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/AddressBook.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/AddressBook.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/AddressBook.java Mon Jul 30 21:17:09 2007
@@ -24,7 +24,7 @@
 import org.apache.commons.betwixt.AddressBean;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class AddressBook {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/BeanWithConcreteMap.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/BeanWithConcreteMap.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/BeanWithConcreteMap.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/BeanWithConcreteMap.java Mon Jul 30 21:17:09 2007
@@ -21,7 +21,7 @@
 import java.util.HashMap;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class BeanWithConcreteMap {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/CompanyBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/CompanyBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/CompanyBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/CompanyBean.java Mon Jul 30 21:17:09 2007
@@ -21,7 +21,7 @@
 import org.apache.commons.betwixt.AddressBean;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class CompanyBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/CopyableDateRange.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/CopyableDateRange.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/CopyableDateRange.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/CopyableDateRange.java Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 import java.util.Date;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public class CopyableDateRange implements ICopyableDateRange {
 

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/DateFormatterBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/DateFormatterBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/DateFormatterBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/DateFormatterBean.java Mon Jul 30 21:17:09 2007
@@ -26,7 +26,7 @@
 import java.util.Map;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class DateFormatterBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ICopyable.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ICopyable.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ICopyable.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ICopyable.java Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 package org.apache.commons.betwixt.introspection;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public interface ICopyable {
     

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ICopyableDateRange.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ICopyableDateRange.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ICopyableDateRange.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ICopyableDateRange.java Mon Jul 30 21:17:09 2007
@@ -18,7 +18,7 @@
 package org.apache.commons.betwixt.introspection;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public interface ICopyableDateRange extends ICopyable, IDateRange {
     

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ICount.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ICount.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ICount.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ICount.java Mon Jul 30 21:17:09 2007
@@ -17,7 +17,7 @@
 package org.apache.commons.betwixt.introspection;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public interface ICount {
     

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/IDateRange.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/IDateRange.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/IDateRange.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/IDateRange.java Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 import java.util.Date;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public interface IDateRange {
 

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ILaugh.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ILaugh.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ILaugh.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ILaugh.java Mon Jul 30 21:17:09 2007
@@ -17,7 +17,7 @@
 package org.apache.commons.betwixt.introspection;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public interface ILaugh {
 

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ILaughingCount.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ILaughingCount.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ILaughingCount.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/ILaughingCount.java Mon Jul 30 21:17:09 2007
@@ -17,7 +17,7 @@
 package org.apache.commons.betwixt.introspection;
 
 /**
- * @author <a href='http://jakarta.apache.org/commons'>Jakarta Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
+ * @author <a href='http://commons.apache.org'>Apache Commons Team</a>, <a href='http://www.apache.org'>Apache Software Foundation</a>
  */
 public interface ILaughingCount extends ICount, ILaugh {
 

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/PhoneBookBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/PhoneBookBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/PhoneBookBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/PhoneBookBean.java Mon Jul 30 21:17:09 2007
@@ -24,7 +24,7 @@
 /**
  * Bean models a simple list of phone numbers as found (for example) in a contant list.
  * Really just a list of phone number entries.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class PhoneBookBean {   

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/PhoneNumberBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/PhoneNumberBean.java?view=diff&rev=561230&r1=561229&r2=561230
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/PhoneNumberBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/PhoneNumberBean.java Mon Jul 30 21:17:09 2007
@@ -20,7 +20,7 @@
 
 /**
  * Bean models a telephone number entry in a phone book.
- * @author <a href='http://jakarta.apache.org/'>Jakarta Commons Team</a>
+ * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class PhoneNumberBean {