eclipse plugin: Work a bit more on the updating mechanism
This commit is contained in:
parent
7a00bb459c
commit
ca1a0d42f0
6 changed files with 45 additions and 53 deletions
|
@ -1,7 +1,7 @@
|
|||
<?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">
|
||||
<category name="wesnoth_plugins"/>
|
||||
</feature>
|
||||
<category-def name="wesnoth_plugins" label="Wesnoth Plugins"/>
|
||||
</site>
|
||||
<?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">
|
||||
<category name="org.wesnoth.plugins"/>
|
||||
</feature>
|
||||
<category-def name="org.wesnoth.plugins" label="Wesnoth Plugins"/>
|
||||
</site>
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.wesnoth"
|
||||
label="Wesnoth User Made Content Plugin"
|
||||
version="1.0.3"
|
||||
version="1.0.4"
|
||||
provider-name="www.wesnoth.org"
|
||||
os="linux,macosx,win32">
|
||||
|
||||
|
@ -221,7 +221,6 @@ litigation.
|
|||
<import plugin="org.eclipse.emf.ecore"/>
|
||||
<import plugin="org.eclipse.emf.common"/>
|
||||
<import plugin="org.antlr.runtime"/>
|
||||
<import plugin="org.eclipse.xtext.junit" version="1.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.osgi.util" version="3.2.100" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.osgi" version="3.6.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.apache.log4j"/>
|
||||
|
@ -231,7 +230,6 @@ litigation.
|
|||
<import plugin="org.eclipse.xtext.ui.shared"/>
|
||||
<import plugin="org.eclipse.ui"/>
|
||||
<import plugin="org.eclipse.xtext.builder"/>
|
||||
<import plugin="org.eclipse.xtext.xtext.ui" version="1.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.core.filesystem" version="1.3.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.core.runtime"/>
|
||||
<import plugin="org.eclipse.core.resources"/>
|
||||
|
@ -274,13 +272,6 @@ litigation.
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.xtend.shared.ui"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.commons.cli"
|
||||
download-size="0"
|
||||
|
@ -337,27 +328,6 @@ litigation.
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.xpand"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.xtend"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.xtend.typesystem.emf"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.jdt.ui"
|
||||
download-size="0"
|
||||
|
@ -434,4 +404,25 @@ litigation.
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.emf.converter"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.emf.codegen.ecore"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.emf.codegen"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# Where all the output should go
|
||||
buckminster.output.root=${user.home}/_demosite
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/_demosite/demosite.tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:lastRevision
|
||||
# don't generate source code
|
||||
cbi.include.source=false
|
|
@ -405,13 +405,22 @@ litigation.
|
|||
<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"/>
|
||||
<feature id="org.eclipse.equinox.p2.user.ui" version="2.1.1.v20110526-6-Bg9JXOePwKUTU7X0teV1RtDu-e"/>
|
||||
<feature id="org.eclipse.emf.mwe.ui" version="1.1.0.v201106070424"/>
|
||||
<feature id="org.eclipse.xpand" version="1.1.0.v201106070515"/>
|
||||
<feature id="org.eclipse.xpand.ui" version="1.1.0.v201106070515"/>
|
||||
<feature id="org.eclipse.xtend" 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.ui" version="1.1.0.v201106070515"/>
|
||||
</features>
|
||||
|
||||
<configurations>
|
||||
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
|
||||
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
|
||||
<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
|
||||
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="2" />
|
||||
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
|
||||
<plugin id="org.wesnoth" autoStart="false" startLevel="5" />
|
||||
</configurations>
|
||||
|
||||
</product>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
instructions.configure=\
|
||||
addRepository(name:Wesnoth Plugins Update Site,type:0,location:http://eclipse.wesnoth.org/);\
|
||||
addRepository(name:Wesnoth Plugins Update Site,type:1,location:http://eclipse.wesnoth.org/);
|
||||
addRepository(name:Wesnoth Plugins Update Site,type:0,location:http${#58}//eclipse.wesnoth.org/);\
|
||||
addRepository(name:Wesnoth Plugins Update Site,type:1,location:http${#58}//eclipse.wesnoth.org/);
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue