eclipse plugin: post release version bump
This commit is contained in:
parent
119349b09e
commit
08036b65a5
4 changed files with 7 additions and 7 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue