Author: ptahchiev
Date: Tue Jan 20 12:29:45 2009
New Revision: 736093

URL: http://svn.apache.org/viewvc?rev=736093&view=rev
Log:
AL headers added.

Modified:
    jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/5x/jetty.xml
    jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/6x/jetty-web.xml
    jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/6x/jetty.xml
    jakarta/cactus/trunk/samples/jetty/src/main/webapp/WEB-INF/web.xml
    jakarta/cactus/trunk/samples/jetty/src/main/webapp/jspRedirector.jsp
    jakarta/cactus/trunk/samples/jetty/src/main/webapp/test/test.jsp

Modified: 
jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/5x/jetty.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/5x/jetty.xml?rev=736093&r1=736092&r2=736093&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/5x/jetty.xml 
(original)
+++ jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/5x/jetty.xml Tue 
Jan 20 12:29:45 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+               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 Configure
   PUBLIC "-//Mort Bay Consulting//DTD Configure 1.1//EN"
   "http://jetty.mortbay.org/configure_1_2.dtd";>

Modified: 
jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/6x/jetty-web.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/6x/jetty-web.xml?rev=736093&r1=736092&r2=736093&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/6x/jetty-web.xml 
(original)
+++ jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/6x/jetty-web.xml 
Tue Jan 20 12:29:45 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0"  encoding="ISO-8859-1"?>
+<!--
+               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 Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" 
"http://jetty.mortbay.org/configure.dtd";>
 <Configure class="org.mortbay.jetty.webapp.WebAppContext">
 

Modified: 
jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/6x/jetty.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/6x/jetty.xml?rev=736093&r1=736092&r2=736093&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/6x/jetty.xml 
(original)
+++ jakarta/cactus/trunk/samples/jetty/src/main/resources/conf/6x/jetty.xml Tue 
Jan 20 12:29:45 2009
@@ -1,8 +1,25 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+               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 Configure
   PUBLIC "-//Mort Bay Consulting//DTD Configure 1.1//EN"
   "http://jetty.mortbay.org/configure_1_2.dtd";>
-
 <Configure class="org.mortbay.jetty.Server">
 
   <Call name="getContext">

Modified: jakarta/cactus/trunk/samples/jetty/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/jetty/src/main/webapp/WEB-INF/web.xml?rev=736093&r1=736092&r2=736093&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/jetty/src/main/webapp/WEB-INF/web.xml 
(original)
+++ jakarta/cactus/trunk/samples/jetty/src/main/webapp/WEB-INF/web.xml Tue Jan 
20 12:29:45 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+               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 web-app
     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
     "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd";>

Modified: jakarta/cactus/trunk/samples/jetty/src/main/webapp/jspRedirector.jsp
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/jetty/src/main/webapp/jspRedirector.jsp?rev=736093&r1=736092&r2=736093&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/jetty/src/main/webapp/jspRedirector.jsp 
(original)
+++ jakarta/cactus/trunk/samples/jetty/src/main/webapp/jspRedirector.jsp Tue 
Jan 20 12:29:45 2009
@@ -1,4 +1,21 @@
-<%...@page 
import="org.apache.cactus.server.*,org.apache.cactus.internal.server.*" 
session="true" %><%
+<%--
+ - 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.   
+--%><%...@page 
import="org.apache.cactus.server.*,org.apache.cactus.internal.server.*" 
session="true" %><%
 
     /**                                                
      * Note:

Modified: jakarta/cactus/trunk/samples/jetty/src/main/webapp/test/test.jsp
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/jetty/src/main/webapp/test/test.jsp?rev=736093&r1=736092&r2=736093&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/jetty/src/main/webapp/test/test.jsp (original)
+++ jakarta/cactus/trunk/samples/jetty/src/main/webapp/test/test.jsp Tue Jan 20 
12:29:45 2009
@@ -1,3 +1,21 @@
+<%--
+ - 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.   
+--%>
 <%-- Test JSP used by the TestServletTestCase test class to test --%>
 <%-- RequestDispatcher call.                                     --%>
 <html>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: cactus-dev-h...@jakarta.apache.org

Reply via email to