Author: niallp
Date: Thu Nov 30 04:25:06 2006
New Revision: 480907

URL: http://svn.apache.org/viewvc?view=rev&rev=480907
Log:
Add missing licenses, minor build/site improvements

Removed:
    
jakarta/commons/proper/chain/trunk/apps/mailreader/src/webapp/WEB-INF/web-app_2_3.dtd
    jakarta/commons/proper/chain/trunk/xdocs/downloads.xml
Modified:
    jakarta/commons/proper/chain/trunk/checkstyle.xml
    jakarta/commons/proper/chain/trunk/maven.xml
    
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/config/package.html
    
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/generic/package.html
    
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/package.html
    
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/package.html
    
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/faces/package.html
    
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/package.html
    
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/portlet/package.html
    
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/servlet/package.html
    jakarta/commons/proper/chain/trunk/src/java/overview.html
    
jakarta/commons/proper/chain/trunk/src/test/org/apache/commons/chain/config/test-config-2.xml
    
jakarta/commons/proper/chain/trunk/src/test/org/apache/commons/chain/config/test-config.xml
    jakarta/commons/proper/chain/trunk/xdocs/building.xml
    jakarta/commons/proper/chain/trunk/xdocs/navigation.xml

Modified: jakarta/commons/proper/chain/trunk/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/checkstyle.xml?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- jakarta/commons/proper/chain/trunk/checkstyle.xml (original)
+++ jakarta/commons/proper/chain/trunk/checkstyle.xml Thu Nov 30 04:25:06 2006
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+   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.
+-->
 <!DOCTYPE module PUBLIC
       "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
       "http://www.puppycrawl.com/dtds/configuration_1_1.dtd";>

Modified: jakarta/commons/proper/chain/trunk/maven.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/maven.xml?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- jakarta/commons/proper/chain/trunk/maven.xml (original)
+++ jakarta/commons/proper/chain/trunk/maven.xml Thu Nov 30 04:25:06 2006
@@ -56,6 +56,14 @@
     <!-- ================================================================== -->
     <postGoal name="dist">
 
+       <!-- Create a versioned pom -->
+       <copy file="${basedir}/project.xml" 
tofile="${maven.dist.dir}/${maven.final.name}.pom"/>
+
+       <!-- create checksum for pom -->
+       <ant:checksum file="${maven.dist.dir}/${maven.final.name}.pom" 
property="pom.md5"/>
+       <ant:echo message="${pom.md5} *${maven.final.name}.pom" 
+                 file="${maven.dist.dir}/${maven.final.name}.pom.md5" />
+
          <!-- create checksum for jar -->
          <ant:checksum file="${maven.build.dir}/${maven.final.name}.jar" 
property="jar.md5"/>
          <ant:echo message="${jar.md5} *${maven.final.name}.jar" 

Modified: 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/config/package.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/config/package.html?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/config/package.html
 (original)
+++ 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/config/package.html
 Thu Nov 30 04:25:06 2006
@@ -1,3 +1,19 @@
+<!--
+   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>
 <title>Package Documentation for org.apache.commons.package</title>

Modified: 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/generic/package.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/generic/package.html?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/generic/package.html
 (original)
+++ 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/generic/package.html
 Thu Nov 30 04:25:06 2006
@@ -1,3 +1,19 @@
+<!--
+   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>
 <title>Package Documentation for org.apache.commons.generic</title>

Modified: 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/package.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/package.html?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/package.html
 (original)
+++ 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/impl/package.html
 Thu Nov 30 04:25:06 2006
@@ -1,3 +1,19 @@
+<!--
+   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>
 <title>Package Documentation for org.apache.commons.impl</title>

Modified: 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/package.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/package.html?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/package.html
 (original)
+++ 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/package.html
 Thu Nov 30 04:25:06 2006
@@ -1,3 +1,19 @@
+<!--
+   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>
 <title>Package Documentation for org.apache.commons.chain</title>

Modified: 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/faces/package.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/faces/package.html?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/faces/package.html
 (original)
+++ 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/faces/package.html
 Thu Nov 30 04:25:06 2006
@@ -1,3 +1,19 @@
+<!--
+   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>
 <title>Package Documentation for org.apache.commons.web.faces</title>

Modified: 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/package.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/package.html?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/package.html
 (original)
+++ 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/package.html
 Thu Nov 30 04:25:06 2006
@@ -1,3 +1,19 @@
+<!--
+   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>
 <title>Package Documentation for org.apache.commons.web</title>

Modified: 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/portlet/package.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/portlet/package.html?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/portlet/package.html
 (original)
+++ 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/portlet/package.html
 Thu Nov 30 04:25:06 2006
@@ -1,3 +1,19 @@
+<!--
+   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>
 <title>Package Documentation for org.apache.commons.web.portlet</title>

