You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/08/01 16:44:45 UTC

svn commit: r799875 - in /commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl: context/package.html junit/package.html package.html parser/package.html scripting/package.html util/introspection/package.html util/package.html

Author: sebb
Date: Sat Aug  1 14:44:44 2009
New Revision: 799875

URL: http://svn.apache.org/viewvc?rev=799875&view=rev
Log:
Add missing AL headers; close tags properly

Added:
    commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/package.html   (with props)
Modified:
    commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/context/package.html
    commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/junit/package.html
    commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/package.html
    commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/parser/package.html
    commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/package.html
    commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/package.html

Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/context/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/context/package.html?rev=799875&r1=799874&r2=799875&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/context/package.html (original)
+++ commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/context/package.html Sat Aug  1 14:44:44 2009
@@ -1,10 +1,26 @@
 <html>
+<!--
+   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.
+-->
  <head>
   <title>Package Documentation for org.apache.commons.jexl.context Package</title>
  </head>
  <body bgcolor="white">
   Simple JexlContext implementations.
-  <br><br>
+  <br/><br/>
   <p>
    <ul>
     <li><a href="#intro">Introduction</a></li>

Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/junit/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/junit/package.html?rev=799875&r1=799874&r2=799875&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/junit/package.html (original)
+++ commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/junit/package.html Sat Aug  1 14:44:44 2009
@@ -1,10 +1,26 @@
 <html>
+<!--
+   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.
+-->
  <head>
   <title>Package Documentation for org.apache.commons.jexl.junit Package</title>
  </head>
  <body bgcolor="white">
   Using JEXL expressions in JUnit assertions.
-  <br><br>
+  <br/><br/>
   <p>
    <ul>
     <li><a href="#intro">Introduction</a></li>

Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/package.html?rev=799875&r1=799874&r2=799875&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/package.html (original)
+++ commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/package.html Sat Aug  1 14:44:44 2009
@@ -1,10 +1,26 @@
 <html>
+<!--
+   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.
+-->
  <head>
   <title>Package Documentation for org.apache.commons.jexl Package</title>
  </head>
  <body bgcolor="white">
   Provides a framework for evaluating JEXL expressions.
-  <br><br>
+  <br/><br/>
   <p>
    <ul>
     <li><a href="#intro">Introduction</a></li>

Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/parser/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/parser/package.html?rev=799875&r1=799874&r2=799875&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/parser/package.html (original)
+++ commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/parser/package.html Sat Aug  1 14:44:44 2009
@@ -1,4 +1,20 @@
 <html>
+<!--
+   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.
+-->
  <head>
   <title>Package Documentation for org.apache.commons.jexl.parser Package</title>
  </head>

Added: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/package.html?rev=799875&view=auto
==============================================================================
--- commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/package.html (added)
+++ commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/package.html Sat Aug  1 14:44:44 2009
@@ -0,0 +1,34 @@
+<html>
+<!--
+   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.
+-->
+ <head>
+  <title>Package Documentation for org.apache.commons.jexl.scripting Package</title>
+ </head>
+ <body bgcolor="white">
+  Contains the JSR-223 Scripting Engine for JEXL script.
+  <br/><br/>
+  <p>
+   <ul>
+    <li><a href="#intro">Introduction</a></li>
+   </ul>
+  </p>
+  <h2><a name="intro">Introduction</a></h2>
+  <p>
+   This package contains the JSR-223 Scripting Engine for JEXL script.
+  </p>
+</body>
+</html>

Propchange: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/package.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/package.html?rev=799875&r1=799874&r2=799875&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/package.html (original)
+++ commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/package.html Sat Aug  1 14:44:44 2009
@@ -1,10 +1,26 @@
 <html>
+<!--
+   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.
+-->
  <head>
   <title>Package Documentation for org.apache.commons.jexl.introspection Package</title>
  </head>
  <body bgcolor="white">
   Provides low &amp; high-level introspective services.
-  <br><br>
+  <br/><br/>
   <p>
    <ul>
     <li><a href="#low">Low level</a></li>

Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/package.html?rev=799875&r1=799874&r2=799875&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/package.html (original)
+++ commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/package.html Sat Aug  1 14:44:44 2009
@@ -1,10 +1,26 @@
 <html>
+<!--
+   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.
+-->
  <head>
   <title>Package Documentation for org.apache.commons.jexl Package</title>
  </head>
  <body bgcolor="white">
   Provides utilities for introspection services.
-  <br><br>
+  <br/><br/>
   <p>
   This set of classes implement the various forms of setters and getters
   used by Jexl. These are specialized forms for 'pure' properties, discovering