You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bl...@apache.org on 2006/10/26 09:35:13 UTC

svn commit: r467896 - in /incubator/cxf/trunk: distribution/src/main/assembly/ distribution/src/main/release/samples/handlers/src/demo/handlers/common/ distribution/src/main/release/samples/j2ee/jca/common/ distribution/src/main/release/samples/restful...

Author: blin
Date: Thu Oct 26 00:35:13 2006
New Revision: 467896

URL: http://svn.apache.org/viewvc?view=rev&rev=467896
Log:
minor fixes for distribution

Modified:
    incubator/cxf/trunk/distribution/src/main/assembly/bin.xml
    incubator/cxf/trunk/distribution/src/main/assembly/src.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/handlers/src/demo/handlers/common/demo_handlers.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/j2ee/jca/common/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/client/CustomerJohnReq.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/server/CustomerAllResp.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/server/CustomerJohnResp.xml
    incubator/cxf/trunk/rt/bindings/xml/src/main/resources/schemas/wsdl/xml-binding.xsd

Modified: incubator/cxf/trunk/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/assembly/bin.xml?view=diff&rev=467896&r1=467895&r2=467896
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/assembly/bin.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/assembly/bin.xml Thu Oct 26 00:35:13 2006
@@ -41,7 +41,7 @@
 	 <fileSet>
 	     <directory>src/main/release/bin</directory>
 	     <outputDirectory>cxf-${cxf.version}/bin</outputDirectory>
-	     <fileMode>775</fileMode>
+	     <fileMode>711</fileMode>
 	 </fileSet>
 	 <fileSet>
 	     <directory>src/main/release/etc</directory>

Modified: incubator/cxf/trunk/distribution/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/assembly/src.xml?view=diff&rev=467896&r1=467895&r2=467896
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/assembly/src.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/assembly/src.xml Thu Oct 26 00:35:13 2006
@@ -46,7 +46,8 @@
 	         <include>**/*</include>
              </includes>
              <excludes>
-		 <exclude>**/build.xml</exclude>
+		 <exclude>build.xml</exclude>
+		 <exclude>distribution/build.xml</exclude>
 		 <exclude>**/benchmark</exclude>
 		 <exclude>**/benchmark/**/*</exclude>
 	         <exclude>**/target</exclude>
@@ -59,8 +60,8 @@
 		 <exclude>**/.wtpmodules</exclude>
 		 <exclude>**/surefire*</exclude>
 		 <exclude>**/cobertura.ser</exclude>
-		 <exclude>**/bin</exclude>
-		 <exclude>**/bin/*</exclude>
+		 <exclude>bin</exclude>
+		 <exclude>bin/*</exclude>
 		 <exclude>**/var/journal</exclude>
 		 <exclude>**/build.out*</exclude>
              </excludes>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/handlers/src/demo/handlers/common/demo_handlers.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/handlers/src/demo/handlers/common/demo_handlers.xml?view=diff&rev=467896&r1=467895&r2=467896
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/handlers/src/demo/handlers/common/demo_handlers.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/handlers/src/demo/handlers/common/demo_handlers.xml Thu Oct 26 00:35:13 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.
+-->
 <handler-chains xmlns="http://java.sun.com/xml/ns/javaee" 
 xmlns:cfg="http://cxf.apache.org/configuration/cfg" 
 xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" 

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/j2ee/jca/common/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/j2ee/jca/common/README.txt?view=diff&rev=467896&r1=467895&r2=467896
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/j2ee/jca/common/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/j2ee/jca/common/README.txt Thu Oct 26 00:35:13 2006
@@ -1,4 +1,4 @@
 
-This directory does not contain an Celtix demo.  It contains code that
+This directory does not contain an Apache CXF demo.  It contains code that
 is common to other jca demos and builds a jar that is incorporated
 into other jca demos. 

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/client/CustomerJohnReq.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/client/CustomerJohnReq.xml?view=diff&rev=467896&r1=467895&r2=467896
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/client/CustomerJohnReq.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/client/CustomerJohnReq.xml Thu Oct 26 00:35:13 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.
+-->
 <tns:Customer xmlns:tns="http://apache.org/hello_world_soap_http/types">
   <tns:id>123456</tns:id>
 </tns:Customer>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/server/CustomerAllResp.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/server/CustomerAllResp.xml?view=diff&rev=467896&r1=467895&r2=467896
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/server/CustomerAllResp.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/server/CustomerAllResp.xml Thu Oct 26 00:35:13 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.
+-->
 <Customers>
   <Customer href="http://localhost/customerservice/customer?id=1234">
       <id>1234</id>

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/server/CustomerJohnResp.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/server/CustomerJohnResp.xml?view=diff&rev=467896&r1=467895&r2=467896
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/server/CustomerJohnResp.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/restful/src/demo/restful/server/CustomerJohnResp.xml Thu Oct 26 00:35:13 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.
+-->
 <Customer>
   <name>John</name>
   <id>123456</id>

