You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2013/12/16 12:22:47 UTC

svn commit: r1551185 - in /qpid/branches/0.26/qpid: ./ java/ java/jca/ java/jca/example/ java/jca/example/conf/

Author: robbie
Date: Mon Dec 16 11:22:47 2013
New Revision: 1551185

URL: http://svn.apache.org/r1551185
Log:
QPID-5255: apply JCAMissingLicense.patch from QPID-4961 to trunk, for later merge to 0.26 branch

merged from trunk r1551162

Modified:
    qpid/branches/0.26/qpid/   (props changed)
    qpid/branches/0.26/qpid/java/   (props changed)
    qpid/branches/0.26/qpid/java/jca/README-GERONIMO.txt
    qpid/branches/0.26/qpid/java/jca/README-JBOSS-EAP6.txt
    qpid/branches/0.26/qpid/java/jca/README-JBOSS.txt
    qpid/branches/0.26/qpid/java/jca/README.txt
    qpid/branches/0.26/qpid/java/jca/example/README-EXAMPLE.txt
    qpid/branches/0.26/qpid/java/jca/example/README-GERONIMO.txt
    qpid/branches/0.26/qpid/java/jca/example/README-GLASSFISH.txt
    qpid/branches/0.26/qpid/java/jca/example/README-JBOSS.txt
    qpid/branches/0.26/qpid/java/jca/example/README-JBOSS7.txt
    qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-ejb-jar.xml
    qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-resources.xml
    qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-web.xml

Propchange: qpid/branches/0.26/qpid/
------------------------------------------------------------------------------
  Merged /qpid/trunk/qpid:r1551162

Propchange: qpid/branches/0.26/qpid/java/
------------------------------------------------------------------------------
  Merged /qpid/trunk/qpid/java:r1551162

Modified: qpid/branches/0.26/qpid/java/jca/README-GERONIMO.txt
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/jca/README-GERONIMO.txt?rev=1551185&r1=1551184&r2=1551185&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/jca/README-GERONIMO.txt (original)
+++ qpid/branches/0.26/qpid/java/jca/README-GERONIMO.txt Mon Dec 16 11:22:47 2013
@@ -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.
+#
 Qpid JCA Resource Adapter
 
 Apache Geronimo 2.x Installation and Configuration Instructions

Modified: qpid/branches/0.26/qpid/java/jca/README-JBOSS-EAP6.txt
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/jca/README-JBOSS-EAP6.txt?rev=1551185&r1=1551184&r2=1551185&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/jca/README-JBOSS-EAP6.txt (original)
+++ qpid/branches/0.26/qpid/java/jca/README-JBOSS-EAP6.txt Mon Dec 16 11:22:47 2013
@@ -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.
+#
 Qpid JCA Resource Adapter
 
 JBoss EAP 6.x Installation and Configuration Instructions

Modified: qpid/branches/0.26/qpid/java/jca/README-JBOSS.txt
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/jca/README-JBOSS.txt?rev=1551185&r1=1551184&r2=1551185&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/jca/README-JBOSS.txt (original)
+++ qpid/branches/0.26/qpid/java/jca/README-JBOSS.txt Mon Dec 16 11:22:47 2013
@@ -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.
+#
 Qpid JCA Resource Adapter
 
 JBoss EAP 5.x Installation and Configuration Instructions

Modified: qpid/branches/0.26/qpid/java/jca/README.txt
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/jca/README.txt?rev=1551185&r1=1551184&r2=1551185&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/jca/README.txt (original)
+++ qpid/branches/0.26/qpid/java/jca/README.txt Mon Dec 16 11:22:47 2013
@@ -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.
+#
 Qpid JCA Resource Adapter Installation/Configuration Instructions
 
 Overview

Modified: qpid/branches/0.26/qpid/java/jca/example/README-EXAMPLE.txt
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/jca/example/README-EXAMPLE.txt?rev=1551185&r1=1551184&r2=1551185&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/jca/example/README-EXAMPLE.txt (original)
+++ qpid/branches/0.26/qpid/java/jca/example/README-EXAMPLE.txt Mon Dec 16 11:22:47 2013
@@ -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.
+#
 Qpid JCA Example
 
 Overview

Modified: qpid/branches/0.26/qpid/java/jca/example/README-GERONIMO.txt
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/jca/example/README-GERONIMO.txt?rev=1551185&r1=1551184&r2=1551185&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/jca/example/README-GERONIMO.txt (original)
+++ qpid/branches/0.26/qpid/java/jca/example/README-GERONIMO.txt Mon Dec 16 11:22:47 2013
@@ -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.
+#
 Qpid JCA Example - Apache Geronimo 2.x
 
 Overview

Modified: qpid/branches/0.26/qpid/java/jca/example/README-GLASSFISH.txt
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/jca/example/README-GLASSFISH.txt?rev=1551185&r1=1551184&r2=1551185&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/jca/example/README-GLASSFISH.txt (original)
+++ qpid/branches/0.26/qpid/java/jca/example/README-GLASSFISH.txt Mon Dec 16 11:22:47 2013
@@ -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.
+#
 Qpid JCA Example - Glassfish 3.x
 
 Overview

Modified: qpid/branches/0.26/qpid/java/jca/example/README-JBOSS.txt
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/jca/example/README-JBOSS.txt?rev=1551185&r1=1551184&r2=1551185&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/jca/example/README-JBOSS.txt (original)
+++ qpid/branches/0.26/qpid/java/jca/example/README-JBOSS.txt Mon Dec 16 11:22:47 2013
@@ -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.
+#
 Qpid JCA Example - JBoss EAP 5.x, JBoss 5.x, 6.x
 
 Overview

Modified: qpid/branches/0.26/qpid/java/jca/example/README-JBOSS7.txt
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/jca/example/README-JBOSS7.txt?rev=1551185&r1=1551184&r2=1551185&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/jca/example/README-JBOSS7.txt (original)
+++ qpid/branches/0.26/qpid/java/jca/example/README-JBOSS7.txt Mon Dec 16 11:22:47 2013
@@ -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.
+#
 Qpid JCA Example - JBoss AS 7
 
 Overview

Modified: qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-ejb-jar.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-ejb-jar.xml?rev=1551185&r1=1551184&r2=1551185&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-ejb-jar.xml (original)
+++ qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-ejb-jar.xml Mon Dec 16 11:22:47 2013
@@ -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.
+ -
+ -->
 <!DOCTYPE glassfish-ejb-jar PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 EJB 3.1//EN" "http://glassfish.org/dtds/glassfish-ejb-jar_3_1-1.dtd">
 <glassfish-ejb-jar>
    <enterprise-beans>

Modified: qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-resources.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-resources.xml?rev=1551185&r1=1551184&r2=1551185&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-resources.xml (original)
+++ qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-resources.xml Mon Dec 16 11:22:47 2013
@@ -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.
+ -
+ -->
 <!DOCTYPE resources PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Resource Definitions//EN" "http://glassfish.org/dtds/glassfish-resources_1_5.dtd">
 <resources>
 

Modified: qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-web.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-web.xml?rev=1551185&r1=1551184&r2=1551185&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-web.xml (original)
+++ qpid/branches/0.26/qpid/java/jca/example/conf/glassfish-web.xml Mon Dec 16 11:22:47 2013
@@ -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.
+ -
+ -->
 <!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Servlet 3.0//EN" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd">
 <glassfish-web-app>
 



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