You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/04/14 13:52:22 UTC

svn commit: r933916 - in /geronimo/specs/trunk/geronimo-osgi-support: geronimo-osgi-itesta/src/main/resources/META-INF/services/ geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/ geronimo-osgi-itestb/src/main/resources/META-INF/services/ gero...

Author: rickmcguire
Date: Wed Apr 14 11:52:21 2010
New Revision: 933916

URL: http://svn.apache.org/viewvc?rev=933916&view=rev
Log:
fix RAT failures

Modified:
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.BadClass
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoAccess
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoClass
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoConstructor
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.TestTarget
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itesta.MultiTarget
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.itesta.TestTarget3
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.NoClass
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget2
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget4
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTargetLocal
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.MultiTarget
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.TestTarget
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget2
    geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget4

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.BadClass
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.BadClass?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.BadClass (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.BadClass Wed Apr 14 11:52:21 2010
@@ -1,2 +1,18 @@
-# This will thrown an exception when instantiated.
+# 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 will throw an exception when instantiated.
 org.apache.geronimo.osgi.itesta.BadTarget

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoAccess
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoAccess?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoAccess (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoAccess Wed Apr 14 11:52:21 2010
@@ -1,2 +1,18 @@
+# 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.
 # private no-argument constructor for newInstance()
 org.apache.geronimo.osgi.itesta.NoAccess

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoClass
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoClass?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoClass (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoClass Wed Apr 14 11:52:21 2010
@@ -1,2 +1,18 @@
+# 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 class should not be loadable...used to test error conditions.
 org.apache.geronimo.osgi.itesta.NoClass

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoConstructor
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoConstructor?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoConstructor (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.NoConstructor Wed Apr 14 11:52:21 2010
@@ -1,2 +1,18 @@
+# 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.
 # No no-argument constructor for newInstance()
 org.apache.geronimo.osgi.itesta.NoConstructor

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.TestTarget
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.TestTarget?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.TestTarget (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.TestTarget Wed Apr 14 11:52:21 2010
@@ -1,3 +1,19 @@
+# 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.
 # Tests normal class mapping...NOTE:  this uses
 # TestTarget2 to ensure we're picking up the
 # services version, not the providers one.

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itesta.MultiTarget
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itesta.MultiTarget?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itesta.MultiTarget (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itesta.MultiTarget Wed Apr 14 11:52:21 2010
@@ -1,3 +1,19 @@
+# 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.
 # Tests normal class mapping for multiple providers
 org.apache.geronimo.osgi.itesta.TestTarget
 org.apache.geronimo.osgi.itesta.TestTarget2

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.itesta.TestTarget3
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.itesta.TestTarget3?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.itesta.TestTarget3 (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.itesta.TestTarget3 Wed Apr 14 11:52:21 2010
@@ -1 +1,17 @@
+# 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.
 # Tests default class mapping...there are no class definitions here

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.NoClass
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.NoClass?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.NoClass (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.NoClass Wed Apr 14 11:52:21 2010
@@ -1,2 +1,18 @@
+# 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 class should not be loadable...used to test error conditions.
 org.apache.geronimo.osgi.itesta.NoClass

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget Wed Apr 14 11:52:21 2010
@@ -1,2 +1,18 @@
+# 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.
 # Tests normal class mapping....
 org.apache.geronimo.osgi.itesta.TestTarget

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget2
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget2?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget2 (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget2 Wed Apr 14 11:52:21 2010
@@ -1 +1,17 @@
+# 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.
 org.apache.geronimo.osgi.itesta.TestTargetTwo  # Used as an override to map TestTarget to TestTargetTwo

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget4
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget4?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget4 (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget4 Wed Apr 14 11:52:21 2010
@@ -1,3 +1,19 @@
+# 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.
 # Tests normal class mapping....
 org.apache.geronimo.osgi.itesta.TestTarget
 # using multiple provider definitions for a single key

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTargetLocal
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTargetLocal?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTargetLocal (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itesta/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTargetLocal Wed Apr 14 11:52:21 2010
@@ -1,2 +1,18 @@
+# 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.
 # Tests normal class mapping....
 org.apache.geronimo.osgi.itesta.TestTarget

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.MultiTarget
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.MultiTarget?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.MultiTarget (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.MultiTarget Wed Apr 14 11:52:21 2010
@@ -1,3 +1,19 @@
+# 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.
 # Tests normal class mapping for multiple providers
 org.apache.geronimo.osgi.itestb.TestTarget
 org.apache.geronimo.osgi.itestb.TestTarget2

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.TestTarget
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.TestTarget?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.TestTarget (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/META-INF/services/org.apache.geronimo.osgi.registry.itest.TestTarget Wed Apr 14 11:52:21 2010
@@ -1,3 +1,19 @@
+# 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.
 # Tests normal class mapping...NOTE:  this uses
 # TestTarget2 to ensure we're picking up the
 # services version, not the providers one.

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget Wed Apr 14 11:52:21 2010
@@ -1,2 +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.
+# Tests normal class mapping...NOTE:  this uses
+# TestTarget2 to ensure we're picking up the
+# services version, not the providers one.
 # Tests normal class mapping....
 org.apache.geronimo.osgi.itestb.TestTarget

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget2
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget2?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget2 (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget2 Wed Apr 14 11:52:21 2010
@@ -1 +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.
+# Tests normal class mapping...NOTE:  this uses
+# TestTarget2 to ensure we're picking up the
+# services version, not the providers one.
 org.apache.geronimo.osgi.itestb.TestTargetTwo  # Used as an override to map TestTarget to TestTargetTwo

Modified: geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget4
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget4?rev=933916&r1=933915&r2=933916&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget4 (original)
+++ geronimo/specs/trunk/geronimo-osgi-support/geronimo-osgi-itestb/src/main/resources/OSGI-INF/providers/org.apache.geronimo.osgi.registry.itest.TestTarget4 Wed Apr 14 11:52:21 2010
@@ -1,3 +1,22 @@
+# 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.
+# Tests normal class mapping...NOTE:  this uses
+# TestTarget2 to ensure we're picking up the
+# services version, not the providers one.
 # Tests normal class mapping....
 org.apache.geronimo.osgi.itestb.TestTarget
 # using multiple provider definitions for a single key