| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| <!-- |
| Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others. |
| All rights reserved. This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License v2.0 |
| which accompanies this distribution, and is available at |
| http://www.eclipse.org/legal/epl-v20.html |
| |
| Contributors: |
| Eike Stepper - initial API and implementation |
| --> |
| |
| <plugin> |
| |
| <extension |
| point="org.eclipse.core.variables.dynamicVariables"> |
| <variable |
| description="Bundle Location" |
| name="bundle_location" |
| resolver="org.eclipse.oomph.p2.internal.core.BundleLocationVariableResolver" |
| supportsArgument="true"/> |
| </extension> |
| |
| <extension |
| id="RepositoryIntegrityAnalyzer" |
| point="org.eclipse.core.runtime.applications"> |
| <application |
| cardinality="singleton-global" |
| thread="main" |
| visible="true"> |
| <run |
| class="org.eclipse.oomph.p2.internal.core.RepositoryIntegrityAnalyzer"> |
| </run> |
| </application> |
| </extension> |
| |
| <extension |
| id="RepositoryFinder" |
| point="org.eclipse.core.runtime.applications"> |
| <application |
| cardinality="singleton-global" |
| thread="main" |
| visible="true"> |
| <run |
| class="org.eclipse.oomph.p2.internal.core.RepositoryFinder"> |
| </run> |
| </application> |
| </extension> |
| |
| <extension |
| id="P2Indexer" |
| point="org.eclipse.core.runtime.applications"> |
| <application |
| cardinality="singleton-global" |
| thread="main" |
| visible="true"> |
| <run |
| class="org.eclipse.oomph.p2.internal.core.P2Indexer"> |
| </run> |
| </application> |
| </extension> |
| |
| </plugin> |