diff options
author | mfeldman | 2006-04-18 17:04:44 +0000 |
---|---|---|
committer | mfeldman | 2006-04-18 17:04:44 +0000 |
commit | 57fe567a65bc9ec39286965b8fc30073a8372a33 (patch) | |
tree | a04776c9efb908e0c7d7bb03142fff787ec8e115 /releng/org.eclipse.gmf.updatesite/site.xml | |
parent | 954f4df6f48f48216d450a914fd129775e786d0d (diff) | |
download | org.eclipse.gmf-tooling-57fe567a65bc9ec39286965b8fc30073a8372a33.tar.gz org.eclipse.gmf-tooling-57fe567a65bc9ec39286965b8fc30073a8372a33.tar.xz org.eclipse.gmf-tooling-57fe567a65bc9ec39286965b8fc30073a8372a33.zip |
New update site contents
Diffstat (limited to 'releng/org.eclipse.gmf.updatesite/site.xml')
-rw-r--r-- | releng/org.eclipse.gmf.updatesite/site.xml | 59 |
1 files changed, 5 insertions, 54 deletions
diff --git a/releng/org.eclipse.gmf.updatesite/site.xml b/releng/org.eclipse.gmf.updatesite/site.xml index dd9b5c778..20d3f8885 100644 --- a/releng/org.eclipse.gmf.updatesite/site.xml +++ b/releng/org.eclipse.gmf.updatesite/site.xml @@ -1,58 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<site> - <description url="http://download.eclipse.org/technology/gmf/update-site/"> +<?xml-stylesheet type="text/xsl" href="web/site.xsl"?> +<site mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/technology/gmf/update-site/milestone/site.xml&format=xml"> + <description url="http://download.eclipse.org/technology/gmf/update-site"> A generative framework and runtime for developing graphical applications which leverage both the Eclipse Modeling Framework (EMF) and Graphical Editing Framework (GEF). </description> - <feature url="features/org.eclipse.gmf.sdk_1.0.0.v200603031600.jar" id="org.eclipse.gmf.sdk" version="1.0.0.v200603031600" patch="false"> - <category name="Graphical Modeling Framework 1.0M5"/> - </feature> - <feature url="features/org.eclipse.gmf.tests_1.0.0.v200603031600.jar" id="org.eclipse.gmf.tests" version="1.0.0.v200603031600" patch="false"> - <category name="Graphical Modeling Framework 1.0M5"/> - </feature> - <feature url="features/org.eclipse.gmf_1.0.0.v200603031600.jar" id="org.eclipse.gmf" version="1.0.0.v200603031600" patch="false"> - <category name="Graphical Modeling Framework 1.0M5"/> - </feature> - <feature url="features/org.eclipse.gmf.doc_1.0.0.v200603031600.jar" id="org.eclipse.gmf.doc" version="1.0.0.v200603031600" patch="false"> - <category name="Graphical Modeling Framework 1.0M5"/> - </feature> - <feature url="features/org.eclipse.gmf.examples_1.0.0.v200603031600.jar" id="org.eclipse.gmf.examples" version="1.0.0.v200603031600" patch="false"> - <category name="Graphical Modeling Framework 1.0M5"/> - </feature> - <feature url="features/org.eclipse.gmf.source_1.0.0.v200603031600.jar" id="org.eclipse.gmf.source" version="1.0.0.v200603031600" patch="false"> - <category name="Graphical Modeling Framework 1.0M5"/> - </feature> - <feature url="features/org.eclipse.gmf.sdk.source_1.0.0.v200603031600.jar" id="org.eclipse.gmf.sdk.source" version="1.0.0.v200603031600" patch="false"> - <category name="Graphical Modeling Framework 1.0M5"/> - </feature> - <feature url="features/org.eclipse.gmf.sdk_1.0.0.jar" id="org.eclipse.gmf.sdk" version="1.0.0"> - <category name="Graphical Modeling Framework 1.0M4"/> - </feature> - <feature url="features/org.eclipse.gmf.tests_1.0.0.jar" id="org.eclipse.gmf.tests" version="1.0.0"> - <category name="Graphical Modeling Framework 1.0M4"/> - </feature> - <feature url="features/org.eclipse.gmf_1.0.0.jar" id="org.eclipse.gmf" version="1.0.0"> - <category name="Graphical Modeling Framework 1.0M4"/> - </feature> - <feature url="features/org.eclipse.gmf.doc_1.0.0.jar" id="org.eclipse.gmf.doc" version="1.0.0"> - <category name="Graphical Modeling Framework 1.0M4"/> - </feature> - <feature url="features/org.eclipse.gmf.examples_1.0.0.jar" id="org.eclipse.gmf.examples" version="1.0.0"> - <category name="Graphical Modeling Framework 1.0M4"/> - </feature> - <feature url="features/org.eclipse.gmf.source_1.0.0.jar" id="org.eclipse.gmf.source" version="1.0.0"> - <category name="Graphical Modeling Framework 1.0M4"/> - </feature> - <feature url="features/org.eclipse.gmf.sdk.source_1.0.0.jar" id="org.eclipse.gmf.sdk.source" version="1.0.0"> - <category name="Graphical Modeling Framework 1.0M4"/> - </feature> - <category-def name="Graphical Modeling Framework 1.0M5" label="Graphical Modeling Framework 1.0M5"> - <description> - A generative framework and runtime for developing graphical applications which leverage both the Eclipse Modeling Framework (EMF) and Graphical Editing Framework (GEF). - </description> - </category-def> - <category-def name="Graphical Modeling Framework 1.0M4" label="Graphical Modeling Framework 1.0M4"> - <description> - A generative framework and runtime for developing graphical applications which leverage both the Eclipse Modeling Framework (EMF) and Graphical Editing Framework (GEF). - </description> - </category-def> + + </site> |