mirror of https://github.com/apache/activemq.git
some more license tidyup from rat plugin output
This commit is contained in:
parent
5bdcc19693
commit
49b0f74089
|
@ -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.
|
||||||
|
## ---------------------------------------------------------------------------
|
||||||
|
|
||||||
# manual creation to include camel handler so we can embed camel context in xbean xml config
|
# manual creation to include camel handler so we can embed camel context in xbean xml config
|
||||||
#
|
#
|
||||||
http\://activemq.apache.org/schema/core=org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
|
http\://activemq.apache.org/schema/core=org.apache.xbean.spring.context.v2.XBeanNamespaceHandler
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -1358,10 +1358,12 @@
|
||||||
<exclude>**/*.bin</exclude>
|
<exclude>**/*.bin</exclude>
|
||||||
<exclude>**/*.log</exclude>
|
<exclude>**/*.log</exclude>
|
||||||
<exclude>**/*.txt</exclude>
|
<exclude>**/*.txt</exclude>
|
||||||
|
<exclude>**/*.md</exclude>
|
||||||
<exclude>**/kahadb/**/*.data</exclude>
|
<exclude>**/kahadb/**/*.data</exclude>
|
||||||
<!-- activemq-xmpp schemas -->
|
<!-- activemq-xmpp schemas -->
|
||||||
<exclude>**/resources/*.xsd</exclude>
|
<exclude>**/resources/*.xsd</exclude>
|
||||||
<!-- web, web-console, web-demo files -->
|
<!-- web, web-console, web-demo files -->
|
||||||
|
<exclude>**/webapp/mqtt/mqttws31.js</exclude>
|
||||||
<exclude>**/webapp/js/dojo.js</exclude>
|
<exclude>**/webapp/js/dojo.js</exclude>
|
||||||
<exclude>**/webapp/js/jquery-*.js</exclude>
|
<exclude>**/webapp/js/jquery-*.js</exclude>
|
||||||
<exclude>**/webapp/js/prototype.js</exclude>
|
<exclude>**/webapp/js/prototype.js</exclude>
|
||||||
|
|
Loading…
Reference in New Issue