You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2006/11/21 22:38:59 UTC

svn commit: r477907 - in /beehive/branches/v1.0.2/netui/src: tags-template/org/apache/beehive/netui/tags/template/Section.java webapp-template/default/web/WEB-INF/beehive-netui-validator-rules.xml webapp-template/default/web/WEB-INF/web.xml

Author: crogers
Date: Tue Nov 21 13:38:58 2006
New Revision: 477907

URL: http://svn.apache.org/viewvc?view=rev&rev=477907
Log:
Merge svn revision 477899 (added license header, typo) into branches/v1.0.2/.

Modified:
    beehive/branches/v1.0.2/netui/src/tags-template/org/apache/beehive/netui/tags/template/Section.java
    beehive/branches/v1.0.2/netui/src/webapp-template/default/web/WEB-INF/beehive-netui-validator-rules.xml
    beehive/branches/v1.0.2/netui/src/webapp-template/default/web/WEB-INF/web.xml

Modified: beehive/branches/v1.0.2/netui/src/tags-template/org/apache/beehive/netui/tags/template/Section.java
URL: http://svn.apache.org/viewvc/beehive/branches/v1.0.2/netui/src/tags-template/org/apache/beehive/netui/tags/template/Section.java?view=diff&rev=477907&r1=477906&r2=477907
==============================================================================
--- beehive/branches/v1.0.2/netui/src/tags-template/org/apache/beehive/netui/tags/template/Section.java (original)
+++ beehive/branches/v1.0.2/netui/src/tags-template/org/apache/beehive/netui/tags/template/Section.java Tue Nov 21 13:38:58 2006
@@ -286,7 +286,7 @@
     }
 
     /**
-     * THis method will process the section in the context of the Template
+     * This method will process the section in the context of the Template
      * @return returns the integer code doEndTag() will return.
      */
     private int processTemplate()

Modified: beehive/branches/v1.0.2/netui/src/webapp-template/default/web/WEB-INF/beehive-netui-validator-rules.xml
URL: http://svn.apache.org/viewvc/beehive/branches/v1.0.2/netui/src/webapp-template/default/web/WEB-INF/beehive-netui-validator-rules.xml?view=diff&rev=477907&r1=477906&r2=477907
==============================================================================
--- beehive/branches/v1.0.2/netui/src/webapp-template/default/web/WEB-INF/beehive-netui-validator-rules.xml (original)
+++ beehive/branches/v1.0.2/netui/src/webapp-template/default/web/WEB-INF/beehive-netui-validator-rules.xml Tue Nov 21 13:38:58 2006
@@ -1,6 +1,26 @@
 <!DOCTYPE form-validation PUBLIC
           "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.0//EN"
           "http://jakarta.apache.org/commons/dtds/validator_1_0.dtd">
+
+<!--
+   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.
+
+   $Header:$
+-->
+
 <!--
     This file contains the default NetUI validator definitions.  It should be
     placed in /WEB-INF, and is automatically referenced in Struts config files

Modified: beehive/branches/v1.0.2/netui/src/webapp-template/default/web/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/beehive/branches/v1.0.2/netui/src/webapp-template/default/web/WEB-INF/web.xml?view=diff&rev=477907&r1=477906&r2=477907
==============================================================================
--- beehive/branches/v1.0.2/netui/src/webapp-template/default/web/WEB-INF/web.xml (original)
+++ beehive/branches/v1.0.2/netui/src/webapp-template/default/web/WEB-INF/web.xml Tue Nov 21 13:38:58 2006
@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 
+<!--
+   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.
+
+   $Header:$
+-->
 <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"