Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 38317 invoked from network); 5 Jan 2007 03:57:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2007 03:57:16 -0000 Received: (qmail 92477 invoked by uid 500); 5 Jan 2007 03:57:21 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 92400 invoked by uid 500); 5 Jan 2007 03:57:21 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 92389 invoked by uid 500); 5 Jan 2007 03:57:20 -0000 Received: (qmail 92386 invoked by uid 99); 5 Jan 2007 03:57:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 19:57:20 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 19:57:13 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 8C4421A981A; Thu, 4 Jan 2007 19:56:15 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r492894 - in /jakarta/commons/proper/jxpath/trunk: ./ src/java/org/apache/commons/jxpath/ src/java/org/apache/commons/jxpath/functions/ src/java/org/apache/commons/jxpath/ri/ src/java/org/apache/commons/jxpath/ri/axes/ src/java/org/apache/c... Date: Fri, 05 Jan 2007 03:56:15 -0000 To: commons-cvs@jakarta.apache.org From: niallp@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070105035615.8C4421A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: niallp Date: Thu Jan 4 19:56:13 2007 New Revision: 492894 URL: http://svn.apache.org/viewvc?view=rev&rev=492894 Log: Add missing source file headers Modified: jakarta/commons/proper/jxpath/trunk/checkstyle.xml jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/functions/package.html jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/package.html jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/axes/package.html jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/package.html jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/beans/package.html jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/container/package.html jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/dom/package.html jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/jdom/package.html jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/package.html jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/package.html jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/XPath.html jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/jcc.bat jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/package.html jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/servlet/package.html jakarta/commons/proper/jxpath/trunk/src/test-webapp/JXPathTest.jsp jakarta/commons/proper/jxpath/trunk/src/test-webapp/WEB-INF/web.xml jakarta/commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/Vendor.xml Modified: jakarta/commons/proper/jxpath/trunk/checkstyle.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/checkstyle.xml?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/checkstyle.xml (original) +++ jakarta/commons/proper/jxpath/trunk/checkstyle.xml Thu Jan 4 19:56:13 2007 @@ -1,4 +1,20 @@ + Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/functions/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/functions/package.html?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/functions/package.html (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/functions/package.html Thu Jan 4 19:56:13 2007 @@ -1,3 +1,19 @@ + Implementations of Java class-based extension functions. Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/package.html?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/package.html (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/package.html Thu Jan 4 19:56:13 2007 @@ -1,3 +1,19 @@ + Public, abstract part of JXPath: interfaces and configuration. Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/axes/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/axes/package.html?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/axes/package.html (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/axes/package.html Thu Jan 4 19:56:13 2007 @@ -1,3 +1,19 @@ + Implementations of EvalContext used for different XPath axes (child::, parent:: etc). In order to evaluate a path, RI creates a chain of EvalContexts, one for each Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/package.html?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/package.html (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/compiler/package.html Thu Jan 4 19:56:13 2007 @@ -1,3 +1,19 @@ + XPath parse tree. TreeCompiler is the class responsible for the construction of a parse tree out of individual elements. Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/beans/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/beans/package.html?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/beans/package.html (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/beans/package.html Thu Jan 4 19:56:13 2007 @@ -1,3 +1,19 @@ + Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null. Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/container/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/container/package.html?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/container/package.html (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/container/package.html Thu Jan 4 19:56:13 2007 @@ -1,3 +1,19 @@ + Implementation of "model" APIs for Containers. Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/dom/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/dom/package.html?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/dom/package.html (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/dom/package.html Thu Jan 4 19:56:13 2007 @@ -1,3 +1,19 @@ + Implementation of "model" APIs for W3C DOM. Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/jdom/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/jdom/package.html?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/jdom/package.html (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/jdom/package.html Thu Jan 4 19:56:13 2007 @@ -1,3 +1,19 @@ + Implementation of "model" APIs for JDOM (see jdom.org). Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/package.html?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/package.html (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/package.html Thu Jan 4 19:56:13 2007 @@ -1,3 +1,19 @@ + The "model" package defines APIs that are implemented for every object model to be supported by JXPath. Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/package.html?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/package.html (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/package.html Thu Jan 4 19:56:13 2007 @@ -1,3 +1,19 @@ + Reference implementation of JXPath. It comes with a JavaCC-based parser for XPath expressions, a parse tree and a fast interpreter, which Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/XPath.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/XPath.html?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/XPath.html (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/XPath.html Thu Jan 4 19:56:13 2007 @@ -1,4 +1,20 @@ + BNF for XPath.jj Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/jcc.bat URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/jcc.bat?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/jcc.bat (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/jcc.bat Thu Jan 4 19:56:13 2007 @@ -1,3 +1,18 @@ +rem * Licensed to the Apache Software Foundation (ASF) under one or more +rem * contributor license agreements. See the NOTICE file distributed with +rem * this work for additional information regarding copyright ownership. +rem * The ASF licenses this file to You under the Apache License, Version 2.0 +rem * (the "License"); you may not use this file except in compliance with +rem * the License. You may obtain a copy of the License at +rem * +rem * http://www.apache.org/licenses/LICENSE-2.0 +rem * +rem * Unless required by applicable law or agreed to in writing, software +rem * distributed under the License is distributed on an "AS IS" BASIS, +rem * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem * See the License for the specific language governing permissions and +rem * limitations under the License. + @echo off set JAVACC_HOME=c:\tools\javacc-3.0 Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/package.html?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/package.html (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/parser/package.html Thu Jan 4 19:56:13 2007 @@ -1,3 +1,19 @@ + JavaCC XPath grammar. All classes in this package were generated by JavaCC. The grammar definition is in the XPath.jj file. Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/servlet/package.html URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/servlet/package.html?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/servlet/package.html (original) +++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/servlet/package.html Thu Jan 4 19:56:13 2007 @@ -1,3 +1,19 @@ + Implementations of JPathContexts bound to various servlet scopes: PageContext, ServletRequest, HttpSession and ServletContext. Modified: jakarta/commons/proper/jxpath/trunk/src/test-webapp/JXPathTest.jsp URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/test-webapp/JXPathTest.jsp?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== Binary files - no diff available. Modified: jakarta/commons/proper/jxpath/trunk/src/test-webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/test-webapp/WEB-INF/web.xml?view=diff&rev=492894&r1=492893&r2=492894 ============================================================================== --- jakarta/commons/proper/jxpath/trunk/src/test-webapp/WEB-INF/web.xml (original) +++ jakarta/commons/proper/jxpath/trunk/src/test-webapp/WEB-INF/web.xml Thu Jan 4 19:56:13 2007 @@ -1,4 +1,20 @@ + + --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org