Modified: incubator/cxf/trunk/rt/bindings/xml/src/main/resources/schemas/wsdl/xml-binding.xsd
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/xml/src/main/resources/schemas/wsdl/xml-binding.xsd?view=diff&rev=467896&r1=467895&r2=467896
==============================================================================
--- incubator/cxf/trunk/rt/bindings/xml/src/main/resources/schemas/wsdl/xml-binding.xsd (original)
+++ incubator/cxf/trunk/rt/bindings/xml/src/main/resources/schemas/wsdl/xml-binding.xsd Thu Oct 26 00:35:13 2006
@@ -1,24 +1,42 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-	xmlns:xformat="http://cxf.apache.org/bindings/xformat"
-	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-	targetNamespace="http://cxf.apache.org/bindings/xformat"
-	elementFormDefault="qualified"
-	xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" jaxb:version="2.0">
-
-	<xs:import namespace="http://schemas.xmlsoap.org/wsdl/"
-		schemaLocation="../../../../../../../../common/metacode/src/main/resources/schemas/wsdl/wsdl.xsd" />
-
-	<xs:complexType name="XMLBindingMessageFormat">
-		<xs:complexContent>
-			<xs:extension base="wsdl:tExtensibilityElement">
-				<xs:sequence />
-				<xs:attribute name="rootNode" type="xs:QName"
-					use="optional" />
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-
-	<xs:element name="body" type="xformat:XMLBindingMessageFormat" />
-
-</xs:schema>
+<?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.
+-->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+	xmlns:xformat="http://cxf.apache.org/bindings/xformat"
+	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+	targetNamespace="http://cxf.apache.org/bindings/xformat"
+	elementFormDefault="qualified"
+	xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" jaxb:version="2.0">
+
+	<xs:import namespace="http://schemas.xmlsoap.org/wsdl/"
+		schemaLocation="../../../../../../../../common/metacode/src/main/resources/schemas/wsdl/wsdl.xsd" />
+
+	<xs:complexType name="XMLBindingMessageFormat">
+		<xs:complexContent>
+			<xs:extension base="wsdl:tExtensibilityElement">
+				<xs:sequence />
+				<xs:attribute name="rootNode" type="xs:QName"
+					use="optional" />
+			</xs:extension>
+		</xs:complexContent>
+	</xs:complexType>
+
+	<xs:element name="body" type="xformat:XMLBindingMessageFormat" />
+
+</xs:schema>



Re: svn commit: r467896 - in /incubator/cxf/trunk: distribution/src/main/assembly/ distribution/src/main/release/samples/handlers/src/demo/handlers/common/ distribution/src/main/release/samples/j2ee/jca/common/ distribution/src/main/release/samples/restful...

Posted by Bozhong Lin <bl...@iona.com>.
Celtix 1.0 actually was installed as 711. :-)

I agree that 755 is a more proper mode, will change that.

Regards,
Bo

Daniel Kulp wrote:
> On Thursday October 26 2006 3:35 am, blin@apache.org wrote:
>>              <outputDirectory>cxf-${cxf.version}/bin</outputDirectory>
>> -            <fileMode>775</fileMode>
>> +            <fileMode>711</fileMode>
> 
> Can I ask why that was done?   711 is a VERY strange mode.   I can see 
> 755, but almost nothing is ever installed 711.
> 
> 

Re: svn commit: r467896 - in /incubator/cxf/trunk: distribution/src/main/assembly/ distribution/src/main/release/samples/handlers/src/demo/handlers/common/ distribution/src/main/release/samples/j2ee/jca/common/ distribution/src/main/release/samples/restful...

Posted by Daniel Kulp <da...@iona.com>.
On Thursday October 26 2006 3:35 am, blin@apache.org wrote:
>              <outputDirectory>cxf-${cxf.version}/bin</outputDirectory>
> -            <fileMode>775</fileMode>
> +            <fileMode>711</fileMode>

Can I ask why that was done?   711 is a VERY strange mode.   I can see 
755, but almost nothing is ever installed 711.


-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194   F:781-902-8001
daniel.kulp@iona.com