eclipse plugin: no need for that external jars.

Eclipse does have them already
This commit is contained in:
Timotei Dolean 2010-05-26 11:40:48 +00:00
parent 0b4836f4d2
commit 815e732c8a
2 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="var" path="ant-launcher.jar"/>
<classpathentry kind="var" path="ant.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View file

@ -13,6 +13,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.editors;bundle-version="3.3.0",
org.wesnoth.wml.ide;bundle-version="1.0.0",
org.wesnoth.wml.ide.generator;bundle-version="1.0.0",
org.wesnoth.wml.ide.ui;bundle-version="1.0.0"
org.wesnoth.wml.ide.ui;bundle-version="1.0.0",
org.apache.ant;bundle-version="1.7.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy