Author: jlaskowski
Date: Mon May 11 18:56:41 2009
New Revision: 773658

URL: http://svn.apache.org/viewvc?rev=773658&view=rev
Log:
Remove unnecessary dir and ASF license header added

Removed:
    
openejb/trunk/openejb3/examples/simple-webservice/src/main/resources/org/superbiz/calculator/
Modified:
    
openejb/trunk/openejb3/examples/simple-webservice/src/main/resources/org/superbiz/handler/handler.xml

Modified: 
openejb/trunk/openejb3/examples/simple-webservice/src/main/resources/org/superbiz/handler/handler.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-webservice/src/main/resources/org/superbiz/handler/handler.xml?rev=773658&r1=773657&r2=773658&view=diff
==============================================================================
--- 
openejb/trunk/openejb3/examples/simple-webservice/src/main/resources/org/superbiz/handler/handler.xml
 (original)
+++ 
openejb/trunk/openejb3/examples/simple-webservice/src/main/resources/org/superbiz/handler/handler.xml
 Mon May 11 18:56:41 2009
@@ -1,4 +1,24 @@
 <?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.
+-->
+
+<!-- $Rev: 773519 $ $Date: 2009-05-11 12:08:51 +0200 (Mon, 11 May 2009) $ -->
+
 <handler-chains xmlns="http://java.sun.com/xml/ns/javaee";>
   <handler-chain>
     <handler>
@@ -6,4 +26,4 @@
       <handler-class>org.superbiz.handler.DummyInterceptor</handler-class>
     </handler>
   </handler-chain>
-</handler-chains>
\ No newline at end of file
+</handler-chains>


Reply via email to