summaryrefslogtreecommitdiffstats
path: root/org.rtems.cdt.feature
diff options
context:
space:
mode:
authorDaron Chabot <daron.chabot@gmail.com>2009-02-25 03:43:47 +0000
committerDaron Chabot <daron.chabot@gmail.com>2009-02-25 03:43:47 +0000
commit8e6327a29be44c3284327abc02928b33dea09088 (patch)
tree0b20b7a14a8557e0b93bfd5a53a191347095cac8 /org.rtems.cdt.feature
parentImproved error messages. (diff)
downloadrtems-eclipse-plug-in-8e6327a29be44c3284327abc02928b33dea09088.tar.bz2
Addition of Hello World template and RTEMS icons to preference page and About Eclipse dialog.
Diffstat (limited to 'org.rtems.cdt.feature')
-rw-r--r--org.rtems.cdt.feature/about.html12
-rw-r--r--org.rtems.cdt.feature/build.properties4
-rw-r--r--org.rtems.cdt.feature/feature.xml22
3 files changed, 13 insertions, 25 deletions
diff --git a/org.rtems.cdt.feature/about.html b/org.rtems.cdt.feature/about.html
new file mode 100644
index 0000000..a388210
--- /dev/null
+++ b/org.rtems.cdt.feature/about.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
+<title>Eclipse.org Software User Agreement</title>
+</head>
+
+<body lang="EN-US" link=blue vlink=purple>
+<h2>Eclipse Foundation Software User Agreement</h2>
+
+
+</body> \ No newline at end of file
diff --git a/org.rtems.cdt.feature/build.properties b/org.rtems.cdt.feature/build.properties
index 94bb883..e69de29 100644
--- a/org.rtems.cdt.feature/build.properties
+++ b/org.rtems.cdt.feature/build.properties
@@ -1,4 +0,0 @@
-bin.includes = feature.xml,\
- feature.properties,\
- license.html,\
- epl-v10.html
diff --git a/org.rtems.cdt.feature/feature.xml b/org.rtems.cdt.feature/feature.xml
index 9706e60..a50485c 100644
--- a/org.rtems.cdt.feature/feature.xml
+++ b/org.rtems.cdt.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.rtems.cdt"
label="%featureName"
- version="1.0.1"
+ version="1.1.0"
provider-name="%providerName">
<description url="www.rtems.com">
@@ -21,24 +21,4 @@
<update label="%updateSiteName" url="http://www.rtems.org/ftp/pub/rtems/eclipse/updates/"/>
</url>
- <requires>
- <import plugin="org.eclipse.cdt.managedbuilder.core"/>
- <import plugin="org.eclipse.swt"/>
- <import plugin="org.eclipse.ui"/>
- <import plugin="org.eclipse.core.resources"/>
- <import plugin="org.eclipse.cdt.ui"/>
- <import plugin="org.eclipse.core.runtime"/>
- <import plugin="org.eclipse.cdt.managedbuilder.ui"/>
- <import plugin="org.eclipse.cdt.core"/>
- <import plugin="org.eclipse.jface"/>
- <import plugin="org.eclipse.ui.ide"/>
- </requires>
-
- <plugin
- id="org.rtems.cdt"
- download-size="0"
- install-size="0"
- version="1.0.0"
- unpack="false"/>
-
</feature>