eclipse plugin: make the editor projects follow the main plugin's version
This commit is contained in:
parent
ea912a71b6
commit
287ff23f04
4 changed files with 6 additions and 4 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.2
|
||||
Bundle-Version: 1.0.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.2
|
||||
Bundle-Version: 1.0.2
|
||||
Bundle-SymbolicName: org.wesnoth.wml; singleton:=true
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Require-Bundle: org.eclipse.xtext,
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue