Author: oheger
Date: Sat Jun 10 09:35:49 2006
New Revision: 413327
URL: http://svn.apache.org/viewvc?rev=413327&view=rev
Log:
Added missing package.html files
Added:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/package.html
(with props)
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/package.html
(with props)
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/package.html
(with props)
Modified:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/package.html
Modified:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/package.html
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/package.html?rev=413327&r1=413326&r2=413327&view=diff
==============================================================================
---
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/package.html
(original)
+++
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/beanutils/package.html
Sat Jun 10 09:35:49 2006
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
-Copyright 2002-2005 The Apache Software Foundation.
+Copyright 2002-2006 The Apache Software Foundation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -23,6 +23,8 @@
In this package a <code>Configuration</code> implementation can be found that
implements the <code>DynaBean</code> interface. It allows to access or modify
a configuration using the classes from the Commons Beanutils package.
+There are also classes for declaring beans in configuration files, from which
+then instances can be created.
</p>
<p>
<font size="-2">$Id$</font>
Added:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/package.html
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/package.html?rev=413327&view=auto
==============================================================================
---
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/package.html
(added)
+++
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/package.html
Sat Jun 10 09:35:49 2006
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+Copyright 2005-2006 The Apache Software Foundation.
+
+Licensed 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.
+-->
+<html>
+<head>
+</head>
+<body>
+
+<p>
+This package contains interfaces and classes for receiving notifications
+about changes at configurations.
+</p>
+<p>
+<font size="-2">$Id$</font>
+</p>
+
+</body>
+</html>
Propchange:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/package.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/package.html
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/event/package.html
------------------------------------------------------------------------------
svn:mime-type = text/html
Added:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/package.html
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/package.html?rev=413327&view=auto
==============================================================================
---
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/package.html
(added)
+++
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/package.html
Sat Jun 10 09:35:49 2006
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+Copyright 2005-2006 The Apache Software Foundation.
+
+Licensed 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.
+-->
+<html>
+<head>
+</head>
+<body>
+
+<p>
+A package with helper and utility classes used by hierarchical configurations.
+</p>
+<p>
+<font size="-2">$Id$</font>
+</p>
+
+</body>
+</html>
Propchange:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/package.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/package.html
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/package.html
------------------------------------------------------------------------------
svn:mime-type = text/html
Added:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/package.html
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/package.html?rev=413327&view=auto
==============================================================================
---
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/package.html
(added)
+++
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/package.html
Sat Jun 10 09:35:49 2006
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+Copyright 2005-2006 The Apache Software Foundation.
+
+Licensed 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.
+-->
+<html>
+<head>
+</head>
+<body>
+
+<p>
+This package contains the implementation of the XPathExpressionEngine class,
which
+enables XPATH support for querying configuration properties.
+</p>
+<p>
+<font size="-2">$Id$</font>
+</p>
+
+</body>
+</html>
Propchange:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/package.html
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/package.html
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/xpath/package.html
------------------------------------------------------------------------------
svn:mime-type = text/html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]