Modified: 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/servlet/package.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/servlet/package.html?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/servlet/package.html
 (original)
+++ 
jakarta/commons/proper/chain/trunk/src/java/org/apache/commons/chain/web/servlet/package.html
 Thu Nov 30 04:25:06 2006
@@ -1,3 +1,19 @@
+<!--
+   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>
 <title>Package Documentation for org.apache.commons.web.servlet</title>

Modified: jakarta/commons/proper/chain/trunk/src/java/overview.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/src/java/overview.html?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- jakarta/commons/proper/chain/trunk/src/java/overview.html (original)
+++ jakarta/commons/proper/chain/trunk/src/java/overview.html Thu Nov 30 
04:25:06 2006
@@ -1,3 +1,19 @@
+<!--
+   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.
+-->
 <body>
 <p>The classes in this package provide a standardized API for, as well as
 several basic implementations of, the classic <em>Chain of Responsibility</em>

Modified: 
jakarta/commons/proper/chain/trunk/src/test/org/apache/commons/chain/config/test-config-2.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/src/test/org/apache/commons/chain/config/test-config-2.xml?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- 
jakarta/commons/proper/chain/trunk/src/test/org/apache/commons/chain/config/test-config-2.xml
 (original)
+++ 
jakarta/commons/proper/chain/trunk/src/test/org/apache/commons/chain/config/test-config-2.xml
 Thu Nov 30 04:25:06 2006
@@ -1,3 +1,19 @@
+<!--
+   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.
+-->
 <catalog name="foo">
 
   <!-- Define command and chain aliases -->

Modified: 
jakarta/commons/proper/chain/trunk/src/test/org/apache/commons/chain/config/test-config.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/src/test/org/apache/commons/chain/config/test-config.xml?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- 
jakarta/commons/proper/chain/trunk/src/test/org/apache/commons/chain/config/test-config.xml
 (original)
+++ 
jakarta/commons/proper/chain/trunk/src/test/org/apache/commons/chain/config/test-config.xml
 Thu Nov 30 04:25:06 2006
@@ -1,3 +1,19 @@
+<!--
+   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.
+-->
 <catalog>
 
   <!-- Single command "chains" from CatalogBaseTestCase -->

Modified: jakarta/commons/proper/chain/trunk/xdocs/building.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/xdocs/building.xml?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- jakarta/commons/proper/chain/trunk/xdocs/building.xml (original)
+++ jakarta/commons/proper/chain/trunk/xdocs/building.xml Thu Nov 30 04:25:06 
2006
@@ -90,6 +90,16 @@
     The result will be in the "dist" subdirectory.
   </p>
 </section>
+
+<!-- ================================================== -->
+<section name="Nightly Builds">
+  <p>
+      <a 
href="http://people.apache.org/builds/jakarta-commons/nightly/commons-chain/";>Nightly
 Builds</a>
+      are built once a day from the current SVN HEAD. These are provided 
purely for test purposes and are <b>NOT
+      official releases</b> of the Apache Software Foundation - Released 
versions of Commons Chain are
+      available <a 
href="http://jakarta.apache.org/site/downloads/downloads_commons-chain.cgi";>here</a>.
+  </p>
+</section>
 <!-- ================================================== -->
 </body>
 </document>

Modified: jakarta/commons/proper/chain/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/xdocs/navigation.xml?view=diff&rev=480907&r1=480906&r2=480907
==============================================================================
--- jakarta/commons/proper/chain/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/chain/trunk/xdocs/navigation.xml Thu Nov 30 04:25:06 
2006
@@ -25,20 +25,19 @@
       <item name="Commons" href="http://jakarta.apache.org/commons/"/>
     </links>
 
-    <menu name="Commons&#xA0;Chain">
+    <menu name="Chain">
       <item name="Overview"      href="/index.html"/>
       <item name="Cookbook"      href="/cookbook.html"/>
       <item name="Javadoc"       href="/apidocs/index.html"/>
-      <item name="Download"      href="/downloads.html"/>
+      <item name="Release Notes" href="/changes-report.html"/>
+      <item name="Download"      
href="http://jakarta.apache.org/site/downloads/downloads_commons-chain.cgi"/>
       <item name="Wiki"          
href="http://wiki.apache.org/jakarta-commons/Chain"/>
     </menu>
     
     <menu name="Development">
-      <item name="History"                 href="/changes-report.html"/>
       <item name="Building"                href="/building.html"/>
       <item name="Mailing Lists"           href="/mail-lists.html"/>
       <item name="Issue Tracking"          href="/issue-tracking.html"/>
-      <item name="Team"                    href="/team-list.html"/>
       <item name="Source Repository"       href="/cvs-usage.html"/>
       <item name="Javadoc (latest)"        
href="http://jakarta.apache.org/commons/chain/apidocs/"/>
     </menu>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to