diff options
Diffstat (limited to 'java/client')
| -rw-r--r-- | java/client/example/source-jar.xml | 18 | ||||
| -rw-r--r-- | java/client/src/old_test/java/org/apache/qpid/test/unit/jndi/example.properties | 17 |
2 files changed, 35 insertions, 0 deletions
diff --git a/java/client/example/source-jar.xml b/java/client/example/source-jar.xml index f2aa6d6e6c..60451448b8 100644 --- a/java/client/example/source-jar.xml +++ b/java/client/example/source-jar.xml @@ -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.
+-->
<!-- This is an assembly descriptor that produces a jar file that contains all the
dependencies, fully expanded into a single jar, required to run the tests of
a maven project.
diff --git a/java/client/src/old_test/java/org/apache/qpid/test/unit/jndi/example.properties b/java/client/src/old_test/java/org/apache/qpid/test/unit/jndi/example.properties index 82de41908f..ea9dc5ae0e 100644 --- a/java/client/src/old_test/java/org/apache/qpid/test/unit/jndi/example.properties +++ b/java/client/src/old_test/java/org/apache/qpid/test/unit/jndi/example.properties @@ -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. + java.naming.factory.initial = org.apache.qpid.jndi.PropertiesFileInitialContextFactory # use the following property to configure the default connector |
