eclipse plugin: increase plugin's version
This commit is contained in:
parent
0d229f410b
commit
e078e8c19d
6 changed files with 9 additions and 9 deletions
|
@ -2,12 +2,12 @@
|
|||
<feature
|
||||
id="org.wesnoth.dependencies"
|
||||
label="Wesnoth UMC Dev Dependencies"
|
||||
version="2.0.1.qualifier"
|
||||
version="2.0.2.qualifier"
|
||||
provider-name="www.wesnoth.org"
|
||||
os="linux,macosx,win32"
|
||||
arch="x86,x86_64"
|
||||
license-feature="org.wesnoth"
|
||||
license-feature-version="2.0.1.qualifier">
|
||||
license-feature-version="2.0.2.qualifier">
|
||||
|
||||
<description>
|
||||
The dependencies feature for the Wesnoth UMC Dev plugin.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site>
|
||||
<feature url="features/org.wesnoth_2.0.1.qualifier.jar" id="org.wesnoth" version="2.0.1.qualifier" os="linux,macosx,win32">
|
||||
<feature url="features/org.wesnoth_2.0.2.qualifier.jar" id="org.wesnoth" version="2.0.2.qualifier" os="linux,macosx,win32">
|
||||
<category name="org.wesnoth.plugins"/>
|
||||
</feature>
|
||||
<category-def name="org.wesnoth.plugins" label="Wesnoth Eclipse Plugins">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.wesnoth"
|
||||
label="Wesnoth User Made Content Plugin"
|
||||
version="2.0.1.qualifier"
|
||||
version="2.0.2.qualifier"
|
||||
provider-name="www.wesnoth.org"
|
||||
plugin="org.wesnoth"
|
||||
os="linux,macosx,win32"
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: org.wesnoth.ui
|
||||
Bundle-Vendor: www.wesnoth.org
|
||||
Bundle-Version: 2.0.1.qualifier
|
||||
Bundle-Version: 2.0.2.qualifier
|
||||
Bundle-SymbolicName: org.wesnoth.ui;singleton:=true
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Require-Bundle: org.wesnoth;visibility:=reexport,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Wesnoth UMC Plugin
|
||||
Bundle-Vendor: www.wesnoth.org
|
||||
Bundle-Version: 2.0.1.qualifier
|
||||
Bundle-Version: 2.0.2.qualifier
|
||||
Bundle-SymbolicName: org.wesnoth;singleton:=true
|
||||
Bundle-Activator: org.wesnoth.WesnothPlugin
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?pde version="3.5"?>
|
||||
|
||||
<product name="Wesnoth UMC Dev" uid="org.wesnoth.product" id="org.wesnoth.product" application="org.wesnoth.application" version="2.0.1.qualifier" useFeatures="true" includeLaunchers="true">
|
||||
<product name="Wesnoth UMC Dev" uid="org.wesnoth.product" id="org.wesnoth.product" application="org.wesnoth.application" version="2.0.2.qualifier" useFeatures="true" includeLaunchers="true">
|
||||
|
||||
<aboutInfo>
|
||||
<image path="/org.wesnoth/icons/wesnoth-about.png"/>
|
||||
|
@ -412,8 +412,8 @@ litigation.
|
|||
<feature id="org.eclipse.xtend.dependencies" version="1.1.0.v201106070515"/>
|
||||
<feature id="org.eclipse.xtend.typesystem.emf" version="1.1.0.v201106070515"/>
|
||||
<feature id="org.eclipse.xtend.ui" version="1.1.0.v201106070515"/>
|
||||
<feature id="org.wesnoth" version="2.0.1.qualifier"/>
|
||||
<feature id="org.wesnoth.dependencies" version="2.0.1.qualifier"/>
|
||||
<feature id="org.wesnoth" version="2.0.2.qualifier"/>
|
||||
<feature id="org.wesnoth.dependencies" version="2.0.2.qualifier"/>
|
||||
</features>
|
||||
|
||||
<configurations>
|
||||
|
|
Loading…
Add table
Reference in a new issue