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

svn commit: r561314 [1/2] - in /commons/proper/betwixt/trunk: ./ src/java/org/apache/commons/betwixt/ src/java/org/apache/commons/betwixt/digester/ src/java/org/apache/commons/betwixt/io/ src/java/org/apache/commons/betwixt/io/read/ src/java/org/apache...

Author: dennisl
Date: Tue Jul 31 05:48:36 2007
New Revision: 561314

URL: http://svn.apache.org/viewvc?view=rev&rev=561314
Log:
Changes because of the TLP move.

Modified:
    commons/proper/betwixt/trunk/RELEASE-NOTES.txt
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/IntrospectionConfiguration.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/Options.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/digester/OptionRule.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/AbstractBeanWriter.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/BeanRuleSet.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/WriteContext.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/ArrayBindAction.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/BeanBindAction.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/io/read/MappingAction.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/registry/PolymorphicReferenceResolver.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Attribute.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ComplexLocalElement.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ComplexType.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/DataTypeMapper.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/DefaultDataTypeMapper.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Element.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/ElementReference.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/GlobalComplexType.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/GlobalElement.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/LocalComplexType.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/LocalElement.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/Schema.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SchemaTranscriber.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SimpleLocalElement.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/SimpleType.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/TranscriptionConfiguration.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ActionMappingStrategy.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/BaseMixedContentEncodingStrategy.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/DefaultActionMappingStrategy.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/MixedContentEncodingStrategy.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/NamespacePrefixMapper.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/SimpleTypeMapper.java
    commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/StandardSimpleTypeMapper.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/AddressBookWithMapArrayAdder.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/BookBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/Categories.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/Category.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/EventBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/LibraryBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/LibraryBeanWithArraySetter.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestArrayMaps.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestArrays.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestCollectives.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestConversion.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestOptions.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestDigestDotBetwixt.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestDigestMultiMapping.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/digester/TestOptionDigestion.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/Book.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreAdderLibraryBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreAddersBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/IgnoreProperiesLibraryBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/LibraryBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/PersonWithNamespace.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/dotbetwixt/TestDotBetwixtNamespace.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/AddressBook.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/BeanWithConcreteMap.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/CompanyBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/DateFormatterBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/PhoneBookBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/PhoneNumberBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/TestDeclarativeIntrospection.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/MovieBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/PersonBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/TestAbstractBeanWriter.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/TestBeanWriter.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/read/BeanWithConcreteMap.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/read/TestMaps.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/EastWind.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/NorthWind.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/SouthWind.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/WestWind.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/AllSimplesBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/CustomerBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/OrderBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/OrderLineBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/ProductBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SchemaDiff.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimpleBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimplestBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimplestElementBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestDataTypeMapper.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaGeneration.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaTranscriber.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaValidity.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/ABCBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/ComposerBean.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/TestBaseMappingStrategy.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/TestMixedContentEncoding.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/TestNamespaces.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/TestSimpleTypeMapper.java
    commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/TuneBean.java
    commons/proper/betwixt/trunk/xdocs/index.xml

Modified: commons/proper/betwixt/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/RELEASE-NOTES.txt?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/betwixt/trunk/RELEASE-NOTES.txt Tue Jul 31 05:48:36 2007
@@ -8,12 +8,12 @@
 Betwixt provides a flexible way to map beans into XML - and vice versa. Betwixt
 requires Java 1.3 or higher.
 
