A bundle import page provides a wizard page that can be used in the Plug-in import wizard to configure settings for bundles to be imported by a org.eclipse.pde.core.bundleImporters
extension.
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
><!ELEMENT page EMPTY>
<!ATTLIST page
id CDATA #REQUIRED
class CDATA #REQUIRED
bundleImporter IDREF #REQUIRED
>org.eclipse.pde.internal.ui.provisional.IBundeImportWizardPage
.org.eclipse.pde.core.bundleImporters
extension that this page provides a user interface for.
<extension point="org.eclipse.pde.core.bundleImporters"> <importer id="com.example.ExampleIdentifier" class="com.example.ExampleBundleImportWizardpage" bundleImporter="com.example.bundleImporter"> </importer> </extension>
Copyright (c) 2010 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which
accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html.