You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2010/09/01 22:26:00 UTC

svn commit: r991691 - in /commons/proper/digester/trunk/src/java/org/apache/commons/digester: ./ annotations/ annotations/handlers/ annotations/internal/ annotations/providers/ annotations/reflect/ annotations/rules/ annotations/spi/ annotations/utils/...

Author: simonetripodi
Date: Wed Sep  1 20:26:00 2010
New Revision: 991691

URL: http://svn.apache.org/viewvc?rev=991691&view=rev
Log:
package.html replaced by package-info.java
added missing packages descriptors

Added:
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/handlers/package-info.java   (with props)
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/internal/package-info.java   (with props)
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/package-info.java   (with props)
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/providers/package-info.java   (with props)
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/package-info.java   (with props)
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/rules/package-info.java   (with props)
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/spi/package-info.java   (with props)
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/utils/package-info.java   (with props)
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/package-info.java   (with props)
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/package-info.java   (with props)
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/package-info.java   (with props)
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/package-info.java   (with props)
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/package-info.java   (with props)
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/package-info.java   (with props)
Removed:
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/package.html
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/package.html
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/package.html
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/package.html
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/package.html
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/package.html
    commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/package.html

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/handlers/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/handlers/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/handlers/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/handlers/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,24 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * The <code>handlers</code> package contains
+ * {@link org.apache.commons.digester.annotations.DigesterLoaderHandler}
+ * implementations.
+ */
+package org.apache.commons.digester.annotations.handlers;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/handlers/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/handlers/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/handlers/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/internal/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/internal/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/internal/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/internal/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,22 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * This package contains internal use only classes, users can ignore it.
+ */
+package org.apache.commons.digester.annotations.internal;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/internal/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/internal/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/internal/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,23 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * The <code>annotations</code> package provides for Java5 Annotations
+ * meta data-based definition of rules for <code>Digester</code>.
+ */
+package org.apache.commons.digester.annotations;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/providers/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/providers/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/providers/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/providers/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,24 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * This package contains
+ * {@link org.apache.commons.digester.annotations.AnnotationRuleProvider}
+ * implementations.
+ */
+package org.apache.commons.digester.annotations.providers;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/providers/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/providers/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/providers/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,23 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * The <code>reflect</code> package supply missing JVM classes to alow user
+ * manipulate entities as {@link java.lang.reflect.AnnotatedElement}.
+ */
+package org.apache.commons.digester.annotations.reflect;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/reflect/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/rules/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/rules/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/rules/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/rules/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,22 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * Classes contained in this package are annotations that reflect Digester rules.
+ */
+package org.apache.commons.digester.annotations.rules;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/rules/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/rules/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/rules/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/spi/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/spi/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/spi/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/spi/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,22 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * Contains annotations package SPI definition.
+ */
+package org.apache.commons.digester.annotations.spi;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/spi/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/spi/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/spi/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/utils/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/utils/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/utils/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/utils/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,22 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * Contains commons utilities classes for Java5 Annotations manipulation.
+ */
+package org.apache.commons.digester.annotations.utils;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/utils/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/utils/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/utils/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,25 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * The <code>xmlrules</code> package provides for XML-based definition of
+ * rules for <code>Digester</code>. This improves maintainability of Java code,
+ * as rules are now defined in XML and read into <code>Digester</code>
+ * at run-time.
+ */
+package org.apache.commons.digester;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,25 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * <b>DEPRECATED PACKAGE:</b><br>
+ * This package contains legacy schema support code used in the v1.x line of
+ * Digester releases. Starting v2.0, the recommended way to use schema
+ * validation is via the <code>javax.xml.validation.Schema</code> support.
+ */
+package org.apache.commons.digester.parser;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/parser/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,23 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * The <code>plugins</code> package provides an easy mechanism whereby new
+ * digestion rules can be added dynamically during a digestion.
+ */
+package org.apache.commons.digester.plugins;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,23 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * The <code>plugins.strategies</code> package contains "rule-finding" strategy
+ * classes, and their associated "helper" loader classes.
+ */
+package org.apache.commons.digester.plugins.strategies;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/strategies/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,23 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * The <code>substitution</code> provides for manipulation of xml attributes and
+ * element body text before the data is processed by any Rule objects.
+ */
+package org.apache.commons.digester.substitution;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/substitution/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/package-info.java
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/package-info.java?rev=991691&view=auto
==============================================================================
--- commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/package-info.java (added)
+++ commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/package-info.java Wed Sep  1 20:26:00 2010
@@ -0,0 +1,24 @@
+/* $Id$
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * The Digester package lets you configure an XML -> Java object mapping module,
+ * which triggers certain actions called rules whenever a particular pattern of
+ * nested XML elements is recognized.
+ */
+package org.apache.commons.digester.xmlrules;

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain