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 2011/02/11 15:28:41 UTC

svn commit: r1069812 - in /commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3: internal/package-info.java internal/rulesbinder/package-info.java rule/package-info.java

Author: simonetripodi
Date: Fri Feb 11 14:28:41 2011
New Revision: 1069812

URL: http://svn.apache.org/viewvc?rev=1069812&view=rev
Log:
added missing package descriptors

Added:
    commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/internal/package-info.java   (with props)
    commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/rule/package-info.java   (with props)
Modified:
    commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/internal/rulesbinder/package-info.java

Added: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/internal/package-info.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/internal/package-info.java?rev=1069812&view=auto
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/internal/package-info.java (added)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/internal/package-info.java Fri Feb 11 14:28:41 2011
@@ -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.
+ */
+
+/**
+ * Internal use only stuff.
+ */
+package org.apache.commons.digester3.internal;

Propchange: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/internal/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/internal/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/internal/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/internal/rulesbinder/package-info.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/internal/rulesbinder/package-info.java?rev=1069812&r1=1069811&r2=1069812&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/internal/rulesbinder/package-info.java (original)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/internal/rulesbinder/package-info.java Fri Feb 11 14:28:41 2011
@@ -17,6 +17,6 @@
  */
 
 /**
- * The Digester EDSL.
+ * The Digester EDSL implementation.
  */
 package org.apache.commons.digester3.internal.rulesbinder;

Added: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/rule/package-info.java
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/rule/package-info.java?rev=1069812&view=auto
==============================================================================
--- commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/rule/package-info.java (added)
+++ commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/rule/package-info.java Fri Feb 11 14:28:41 2011
@@ -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.
+ */
+
+/**
+ * Concrete {@link org.apache.commons.digester3.Rule} implementations.
+ */
+package org.apache.commons.digester3.rule;

Propchange: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/rule/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/rule/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/sandbox/digester3/trunk/src/main/java/org/apache/commons/digester3/rule/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain