eclipse plugin: Append the ".qualifier" to the plugins...
...so it can be replaced with the build timestamp. This is a standard for all eclipse plugins
This commit is contained in:
parent
87a9b8b801
commit
7b5f160e43
5 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site>
|
||||
<feature url="features/org.wesnoth_2.0.0.jar" id="org.wesnoth" version="2.0.0" os="linux,macosx,win32">
|
||||
<feature url="features/org.wesnoth_2.0.0.qualifier.jar" id="org.wesnoth" version="2.0.0.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.0"
|
||||
version="2.0.0.qualifier"
|
||||
provider-name="www.wesnoth.org"
|
||||
plugin="org.wesnoth"
|
||||
os="linux,macosx,win32">
|
||||
|
@ -249,7 +249,7 @@ litigation.
|
|||
arch="x86,x86_64"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.0.0"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.wesnoth.ui"
|
||||
|
@ -257,7 +257,7 @@ litigation.
|
|||
arch="x86,x86_64"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.0.0"/>
|
||||
version="0.0.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.lang"
|
||||
|
|
|
@ -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.0
|
||||
Bundle-Version: 2.0.0.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.0
|
||||
Bundle-Version: 2.0.0.qualifier
|
||||
Bundle-SymbolicName: org.wesnoth;singleton:=true
|
||||
Bundle-Activator: org.wesnoth.WesnothPlugin
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -412,7 +412,7 @@ 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.0"/>
|
||||
<feature id="org.wesnoth" version="2.0.0.qualifier"/>
|
||||
</features>
|
||||
|
||||
<configurations>
|
||||
|
|
Loading…
Add table
Reference in a new issue