eclipse plugin: Major the version to 2.0.0

This commit is contained in:
Timotei Dolean 2011-08-04 19:12:03 +00:00
parent 8ca54b2112
commit 91bccaba6b
8 changed files with 25 additions and 18 deletions

View file

@ -1,6 +1,6 @@
Eclipse plugin changelog
1.0.4
2.0.0
* The plugin running as a standalone app now has all the proper
save/new/undo/redo buttons in the menus.
* Added support for multiple wesnoth installations. This

View file

@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.wesnoth_1.0.3.jar" id="org.wesnoth" version="1.0.3" os="linux,macosx,win32">
<feature url="features/org.wesnoth_2.0.0.jar" id="org.wesnoth" version="2.0.0" os="linux,macosx,win32">
<category name="org.wesnoth.plugins"/>
</feature>
<category-def name="org.wesnoth.plugins" label="Wesnoth Plugins"/>
<category-def name="org.wesnoth.plugins" label="Wesnoth Eclipse Plugins">
<description>
This category contains the Wesnoth Eclipse Plugins
</description>
</category-def>
</site>

View file

@ -2,13 +2,12 @@
<feature
id="org.wesnoth"
label="Wesnoth User Made Content Plugin"
version="1.0.3"
version="2.0.0"
provider-name="www.wesnoth.org"
os="linux,macosx,win32">
<description>
This is the Wesnoth Eclipse UMC Plugin developed as part of Google
Summer of Code 2010 - 2011.
This is the Wesnoth Eclipse UMC Plugin developed as part of Google Summer of Code 2010 - 2011.
</description>
<license url="http://www.eclipse.org/legal/epl-v10.html">
@ -249,14 +248,15 @@ litigation.
arch="x86,x86_64"
download-size="0"
install-size="0"
version="1.0.3"/>
version="2.0.0"/>
<plugin
id="org.wesnoth.ui"
os="linux,macosx,win32"
arch="x86,x86_64"
download-size="0"
install-size="0"
version="1.0.3"
unpack="false"/>
version="2.0.0"/>
<plugin
id="org.apache.commons.lang"

View file

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

View file

@ -2,6 +2,9 @@ source.. = src/,\
src-gen/
bin.includes = META-INF/,\
.,\
plugin.xml
plugin.xml,\
icons/,\
templates/
javacSource=1.6
javacTarget=1.6
src.includes = icons/

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Wesnoth UMC Plugin
Bundle-Vendor: www.wesnoth.org
Bundle-Version: 1.0.3
Bundle-Version: 2.0.0
Bundle-SymbolicName: org.wesnoth;singleton:=true
Bundle-Activator: org.wesnoth.WesnothPlugin
Bundle-ActivationPolicy: lazy

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
<product name="Wesnoth UMC Dev" uid="org.wesnoth.product" id="org.wesnoth.product" application="org.wesnoth.application" version="1.0.3" useFeatures="true" includeLaunchers="true">
<product name="Wesnoth UMC Dev" uid="org.wesnoth.product" id="org.wesnoth.product" application="org.wesnoth.application" version="2.0.0" useFeatures="true" includeLaunchers="false">
<aboutInfo>
<image path="/org.wesnoth/icons/wesnoth-about.png"/>
@ -401,7 +401,6 @@ litigation.
</plugins>
<features>
<feature id="org.wesnoth" version="1.0.3"/>
<feature id="org.eclipse.xtext.runtime" version="2.0.0.v201106070531"/>
<feature id="org.eclipse.platform" version="3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f"/>
<feature id="org.eclipse.xtext.ui" version="2.0.0.v201106070531"/>
@ -413,6 +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"/>
</features>
<configurations>

View file

@ -590,12 +590,12 @@
description="Reloads all plugin related files"
id="org.wesnoth.commands.reloadFiles"
name="reloadFiles">
</command><!--
</command>
<command
defaultHandler="org.wesnoth.handlers.TestHandler"
id="org.wesnoth.commands.test"
name="test command">
</command>-->
</command>
</extension>
<extension
point="org.eclipse.ui.menus">
@ -657,7 +657,7 @@
name="preferencePageId"
value="org.wesnoth.preferences.UMCPage">
</parameter>
</command><!--
</command>
<separator
name="separator3"
visible="true">
@ -666,7 +666,7 @@
commandId="org.wesnoth.commands.test"
label="Test (FOR DEBUG ONLY!!)"
style="push">
</command> -->
</command>
</menu>
</menuContribution>
</extension>