activemq git commit: [AMQ-6544] Create spring.schemas with schemas of activemq and spring

2016-12-19 Thread cshannon
Repository: activemq
Updated Branches:
  refs/heads/activemq-5.14.x fc3897af6 -> 3998cd636


[AMQ-6544] Create spring.schemas with schemas of activemq and spring

(cherry picked from commit 50dae26788400cef745932535f1c933abdd56637)


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/3998cd63
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/3998cd63
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/3998cd63

Branch: refs/heads/activemq-5.14.x
Commit: 3998cd636793e04edfd688107c7e0dd051965a73
Parents: fc3897a
Author: Christian Schneider 
Authored: Mon Dec 19 13:51:58 2016 +0100
Committer: Christopher L. Shannon (cshannon) 
Committed: Mon Dec 19 09:21:09 2016 -0500

--
 activemq-osgi/pom.xml   | 21 --
 .../src/main/resources/META-INF/spring.schemas  | 75 
 2 files changed, 75 insertions(+), 21 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/3998cd63/activemq-osgi/pom.xml
--
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 8594486..f065a8c 100644
--- a/activemq-osgi/pom.xml
+++ b/activemq-osgi/pom.xml
@@ -272,27 +272,6 @@
   
 
   
-  
-copy-spring
-validate
-
-  copy-resources
-
-
-  
${basedir}/target/extra-resources/META-INF
-  
-
-  
${basedir}/../activemq-spring/target/classes/META-INF
-  
-spring.*
-  
-  
-  spring.handlers
-  
-
-  
-
-  
 
   
 

http://git-wip-us.apache.org/repos/asf/activemq/blob/3998cd63/activemq-osgi/src/main/resources/META-INF/spring.schemas
--
diff --git a/activemq-osgi/src/main/resources/META-INF/spring.schemas 
b/activemq-osgi/src/main/resources/META-INF/spring.schemas
new file mode 100644
index 000..1d31287
--- /dev/null
+++ b/activemq-osgi/src/main/resources/META-INF/spring.schemas
@@ -0,0 +1,75 @@
+## ---
+## 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.
+## ---
+http\://activemq.org/config/1.0=activemq.xsd
+http\://activemq.org/config/1.0/1.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.3.1.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.3.2.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.4.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.4.1.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.4.2.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.5.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.5.1.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.6.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.7.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.8.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.9.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.9.1.xsd=activemq.xsd

[1/2] activemq git commit: [AMQ-6544] Create spring.schemas with schemas of activemq and spring

2016-12-19 Thread cshannon
Repository: activemq
Updated Branches:
  refs/heads/master 5fd63a0e4 -> 21955e2ea


[AMQ-6544] Create spring.schemas with schemas of activemq and spring


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/50dae267
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/50dae267
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/50dae267

Branch: refs/heads/master
Commit: 50dae26788400cef745932535f1c933abdd56637
Parents: 5fd63a0
Author: Christian Schneider 
Authored: Mon Dec 19 13:51:58 2016 +0100
Committer: Christian Schneider 
Committed: Mon Dec 19 13:51:58 2016 +0100

--
 activemq-osgi/pom.xml   | 21 --
 .../src/main/resources/META-INF/spring.schemas  | 75 
 2 files changed, 75 insertions(+), 21 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/activemq/blob/50dae267/activemq-osgi/pom.xml
--
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 11d980d..ddf4dba 100644
--- a/activemq-osgi/pom.xml
+++ b/activemq-osgi/pom.xml
@@ -272,27 +272,6 @@
   
 
   
-  
-copy-spring
-validate
-
-  copy-resources
-
-
-  
${basedir}/target/extra-resources/META-INF
-  
-
-  
${basedir}/../activemq-spring/target/classes/META-INF
-  
-spring.*
-  
-  
-  spring.handlers
-  
-
-  
-
-  
 
   
 

http://git-wip-us.apache.org/repos/asf/activemq/blob/50dae267/activemq-osgi/src/main/resources/META-INF/spring.schemas
--
diff --git a/activemq-osgi/src/main/resources/META-INF/spring.schemas 
b/activemq-osgi/src/main/resources/META-INF/spring.schemas
new file mode 100644
index 000..1d31287
--- /dev/null
+++ b/activemq-osgi/src/main/resources/META-INF/spring.schemas
@@ -0,0 +1,75 @@
+## ---
+## 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.
+## ---
+http\://activemq.org/config/1.0=activemq.xsd
+http\://activemq.org/config/1.0/1.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.3.1.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.3.2.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.4.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.4.1.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.4.2.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.5.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.5.1.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.6.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.7.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.8.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.9.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.9.1.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.10.0.xsd=activemq.xsd
+http\://activemq.apache.org/schema/core/activemq-core-5.10.1.xsd=activemq.xsd