-Betwixt is an open source library developed by the Jakarta Project of the 
-Apache Software Foundation (see http://jakarta.apache.org/) and released under the 
-Apache License 2.0 (see License.txt). Jakarta commons is an open development community. 
+Betwixt is an open source library developed by the Commons Project of the
+Apache Software Foundation (see http://commons.apache.org/) and released under the 
+Apache License 2.0 (see License.txt). Commons is an open development community. 
 All are invited to contribute by joining us on the mailing lists 
 (see http://commons.apache.org) or by raising issues and submitting patches 
-through http://issues.apache.org.
+through http://issues.apache.org/jira/.
 
 Betwixt 0.8 is a feature release. Support for polymorphic mappings has been improved. 
 More flexible mapping are possible using new strategies. Enhancements have been made 

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/IntrospectionConfiguration.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/IntrospectionConfiguration.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/IntrospectionConfiguration.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/IntrospectionConfiguration.java Tue Jul 31 05:48:36 2007
@@ -49,7 +49,7 @@
  * be more easily shared not only between the objects that execute the introspection
  * but also (by a user) between different <code>XMLIntrospector</code>s.
  * </p>
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class IntrospectionConfiguration {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/Options.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/Options.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/Options.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/Options.java Tue Jul 31 05:48:36 2007
@@ -24,7 +24,7 @@
  * Collective for <code>Betwixt</code> optional behaviour hints.
  * An option links a name with a value (both strings). 
  * 
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @since 0.5
  */
 public class Options {

Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/digester/OptionRule.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/digester/OptionRule.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/digester/OptionRule.java (original)
+++ commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/digester/OptionRule.java Tue Jul 31 05:48:36 2007
@@ -25,7 +25,7 @@
  * Maps option tree to an option in the 
  * {@link org.apache.commons.betwixt.Options}
  * on the current description.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @since 0.5
  */
 public class OptionRule extends Rule {

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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+     * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -227,7 +227,7 @@
     /**
      * Single rule that is used to map all elements.
      * 
-     * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+     * @author <a href='http://commons.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/'>Apache Commons Team</a>
+     * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -29,7 +29,7 @@
 /**
  * Action that creates and binds a new bean instance.
  * 
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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/'>Apache Commons Team</a>
+     * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -28,7 +28,7 @@
  * by calling {@link #resolveType}.
  * </p>
  * @since 0.7
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -22,7 +22,7 @@
 
 /**
  * Models the attribute element in an XML schema.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -22,7 +22,7 @@
 import org.apache.commons.betwixt.ElementDescriptor;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team </a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -23,7 +23,7 @@
 /**
  * Default <code>DataTypeMapper</code>implementation.
  * Provides a reasonably standard and compatible mapping.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 
 /**
  * Implmented by <code>element</code> definition.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -22,7 +22,7 @@
 import org.apache.commons.betwixt.ElementDescriptor;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -21,7 +21,7 @@
 
 /**
  * Models a global definition of an <code>element</code>.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -25,7 +25,7 @@
 
 /**
  * Models a local <code>complexType</code> definition.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -22,7 +22,7 @@
 import org.apache.commons.betwixt.ElementDescriptor;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -30,7 +30,7 @@
 /**
  * Model for top level element in an XML Schema
  * 
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -22,7 +22,7 @@
 import org.apache.commons.betwixt.ElementDescriptor;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TranscriptionConfiguration {

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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -29,7 +29,7 @@
  * Implementations should override {@link #encodeAsCDATA}
  * with an appropriate decision algorithm.
  * </p>
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -26,7 +26,7 @@
 import org.xml.sax.Attributes;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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/MixedContentEncodingStrategy.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/MixedContentEncodingStrategy.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class NamespacePrefixMapper {

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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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/'>Apache Commons Team</a>
+     * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -23,7 +23,7 @@
 /**
  * Binds simple types as specified by {@link IntrospectionConfiguration#isAttributesForPrimitives()}.
  * 
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class StandardSimpleTypeMapper extends SimpleTypeMapper {

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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -22,7 +22,7 @@
 import java.util.Map;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class AddressBookWithMapArrayAdder {

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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -18,7 +18,7 @@
 package org.apache.commons.betwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -23,7 +23,7 @@
 import java.util.List;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -18,7 +18,7 @@
 package org.apache.commons.betwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -21,7 +21,7 @@
 
 /**
  * Represent some kind of event.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -22,7 +22,7 @@
 import java.util.List;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -18,7 +18,7 @@
 package org.apache.commons.betwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class LibraryBeanWithArraySetter {

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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -18,7 +18,7 @@
 package org.apache.commons.betwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -24,7 +24,7 @@
 import org.apache.commons.betwixt.io.BeanWriter;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -28,7 +28,7 @@
 import org.apache.commons.betwixt.strategy.CapitalizeNameMapper;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -25,7 +25,7 @@
 
 /**
  * Tests conversions.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestConversion extends TestCase{

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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -20,7 +20,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestOptions extends TestCase {

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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -28,7 +28,7 @@
 
 /**
  * Tests for reading dot betwist files.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -28,7 +28,7 @@
 
 /**
  * Tests for reading dot betwist files.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -27,7 +27,7 @@
 
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 package org.apache.commons.betwixt.dotbetwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -20,7 +20,7 @@
 
 /**
  * Subclass that differs only in it's .betwixt file 
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -21,7 +21,7 @@
 import java.util.ArrayList;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 package org.apache.commons.betwixt.dotbetwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -20,7 +20,7 @@
 
 /**
  * Subclass differs only in it's .betwixt file
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -23,7 +23,7 @@
 import java.util.List;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class LibraryBean {

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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 package org.apache.commons.betwixt.dotbetwixt;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class PersonWithNamespace {

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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -24,7 +24,7 @@
 import org.apache.commons.betwixt.io.BeanWriter;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestDotBetwixtNamespace extends AbstractTestCase {

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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -24,7 +24,7 @@
 import org.apache.commons.betwixt.AddressBean;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -21,7 +21,7 @@
 import java.util.HashMap;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -21,7 +21,7 @@
 import org.apache.commons.betwixt.AddressBean;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class CompanyBean {

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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -26,7 +26,7 @@
 import java.util.Map;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class DateFormatterBean {

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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 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/'>Apache Commons Team</a>
+ * @author <a href='http://commons.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=561314&r1=561313&r2=561314
==============================================================================
--- 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 Tue Jul 31 05:48:36 2007
@@ -20,7 +20,7 @@
 
 /**
  * Bean models a telephone number entry in a phone book.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class PhoneNumberBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/TestDeclarativeIntrospection.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/TestDeclarativeIntrospection.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/TestDeclarativeIntrospection.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/introspection/TestDeclarativeIntrospection.java Tue Jul 31 05:48:36 2007
@@ -27,7 +27,7 @@
 
 /**
  * Tests for the new, more declarative style of introspection.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestDeclarativeIntrospection extends AbstractTestCase{

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/MovieBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/MovieBean.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/MovieBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/MovieBean.java Tue Jul 31 05:48:36 2007
@@ -22,7 +22,7 @@
 import java.util.Iterator;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class MovieBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/PersonBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/PersonBean.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/PersonBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/PersonBean.java Tue Jul 31 05:48:36 2007
@@ -18,7 +18,7 @@
 package org.apache.commons.betwixt.io;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class PersonBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/TestAbstractBeanWriter.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/TestAbstractBeanWriter.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/TestAbstractBeanWriter.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/TestAbstractBeanWriter.java Tue Jul 31 05:48:36 2007
@@ -28,7 +28,7 @@
 import org.xml.sax.SAXException;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestAbstractBeanWriter extends AbstractTestCase {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/TestBeanWriter.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/TestBeanWriter.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/TestBeanWriter.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/TestBeanWriter.java Tue Jul 31 05:48:36 2007
@@ -26,7 +26,7 @@
 
 /**
  * Test for <code>BeanWriter</code>
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestBeanWriter extends TestCase {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/read/BeanWithConcreteMap.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/read/BeanWithConcreteMap.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/read/BeanWithConcreteMap.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/read/BeanWithConcreteMap.java Tue Jul 31 05:48:36 2007
@@ -21,7 +21,7 @@
 import java.util.HashMap;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class BeanWithConcreteMap {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/read/TestMaps.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/read/TestMaps.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/read/TestMaps.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/io/read/TestMaps.java Tue Jul 31 05:48:36 2007
@@ -29,7 +29,7 @@
 import org.apache.commons.betwixt.io.BeanWriter;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestMaps extends AbstractTestCase {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/EastWind.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/EastWind.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/EastWind.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/EastWind.java Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 
 /**
  * Test bean for resursion
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class EastWind {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/NorthWind.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/NorthWind.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/NorthWind.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/NorthWind.java Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 
 /**
  * Test bean for resursion
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class NorthWind {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/SouthWind.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/SouthWind.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/SouthWind.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/SouthWind.java Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 
 /**
  * Test bean for resursion
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class SouthWind {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/WestWind.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/WestWind.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/WestWind.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/recursion/WestWind.java Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 
 /**
  * Test bean for resursion
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class WestWind {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/AllSimplesBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/AllSimplesBean.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/AllSimplesBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/AllSimplesBean.java Tue Jul 31 05:48:36 2007
@@ -21,7 +21,7 @@
 import java.math.BigInteger;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class AllSimplesBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/CustomerBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/CustomerBean.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/CustomerBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/CustomerBean.java Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 package org.apache.commons.betwixt.schema;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class CustomerBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/OrderBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/OrderBean.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/OrderBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/OrderBean.java Tue Jul 31 05:48:36 2007
@@ -23,7 +23,7 @@
 import java.util.List;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class OrderBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/OrderLineBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/OrderLineBean.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/OrderLineBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/OrderLineBean.java Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 package org.apache.commons.betwixt.schema;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class OrderLineBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/ProductBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/ProductBean.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/ProductBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/ProductBean.java Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 package org.apache.commons.betwixt.schema;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class ProductBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SchemaDiff.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SchemaDiff.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SchemaDiff.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SchemaDiff.java Tue Jul 31 05:48:36 2007
@@ -24,7 +24,7 @@
 /**
  * Helper class that prints differences between schema object models.
  * Useful for debugging.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class SchemaDiff {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimpleBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimpleBean.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimpleBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimpleBean.java Tue Jul 31 05:48:36 2007
@@ -21,7 +21,7 @@
 /**
  * Very simple bean to allow basic tests for attribute and element
  * transcription.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class SimpleBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimplestBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimplestBean.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimplestBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimplestBean.java Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 package org.apache.commons.betwixt.schema;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class SimplestBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimplestElementBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimplestElementBean.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimplestElementBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/SimplestElementBean.java Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 package org.apache.commons.betwixt.schema;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class SimplestElementBean extends SimplestBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestDataTypeMapper.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestDataTypeMapper.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestDataTypeMapper.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestDataTypeMapper.java Tue Jul 31 05:48:36 2007
@@ -26,7 +26,7 @@
 /**
  * Tests for <code>DataTypeMapper</code>
  * both usages and implementations.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestDataTypeMapper extends TestCase {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaGeneration.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaGeneration.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaGeneration.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaGeneration.java Tue Jul 31 05:48:36 2007
@@ -29,7 +29,7 @@
 
 /**
  * Tests for the generation of schema from the object models.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestSchemaGeneration extends AbstractTestCase {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaTranscriber.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaTranscriber.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaTranscriber.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaTranscriber.java Tue Jul 31 05:48:36 2007
@@ -23,7 +23,7 @@
 
 /**
  * Tests for the SchemaTranscriber.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestSchemaTranscriber extends AbstractTestCase {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaValidity.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaValidity.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaValidity.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/schema/TestSchemaValidity.java Tue Jul 31 05:48:36 2007
@@ -32,7 +32,7 @@
 
 /**
  * Tests for the validity of the schema produced.
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class TestSchemaValidity extends AbstractTestCase {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/ABCBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/ABCBean.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/ABCBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/ABCBean.java Tue Jul 31 05:48:36 2007
@@ -18,7 +18,7 @@
 package org.apache.commons.betwixt.strategy;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class ABCBean {

Modified: commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/ComposerBean.java
URL: http://svn.apache.org/viewvc/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/ComposerBean.java?view=diff&rev=561314&r1=561313&r2=561314
==============================================================================
--- commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/ComposerBean.java (original)
+++ commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/strategy/ComposerBean.java Tue Jul 31 05:48:36 2007
@@ -19,7 +19,7 @@
 package org.apache.commons.betwixt.strategy;
 
 /**
- * @author <a href='http://jakarta.apache.org/'>Apache Commons Team</a>
+ * @author <a href='http://commons.apache.org/'>Apache Commons Team</a>
  * @version $Revision$
  */
 public class ComposerBean {