blob: 206ad09e97ae09b5ed08db4fee5447dc5d4f902d [file] [log] [blame]
Richard S. Hall6fe36b42009-07-13 13:25:46 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Licensed to the Apache Software Foundation (ASF) under one
4 or more contributor license agreements. See the NOTICE file
5 distributed with this work for additional information
6 regarding copyright ownership. The ASF licenses this file
7 to you under the Apache License, Version 2.0 (the
8 "License"); you may not use this file except in compliance
9 with the License. You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing,
14 software distributed under the License is distributed on an
15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 KIND, either express or implied. See the License for the
17 specific language governing permissions and limitations
18 under the License.
19-->
20<?eclipse version="3.2"?>
21<plugin>
22 <extension
David Morgan Spenser Savagee6f18512009-07-20 07:53:24 +000023 point="org.apache.felix.sigil.repositoryprovider">
Richard S. Hall6fe36b42009-07-13 13:25:46 +000024 <provider
David Morgan Spenser Savagebe640cd2010-09-02 08:23:31 +000025 class="org.apache.felix.sigil.obr.eclipse.EclipseOBRRepositoryProvider"
Richard S. Hall6fe36b42009-07-13 13:25:46 +000026 dynamic="true"
David Morgan Spenser Savagee6f18512009-07-20 07:53:24 +000027 id="org.apache.felix.sigil.obr.provider"
David Morgan Spenser Savage64fa3922010-08-26 13:56:05 +000028 alias="obr"
Richard S. Hall6fe36b42009-07-13 13:25:46 +000029 type="OSGi Bundle Repository (OBR)">
30 </provider>
31 </extension>
32 <extension
David Morgan Spenser Savagee6f18512009-07-20 07:53:24 +000033 point="org.apache.felix.sigil.ui.repositorywizard">
Richard S. Hall6fe36b42009-07-13 13:25:46 +000034 <wizard
David Morgan Spenser Savage2c305ba2009-07-14 09:23:15 +000035 class="org.apache.felix.sigil.obr.eclipse.OBRRepositoryWizard"
David Morgan Spenser Savagee6f18512009-07-20 07:53:24 +000036 repository="org.apache.felix.sigil.obr.provider">
Richard S. Hall6fe36b42009-07-13 13:25:46 +000037 </wizard>
38 </extension>
39
40</plugin>