This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
commit 408a0d9b1619839a3f50c31a990e8480ea7a135e Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 12 09:22:03 2025 -0400 Remove obsolete STATUS.html files --- STATUS.html | 113 ------------------------------------------------ src/changes/changes.xml | 1 + 2 files changed, 1 insertion(+), 113 deletions(-) diff --git a/STATUS.html b/STATUS.html deleted file mode 100644 index 76d1312..0000000 --- a/STATUS.html +++ /dev/null @@ -1,113 +0,0 @@ -<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> -<!-- - 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. ---> -<html> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - <meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]"> - <title>Status File for Apache Commons "JXPath" Component</title> -</head> -<body bgcolor="#FFFFFF"> - -<center> -<h1> -The Apache Commons <i>JXPath</i> Component</h1></center> - -<center>$Id$ -<br><a href="#Introduction">[Introduction]</a><a href="#Dependencies">[Dependencies]</a><a href="#Release Info">[Release -Info]</a><a href="#Committers">[Committers]</a><a href="#Action Items">[Action -Items]</a></center> - -<p><a NAME="Introduction"></a> -<h3> -1. INTRODUCTION</h3> -The <i>JXPath</i> Component contains a set of Java classes that provide -static utility methods useful in manipulating Java classes that conform -to the JavaBeans Specification naming patterns for bean properties in a -dynamic fashion using the XPath syntax. It also supports Java collections, -objects with Dynamic Properties (like Map, ServletContext etc) and mechanism -for adding support for additional object models. -<p>An innovative and unique feature of this component is the unification -of reference syntax between DOM and Java. -<br><a NAME="Dependencies"></a> -<h3> -2. DEPENDENCIES</h3> -The <i>JXPath</i> component is dependent upon the following external components -for development and use: -<ul> -<li> -<a href="http://java.sun.com/j2se">Java Development Kit</a> (Version 1.3 -or later)</li> - -<li> -<a href="http://java.sun.com/xml/">JAXP</a> (Version 1.1 or later) build -time dependency only - no runtime dependency</li> - -<li> -<a href="http://www.junit.org">JUnit Testing Framework</a> (Version 3.7 -or later) - for unit tests only, not required for deployment</li> - -<li> -<a href="http://www.webgain.com/products/metamata/java_doc.html">JavaCC</a> -(Version 2.0 or later) - only needed when grammar changes - no build or -runtime dependency</li> -</ul> -<a NAME="Release Info"></a> -<h3> -3. RELEASE INFO</h3> -Current Release: <b>1.1</b> -<p>Planned Next Release: <b>1.2 - timeframe: <i>TBD</i></b> -<p>See the -<a href="#Action Items">Action Items</a> list for tasks that -need to be completed prior to this release. -<br><a NAME="Committers"></a> -<h3> -4. COMMITTERS</h3> -The following individuals are the primary developers and maintainers of -this component. Developers who plan to use <i>JXPath</i> in their own projects -are encouraged to collaborate on the future development of this component -to ensure that it continues to meet a variety of needs. -<ul> -<li> -<a href="mailto:dmi...@apache.org">Dmitri Plotnikov</a></li> -</ul> -<a NAME="Action Items"></a> -<h3> -5. ACTION ITEMS</h3> -The following action items need to be completed prior to a Version 1.2 -release of this component: -<br> -<table BORDER > -<tr> -<th WIDTH="80%">Action Item</th> - -<th WIDTH="20%">Volunteer</th> - -<td><b>Status</b></td> -</tr> - -<tr> -<td><i>TBD</i></td> - -<td> </td> - -<td> </td> -</tr> -</table> - -</body> -</html> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d7ffe20..dbe958a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -172,6 +172,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove obsolete src/conf/MANIFEST.MF file.</action> <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove obsolete maven-surefire-plugin configuration. Configuration is done in the parent POM.</action> <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove obsolete maven-assembly-plugin configuration. Configuration is done in the parent POM.</action> + <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove obsolete STATUS.html files.</action> </release> </body> </document>