eclipse plugin: make the editor projects follow the main plugin's version

This commit is contained in:
Timotei Dolean 2011-04-17 09:53:06 +00:00
parent ea912a71b6
commit 287ff23f04
4 changed files with 6 additions and 4 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.2
Bundle-Version: 1.0.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.2
Bundle-Version: 1.0.2
Bundle-SymbolicName: org.wesnoth.wml; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext,

View file

@ -570,11 +570,13 @@
id="Wesnoth_Eclipse_Plugin.commands.reloadFiles"
name="reloadFiles">
</command>
<!--
<command
defaultHandler="org.wesnoth.handlers.TestHandler"
id="Wesnoth_Eclipse_Plugin.commands.test"
name="test command">
</command>
-->
</extension>
<extension
point="org.eclipse.ui.menus">

View file

@ -251,14 +251,14 @@ litigation.
id="org.wesnoth.wml"
download-size="0"
install-size="0"
version="1.1.2"
version="1.0.2"
unpack="false"/>
<plugin
id="org.wesnoth.wml.ui"
download-size="0"
install-size="0"
version="1.1.2"
version="1.0.2"
unpack="false"/>
<plugin