eclipse plugin: "update site" update
This commit is contained in:
parent
4913476d25
commit
e26075b59c
14 changed files with 57 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Wesnoth_Eclipse_Plugin
|
||||
Bundle-Name: Wesnoth UMC Plugin
|
||||
Bundle-SymbolicName: Wesnoth_Eclipse_Plugin; singleton:=true
|
||||
Bundle-Version: 0.1
|
||||
Bundle-Activator: wesnoth_eclipse_plugin.Activator
|
||||
|
|
|
@ -6,4 +6,8 @@ bin.includes = plugin.xml,\
|
|||
html/,\
|
||||
*.xml,\
|
||||
icons/,\
|
||||
contexts.xml
|
||||
contexts.xml,\
|
||||
templates/,\
|
||||
templatesIndex.txt
|
||||
src.includes = templatesIndex.txt,\
|
||||
templates/
|
||||
|
|
|
@ -1 +1 @@
|
|||
bin.includes = feature.xml
|
||||
bin.includes = feature.xml
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="Wesnoth_Eclipse_Plugin"
|
||||
label="Wesnoth UMC Plugin Feature"
|
||||
label="Wesnoth User Made Content Plugin"
|
||||
version="0.1"
|
||||
provider-name="Wesnoth">
|
||||
|
||||
|
@ -9,6 +9,10 @@
|
|||
This is the Wesnoth Eclipse UMC Plugin developed as part of Google Summer of Code 2010.
|
||||
</description>
|
||||
|
||||
<url>
|
||||
<update label="Wesnoth Eclipse Updates" url="http://eclipse.wesnoth.org/"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.eclipse.ui"/>
|
||||
<import plugin="org.eclipse.core.runtime"/>
|
||||
|
@ -16,16 +20,48 @@
|
|||
<import plugin="org.eclipse.ui.ide"/>
|
||||
<import plugin="org.eclipse.jface.text" version="3.3.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.ui.editors" version="3.3.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.wesnoth.wml.ide" version="1.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.wesnoth.wml.ide.generator" version="1.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.wesnoth.wml.ide.ui" version="1.0.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.xtext"/>
|
||||
<import plugin="org.eclipse.xtext.util"/>
|
||||
<import plugin="org.eclipse.emf.ecore"/>
|
||||
<import plugin="org.eclipse.emf.common"/>
|
||||
<import plugin="org.antlr.runtime"/>
|
||||
<import plugin="org.eclipse.xpand"/>
|
||||
<import plugin="org.eclipse.xtend"/>
|
||||
<import plugin="org.eclipse.emf.mwe.core"/>
|
||||
<import plugin="org.eclipse.emf.mwe.utils"/>
|
||||
<import plugin="org.eclipse.xtend.typesystem.emf"/>
|
||||
<import plugin="org.eclipse.xtext.ui.core"/>
|
||||
<import plugin="org.eclipse.xtext.ui.common"/>
|
||||
<import plugin="org.eclipse.xtext.log4j" version="1.2.15" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.ui.editors" version="3.5.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.ui.ide" version="3.5.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="Wesnoth_Eclipse_Plugin"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
version="0.1.0"/>
|
||||
|
||||
<plugin
|
||||
id="org.wesnoth.wml.ide"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.wesnoth.wml.ide.generator"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.wesnoth.wml.ide.ui"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>WesnothUMCPlugin update site</title>
|
||||
<title>Wesnoth Eclipse Plugins update site</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style>@import url("web/site.css");</style>
|
||||
<script type="text/javascript">
|
||||
|
|
Binary file not shown.
Binary file not shown.
BIN
utils/java/update_site/plugins/org.wesnoth.wml.ide.ui_1.0.0.jar
Normal file
BIN
utils/java/update_site/plugins/org.wesnoth.wml.ide.ui_1.0.0.jar
Normal file
Binary file not shown.
BIN
utils/java/update_site/plugins/org.wesnoth.wml.ide_1.0.0.jar
Normal file
BIN
utils/java/update_site/plugins/org.wesnoth.wml.ide_1.0.0.jar
Normal file
Binary file not shown.
|
@ -1,6 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site>
|
||||
<feature url="features/Wesnoth_Eclipse_Plugin_0.1.0.jar" id="Wesnoth_Eclipse_Plugin" version="0.1"/>
|
||||
<description name="Wesnoth Eclipse Updates" url="http://eclipse.wesnoth.org/">
|
||||
The default update site for Wesnoth Eclipse Plugins
|
||||
</description>
|
||||
<feature url="features/Wesnoth_Eclipse_Plugin_0.1.0.jar" id="Wesnoth_Eclipse_Plugin" version="0.1">
|
||||
<category name="eclipse_plugins"/>
|
||||
</feature>
|
||||
<category-def name="eclipse_plugins" label="Eclipse Plugins">
|
||||
<description>
|
||||
This category contains Eclipse Plugins
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
<xsl:for-each select="site">
|
||||
<html>
|
||||
<head>
|
||||
<title>WesnothUMCPlugin update site</title>
|
||||
<title>Wesnoth Eclipse Plugins update site</title>
|
||||
<style>@import url("web/site.css");</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="title">WesnothUMCPlugin update site</h1>
|
||||
<h1 class="title">Wesnoth Eclipse Plugins</h1>
|
||||
<p class="bodyText"><xsl:value-of select="description"/></p>
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
||||
<xsl:for-each select="category-def">
|
||||
|
|
Loading…
Add table
Reference in a new issue