From 3ab338ad0b521192e72a4e1da2e6fae0f45b38ae Mon Sep 17 00:00:00 2001 From: rfeng Date: Wed, 28 Oct 2009 19:29:50 +0000 Subject: Pass ServiceRegistry via extensionPointRegistry to remove static references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830738 13f79535-47bb-0310-9956-ffa450edef68 --- ...rg.apache.tuscany.sca.contribution.scanner.ContributionScanner | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'java/sca/modules/contribution-osgi/src') diff --git a/java/sca/modules/contribution-osgi/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.scanner.ContributionScanner b/java/sca/modules/contribution-osgi/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.scanner.ContributionScanner index 4259d8c69a..4a8f93c084 100644 --- a/java/sca/modules/contribution-osgi/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.scanner.ContributionScanner +++ b/java/sca/modules/contribution-osgi/src/main/resources/META-INF/services/org.apache.tuscany.sca.contribution.scanner.ContributionScanner @@ -13,6 +13,10 @@ # "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. +# under the License. +# +# Eclipse Equinox org.apache.tuscany.sca.contribution.osgi.impl.OSGiBundleContributionScanner;type=bundleentry -org.apache.tuscany.sca.contribution.osgi.impl.OSGiBundleContributionScanner;type=bundleresource \ No newline at end of file +org.apache.tuscany.sca.contribution.osgi.impl.OSGiBundleContributionScanner;type=bundleresource +# Apache Felix +org.apache.tuscany.sca.contribution.osgi.impl.OSGiBundleContributionScanner;type=bundle \ No newline at end of file -- cgit v1.2.3