eclipse plugin: post release version bump

This commit is contained in:
Timotei Dolean 2010-12-24 07:02:31 +00:00
parent 119349b09e
commit 08036b65a5
4 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.wesnoth.wml.ui
Bundle-Vendor: www.wesnoth.org
Bundle-Version: 1.1.1
Bundle-Version: 1.1.2
Bundle-SymbolicName: org.wesnoth.wml.ui; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.wesnoth.wml;visibility:=reexport,

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.wesnoth.wml
Bundle-Vendor: www.wesnoth.org
Bundle-Version: 1.1.1
Bundle-Version: 1.1.2
Bundle-SymbolicName: org.wesnoth.wml; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext,

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Wesnoth UMC Plugin
Bundle-SymbolicName: org.wesnoth;singleton:=true
Bundle-Version: 1.0.1
Bundle-Version: 1.0.2
Bundle-Activator: org.wesnoth.Activator
Bundle-Vendor: www.wesnoth.org
Require-Bundle: org.eclipse.ui,

View file

@ -2,7 +2,7 @@
<feature
id="Wesnoth_Eclipse_Plugin"
label="Wesnoth User Made Content Plugin"
version="1.0.1"
version="1.0.2"
provider-name="www.wesnoth.org">
<description>
@ -252,20 +252,20 @@ litigation.
id="org.wesnoth.wml"
download-size="0"
install-size="0"
version="1.1.1"
version="1.1.2"
unpack="false"/>
<plugin
id="org.wesnoth.wml.ui"
download-size="0"
install-size="0"
version="1.1.1"
version="1.1.2"
unpack="false"/>
<plugin
id="org.wesnoth"
download-size="0"
install-size="0"
version="1.0.1"/>
version="1.0.2"/>
</feature>