eclipse plugin: Update the dependencies and the application's name
This commit is contained in:
parent
f26e45b8eb
commit
4881b7dafd
2 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?pde version="3.5"?>
|
||||
|
||||
<product name="Wesnoth User Made Content" uid="org.wesnoth.product" id="org.wesnoth.product" application="Wesnoth_Eclipse_Plugin.application" version="1.0.3" useFeatures="false" includeLaunchers="true">
|
||||
<product name="Wesnoth UMC Dev" uid="org.wesnoth.product" id="org.wesnoth.product" application="Wesnoth_Eclipse_Plugin.application" version="1.0.3" useFeatures="false" includeLaunchers="true">
|
||||
|
||||
<aboutInfo>
|
||||
<image path="/org.wesnoth/icons/wesnoth-about.png"/>
|
||||
<text>
|
||||
Battle for Wesnoth User Made Content Plugin
|
||||
Battle for Wesnoth User Made Content Development
|
||||
</text>
|
||||
</aboutInfo>
|
||||
|
||||
|
@ -346,11 +346,11 @@ litigation.
|
|||
<plugin id="org.eclipse.ui.navigator"/>
|
||||
<plugin id="org.eclipse.ui.navigator.resources"/>
|
||||
<plugin id="org.eclipse.ui.views"/>
|
||||
<plugin id="org.eclipse.ui.views.log"/>
|
||||
<plugin id="org.eclipse.ui.views.properties.tabbed"/>
|
||||
<plugin id="org.eclipse.ui.win32" fragment="true"/>
|
||||
<plugin id="org.eclipse.ui.workbench"/>
|
||||
<plugin id="org.eclipse.ui.workbench.texteditor"/>
|
||||
<plugin id="org.eclipse.wb.jdt.fragment" fragment="true"/>
|
||||
<plugin id="org.eclipse.xpand"/>
|
||||
<plugin id="org.eclipse.xtend"/>
|
||||
<plugin id="org.eclipse.xtend.typesystem.emf"/>
|
||||
|
|
|
@ -58,10 +58,10 @@
|
|||
point="org.eclipse.core.runtime.products">
|
||||
<product
|
||||
application="Wesnoth_Eclipse_Plugin.application"
|
||||
name="Wesnoth User Made Content">
|
||||
name="Wesnoth UMC Dev">
|
||||
<property
|
||||
name="appName"
|
||||
value="Wesnoth User Made Content">
|
||||
value="Wesnoth UMC Dev">
|
||||
</property>
|
||||
<property
|
||||
name="preferenceCustomization"
|
||||
|
@ -85,7 +85,7 @@
|
|||
</property>
|
||||
<property
|
||||
name="aboutText"
|
||||
value="Battle for Wesnoth User Made Content Plugin">
|
||||
value="Battle for Wesnoth User Made Content Development">
|
||||
</property>
|
||||
<property
|
||||
name="windowImages"
|
||||
|
|
Loading…
Add table
Reference in a new issue