Author: blin
Date: Thu Sep 14 20:18:53 2006
New Revision: 446493

URL: http://svn.apache.org/viewvc?view=rev&rev=446493
Log:
1. add Apache license header to xml, wsdl, and properties files
2. remove a couple obselete config files 

Removed:
    
incubator/cxf/trunk/distribution/src/main/release/etc/ejb_servants.properties
    incubator/cxf/trunk/distribution/src/main/release/etc/web.xml
Modified:
    incubator/cxf/trunk/distribution/src/main/release/etc/log4j.properties
    incubator/cxf/trunk/distribution/src/main/release/etc/logging.properties
    incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml
    
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/build.xml
    
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/cxf-servlet.xml
    
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/hello_world.wsdl

Modified: incubator/cxf/trunk/distribution/src/main/release/etc/log4j.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/etc/log4j.properties?view=diff&rev=446493&r1=446492&r2=446493
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/etc/log4j.properties 
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/etc/log4j.properties Thu 
Sep 14 20:18:53 2006
@@ -1,3 +1,20 @@
+#    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.
+
 log4j.rootLogger=ERROR, A1
 log4j.appender.A1=org.apache.log4j.ConsoleAppender
 log4j.appender.A1.layout=org.apache.log4j.PatternLayout

Modified: 
incubator/cxf/trunk/distribution/src/main/release/etc/logging.properties
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/etc/logging.properties?view=diff&rev=446493&r1=446492&r2=446493
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/etc/logging.properties 
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/etc/logging.properties 
Thu Sep 14 20:18:53 2006
@@ -1,3 +1,20 @@
+#    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.
+
 ############################################################
 #      Default Logging Configuration File
 #

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml?view=diff&rev=446493&r1=446492&r2=446493
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml 
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml 
Thu Sep 14 20:18:53 2006
@@ -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.
+-->
 <project name="Celtix common build file" default="build">
 
 

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/build.xml?view=diff&rev=446493&r1=446492&r2=446493
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/build.xml 
(original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/build.xml 
Thu Sep 14 20:18:53 2006
@@ -1,4 +1,22 @@
-<?xml version="1.0"?>
+<?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.
+-->
 <project name="hello world demo" default="build" basedir=".">
 
     <import file="../common_build.xml"/>        

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/cxf-servlet.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/cxf-servlet.xml?view=diff&rev=446493&r1=446492&r2=446493
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/cxf-servlet.xml
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/cxf-servlet.xml
 Thu Sep 14 20:18:53 2006
@@ -1,4 +1,22 @@
 <?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.
+-->
 <endpoints>
 
     <endpoint

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/hello_world.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/hello_world.wsdl?view=diff&rev=446493&r1=446492&r2=446493
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/hello_world.wsdl
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/hello_world.wsdl
 Thu Sep 14 20:18:53 2006
@@ -1,4 +1,22 @@
 <?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.
+-->
 <wsdl:definitions name="HelloWorld" 
targetNamespace="http://apache.org/hello_world_soap_http"; 
     xmlns="http://schemas.xmlsoap.org/wsdl/"; 
     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 


Reply via email to