eclipse plugin: refactor the dependecy tree
This commit is contained in:
parent
cf65f0b9f1
commit
9731756c86
3 changed files with 27 additions and 4 deletions
|
@ -14,9 +14,30 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.apache.ant;bundle-version="1.7.1",
|
||||
org.eclipse.core.filesystem;bundle-version="1.2.1",
|
||||
org.eclipse.ui.console;bundle-version="3.4.0",
|
||||
org.wesnoth.wml;bundle-version="1.0.0",
|
||||
org.wesnoth.wml.ui;bundle-version="1.0.0",
|
||||
org.eclipse.xtext.builder;bundle-version="1.0.0",
|
||||
org.eclipse.xtext.ui;bundle-version="1.0.0"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Export-Package: org.wesnoth.wml.core,
|
||||
org.wesnoth.wml.schema,
|
||||
org.wesnoth.wml.schema.impl,
|
||||
wesnoth_eclipse_plugin,
|
||||
wesnoth_eclipse_plugin.action,
|
||||
wesnoth_eclipse_plugin.builder,
|
||||
wesnoth_eclipse_plugin.editors,
|
||||
wesnoth_eclipse_plugin.handlers,
|
||||
wesnoth_eclipse_plugin.jface,
|
||||
wesnoth_eclipse_plugin.preferences,
|
||||
wesnoth_eclipse_plugin.product,
|
||||
wesnoth_eclipse_plugin.schema,
|
||||
wesnoth_eclipse_plugin.templates,
|
||||
wesnoth_eclipse_plugin.utils,
|
||||
wesnoth_eclipse_plugin.views,
|
||||
wesnoth_eclipse_plugin.wizards,
|
||||
wesnoth_eclipse_plugin.wizards.campaign,
|
||||
wesnoth_eclipse_plugin.wizards.emptyproject,
|
||||
wesnoth_eclipse_plugin.wizards.era,
|
||||
wesnoth_eclipse_plugin.wizards.faction,
|
||||
wesnoth_eclipse_plugin.wizards.generator,
|
||||
wesnoth_eclipse_plugin.wizards.scenario,
|
||||
wesnoth_eclipse_plugin.wizards.unit
|
||||
|
|
|
@ -13,7 +13,8 @@ Require-Bundle: org.wesnoth.wml;visibility:=reexport,
|
|||
org.eclipse.ui,
|
||||
org.eclipse.xtext.builder,
|
||||
org.antlr.runtime,
|
||||
org.eclipse.xtext.xtext.ui;bundle-version="1.0.0"
|
||||
org.eclipse.xtext.xtext.ui;bundle-version="1.0.0",
|
||||
Wesnoth_Eclipse_Plugin;bundle-version="0.3.0"
|
||||
Import-Package: org.apache.log4j
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Export-Package: org.wesnoth.ui.contentassist.antlr
|
||||
|
|
|
@ -16,7 +16,8 @@ Require-Bundle: org.eclipse.xtext,
|
|||
org.eclipse.xtext.util,
|
||||
org.eclipse.emf.ecore,
|
||||
org.eclipse.emf.common,
|
||||
org.antlr.runtime
|
||||
org.antlr.runtime,
|
||||
Wesnoth_Eclipse_Plugin;bundle-version="0.3.0"
|
||||
Import-Package: org.apache.log4j
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Export-Package: org.wesnoth,
|
||||
|
|
Loading…
Add table
Reference in a new issue