From 7fd5f0e217182ab7d7f6b12ebcf5df812b3b7022 Mon Sep 17 00:00:00 2001 From: Daron Chabot Date: Tue, 9 Dec 2008 03:41:29 +0000 Subject: Attempted repair of initial, failed commit --- org.rtems.cdt.update/artifacts.xml | 33 ++ org.rtems.cdt.update/content.xml | 364 +++++++++++++++++++++ .../features/org.rtems.cdt_1.0.0.jar | Bin 0 -> 803 bytes org.rtems.cdt.update/index.html | 60 ++++ .../plugins/org.rtems.cdt_1.0.0.jar | Bin 0 -> 33837 bytes org.rtems.cdt.update/site.xml | 7 + org.rtems.cdt.update/web/site.css | 12 + org.rtems.cdt.update/web/site.xsl | 214 ++++++++++++ 8 files changed, 690 insertions(+) create mode 100644 org.rtems.cdt.update/artifacts.xml create mode 100644 org.rtems.cdt.update/content.xml create mode 100644 org.rtems.cdt.update/features/org.rtems.cdt_1.0.0.jar create mode 100644 org.rtems.cdt.update/index.html create mode 100644 org.rtems.cdt.update/plugins/org.rtems.cdt_1.0.0.jar create mode 100644 org.rtems.cdt.update/site.xml create mode 100644 org.rtems.cdt.update/web/site.css create mode 100644 org.rtems.cdt.update/web/site.xsl diff --git a/org.rtems.cdt.update/artifacts.xml b/org.rtems.cdt.update/artifacts.xml new file mode 100644 index 0000000..e32b7af --- /dev/null +++ b/org.rtems.cdt.update/artifacts.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.rtems.cdt.update/content.xml b/org.rtems.cdt.update/content.xml new file mode 100644 index 0000000..4f4341e --- /dev/null +++ b/org.rtems.cdt.update/content.xml @@ -0,0 +1,364 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (org.eclipse.update.install.features=true) + + + + + + + [Enter License Description here.] + + + + [Enter Copyright Description here.] + + + + + + + + + + + + + + + + + + + + + uninstallBundle(bundle:${artifact}) + + + setStartLevel(startLevel:4); + + + installBundle(bundle:${artifact}) + + + + + + + + + + + + + + + + + + + + + + (org.eclipse.update.install.features=true) + + + + + + + + + true + + + + + + [Enter License Description here.] + + + + [Enter Copyright Description here.] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bundle-Vendor: Embedded Brains GmbH +Bundle-ManifestVersion: 2 +Bundle-Activator: org.rtems.cdt.Activator +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Bundle-Name: RTEMS CDT Plug-in +Import-Package: org.eclipse.cdt.core.model,org.eclipse.cdt.managedbuilder.ui.wizards,org.eclipse.jface.resource,org.eclipse.ui.wizards.newresource +Require-Bundle: org.eclipse.cdt.managedbuilder.core,org.eclipse.swt,org.eclipse.ui,org.eclipse.core.resources,org.eclipse.cdt.ui,org.eclipse.core.runtime,org.eclipse.cdt.managedbuilder.ui,org.eclipse.cdt.core +Bundle-ActivationPolicy: lazy +Manifest-Version: 1.0 +Bundle-SymbolicName: org.rtems.cdt;singleton:=true +Bundle-Version: 1.0.0 + + + + + + + + + + + + + + + + + + + + + + + removeSourceBundle(bundle:${artifact}) + + + addSourceBundle(bundle:${artifact}) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (org.eclipse.update.install.features=true) + + + + + + uninstallFeature(feature:${artifact},featureId:default,featureVersion:default) + + + installFeature(feature:${artifact},featureId:default,featureVersion:default) + + + + + + diff --git a/org.rtems.cdt.update/features/org.rtems.cdt_1.0.0.jar b/org.rtems.cdt.update/features/org.rtems.cdt_1.0.0.jar new file mode 100644 index 0000000..44fe220 Binary files /dev/null and b/org.rtems.cdt.update/features/org.rtems.cdt_1.0.0.jar differ diff --git a/org.rtems.cdt.update/index.html b/org.rtems.cdt.update/index.html new file mode 100644 index 0000000..ba53183 --- /dev/null +++ b/org.rtems.cdt.update/index.html @@ -0,0 +1,60 @@ + + +org.rtems.cdt.update + + + + + + +
+ + diff --git a/org.rtems.cdt.update/plugins/org.rtems.cdt_1.0.0.jar b/org.rtems.cdt.update/plugins/org.rtems.cdt_1.0.0.jar new file mode 100644 index 0000000..b6d98d0 Binary files /dev/null and b/org.rtems.cdt.update/plugins/org.rtems.cdt_1.0.0.jar differ diff --git a/org.rtems.cdt.update/site.xml b/org.rtems.cdt.update/site.xml new file mode 100644 index 0000000..3ea3ea2 --- /dev/null +++ b/org.rtems.cdt.update/site.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/org.rtems.cdt.update/web/site.css b/org.rtems.cdt.update/web/site.css new file mode 100644 index 0000000..62c6f9f --- /dev/null +++ b/org.rtems.cdt.update/web/site.css @@ -0,0 +1,12 @@ + diff --git a/org.rtems.cdt.update/web/site.xsl b/org.rtems.cdt.update/web/site.xsl new file mode 100644 index 0000000..3fc56ab --- /dev/null +++ b/org.rtems.cdt.update/web/site.xsl @@ -0,0 +1,214 @@ + + + + + + + + org.rtems.cdt.update + + + +

org.rtems.cdt.update

+

+ + + + + + + + + + + + + + + + dark-row + + + light-row + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dark-row + + + light-row + + + + + + + + + + + + + + + dark-row + + + light-row + + + + + + + + +
+ + + +
+ + + +
+
+ ( - ) +
+
+ + - + +
+
+
+ + + + + + + + + + + + + + + + + + + + + +
Operating Systems:
Windows Systems:
Languages:
Architecture:
+


+ Uncategorized +
+ + + +
+
+ ( - ) +
+
+ + - + +
+

+
+ + + + + + + + + + + + + + + + + + + + + +
Operating Systems:
Windows Systems:
Languages:
Architecture:
+
+ + + +
+
+ ( - ) +
+
+ + - + +
+

+
+ + + + + + + + + + + + + + + + + + + + + +
Operating Systems:
Windows Systems:
Languages:
Architecture:
+
+ + +
+
+
-- cgit v1.2.3