eclipse plugin: add the feature for update site

This commit is contained in:
Timotei Dolean 2010-05-20 20:35:37 +00:00
parent 11ef1a535b
commit 03539dc3b2
3 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>WesnothUMCPlugin feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>

View file

@ -0,0 +1 @@
bin.includes = feature.xml

View file

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="Wesnoth_Eclipse_Plugin"
label="Wesnoth UMC Plugin Feature"
version="0.1"
provider-name="Wesnoth">
<description>
This is the Wesnoth Eclipse UMC Plugin developed as part of Google Summer of Code 2010.
</description>
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.jface.text" version="3.3.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.editors" version="3.3.0" match="greaterOrEqual"/>
<import plugin="org.wesnoth.wml.ide" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.wesnoth.wml.ide.generator" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.wesnoth.wml.ide.ui" version="1.0.0" match="greaterOrEqual"/>
</requires>
<plugin
id="Wesnoth_Eclipse_Plugin"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>