eclipse plugin: Major the version to 2.0.0
This commit is contained in:
parent
8ca54b2112
commit
91bccaba6b
8 changed files with 25 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
||||||
Eclipse plugin changelog
|
Eclipse plugin changelog
|
||||||
|
|
||||||
1.0.4
|
2.0.0
|
||||||
* The plugin running as a standalone app now has all the proper
|
* The plugin running as a standalone app now has all the proper
|
||||||
save/new/undo/redo buttons in the menus.
|
save/new/undo/redo buttons in the menus.
|
||||||
* Added support for multiple wesnoth installations. This
|
* Added support for multiple wesnoth installations. This
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<site>
|
<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"/>
|
<category name="org.wesnoth.plugins"/>
|
||||||
</feature>
|
</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>
|
</site>
|
||||||
|
|
|
@ -2,13 +2,12 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.wesnoth"
|
id="org.wesnoth"
|
||||||
label="Wesnoth User Made Content Plugin"
|
label="Wesnoth User Made Content Plugin"
|
||||||
version="1.0.3"
|
version="2.0.0"
|
||||||
provider-name="www.wesnoth.org"
|
provider-name="www.wesnoth.org"
|
||||||
os="linux,macosx,win32">
|
os="linux,macosx,win32">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
This is the Wesnoth Eclipse UMC Plugin developed as part of Google
|
This is the Wesnoth Eclipse UMC Plugin developed as part of Google Summer of Code 2010 - 2011.
|
||||||
Summer of Code 2010 - 2011.
|
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<license url="http://www.eclipse.org/legal/epl-v10.html">
|
<license url="http://www.eclipse.org/legal/epl-v10.html">
|
||||||
|
@ -249,14 +248,15 @@ litigation.
|
||||||
arch="x86,x86_64"
|
arch="x86,x86_64"
|
||||||
download-size="0"
|
download-size="0"
|
||||||
install-size="0"
|
install-size="0"
|
||||||
version="1.0.3"/>
|
version="2.0.0"/>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.wesnoth.ui"
|
id="org.wesnoth.ui"
|
||||||
|
os="linux,macosx,win32"
|
||||||
|
arch="x86,x86_64"
|
||||||
download-size="0"
|
download-size="0"
|
||||||
install-size="0"
|
install-size="0"
|
||||||
version="1.0.3"
|
version="2.0.0"/>
|
||||||
unpack="false"/>
|
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.apache.commons.lang"
|
id="org.apache.commons.lang"
|
||||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: org.wesnoth.ui
|
Bundle-Name: org.wesnoth.ui
|
||||||
Bundle-Vendor: www.wesnoth.org
|
Bundle-Vendor: www.wesnoth.org
|
||||||
Bundle-Version: 1.0.3
|
Bundle-Version: 2.0.0
|
||||||
Bundle-SymbolicName: org.wesnoth.ui;singleton:=true
|
Bundle-SymbolicName: org.wesnoth.ui;singleton:=true
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Require-Bundle: org.wesnoth;visibility:=reexport,
|
Require-Bundle: org.wesnoth;visibility:=reexport,
|
||||||
|
|
|
@ -2,6 +2,9 @@ source.. = src/,\
|
||||||
src-gen/
|
src-gen/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml
|
plugin.xml,\
|
||||||
|
icons/,\
|
||||||
|
templates/
|
||||||
javacSource=1.6
|
javacSource=1.6
|
||||||
javacTarget=1.6
|
javacTarget=1.6
|
||||||
|
src.includes = icons/
|
||||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: Wesnoth UMC Plugin
|
Bundle-Name: Wesnoth UMC Plugin
|
||||||
Bundle-Vendor: www.wesnoth.org
|
Bundle-Vendor: www.wesnoth.org
|
||||||
Bundle-Version: 1.0.3
|
Bundle-Version: 2.0.0
|
||||||
Bundle-SymbolicName: org.wesnoth;singleton:=true
|
Bundle-SymbolicName: org.wesnoth;singleton:=true
|
||||||
Bundle-Activator: org.wesnoth.WesnothPlugin
|
Bundle-Activator: org.wesnoth.WesnothPlugin
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?pde version="3.5"?>
|
<?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>
|
<aboutInfo>
|
||||||
<image path="/org.wesnoth/icons/wesnoth-about.png"/>
|
<image path="/org.wesnoth/icons/wesnoth-about.png"/>
|
||||||
|
@ -401,7 +401,6 @@ litigation.
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
||||||
<features>
|
<features>
|
||||||
<feature id="org.wesnoth" version="1.0.3"/>
|
|
||||||
<feature id="org.eclipse.xtext.runtime" version="2.0.0.v201106070531"/>
|
<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.platform" version="3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f"/>
|
||||||
<feature id="org.eclipse.xtext.ui" version="2.0.0.v201106070531"/>
|
<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.dependencies" version="1.1.0.v201106070515"/>
|
||||||
<feature id="org.eclipse.xtend.typesystem.emf" 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.eclipse.xtend.ui" version="1.1.0.v201106070515"/>
|
||||||
|
<feature id="org.wesnoth" version="2.0.0"/>
|
||||||
</features>
|
</features>
|
||||||
|
|
||||||
<configurations>
|
<configurations>
|
||||||
|
|
|
@ -590,12 +590,12 @@
|
||||||
description="Reloads all plugin related files"
|
description="Reloads all plugin related files"
|
||||||
id="org.wesnoth.commands.reloadFiles"
|
id="org.wesnoth.commands.reloadFiles"
|
||||||
name="reloadFiles">
|
name="reloadFiles">
|
||||||
</command><!--
|
</command>
|
||||||
<command
|
<command
|
||||||
defaultHandler="org.wesnoth.handlers.TestHandler"
|
defaultHandler="org.wesnoth.handlers.TestHandler"
|
||||||
id="org.wesnoth.commands.test"
|
id="org.wesnoth.commands.test"
|
||||||
name="test command">
|
name="test command">
|
||||||
</command>-->
|
</command>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.ui.menus">
|
point="org.eclipse.ui.menus">
|
||||||
|
@ -657,7 +657,7 @@
|
||||||
name="preferencePageId"
|
name="preferencePageId"
|
||||||
value="org.wesnoth.preferences.UMCPage">
|
value="org.wesnoth.preferences.UMCPage">
|
||||||
</parameter>
|
</parameter>
|
||||||
</command><!--
|
</command>
|
||||||
<separator
|
<separator
|
||||||
name="separator3"
|
name="separator3"
|
||||||
visible="true">
|
visible="true">
|
||||||
|
@ -666,7 +666,7 @@
|
||||||
commandId="org.wesnoth.commands.test"
|
commandId="org.wesnoth.commands.test"
|
||||||
label="Test (FOR DEBUG ONLY!!)"
|
label="Test (FOR DEBUG ONLY!!)"
|
||||||
style="push">
|
style="push">
|
||||||
</command> -->
|
</command>
|
||||||
</menu>
|
</menu>
|
||||||
</menuContribution>
|
</menuContribution>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
Loading…
Add table
Reference in a new issue