You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/05/21 11:37:34 UTC

svn commit: r540087 - /incubator/tuscany/java/sca/samples/calculator-web/src/main/webapp/WEB-INF/web.xml

Author: antelder
Date: Mon May 21 02:37:33 2007
New Revision: 540087

URL: http://svn.apache.org/viewvc?view=rev&rev=540087
Log:
TUSCANY-1294, apply patch from Jacek Laskowski to make sample web.xml valid as far as web-app_2_3.dtd

Modified:
    incubator/tuscany/java/sca/samples/calculator-web/src/main/webapp/WEB-INF/web.xml

Modified: incubator/tuscany/java/sca/samples/calculator-web/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/calculator-web/src/main/webapp/WEB-INF/web.xml?view=diff&rev=540087&r1=540086&r2=540087
==============================================================================
--- incubator/tuscany/java/sca/samples/calculator-web/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/tuscany/java/sca/samples/calculator-web/src/main/webapp/WEB-INF/web.xml Mon May 21 02:37:33 2007
@@ -1,21 +1,21 @@
 <?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.    
+  * 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
@@ -24,12 +24,12 @@
 
   <display-name>Tuscany Calculator Web Service Sample</display-name>
 
-    <welcome-file-list id="WelcomeFileList">
-        <welcome-file>calc.jsp</welcome-file>
-    </welcome-file-list>
-    
   <listener>
-     <listener-class>org.apache.tuscany.sca.webapp.TuscanyContextListener</listener-class>
+    <listener-class>org.apache.tuscany.sca.webapp.TuscanyContextListener</listener-class>
   </listener>
+
+  <welcome-file-list id="WelcomeFileList">
+    <welcome-file>calc.jsp</welcome-file>
+  </welcome-file-list>
 
 </web-app>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org