diff options
author | Kevin Barnes <krbarnes> | 2009-06-15 19:50:15 +0000 |
---|---|---|
committer | Kevin Barnes <krbarnes> | 2009-06-15 19:50:15 +0000 |
commit | 42b08a55013d0ad7426e3c659ce584c987ec26f3 (patch) | |
tree | 6355a0277a86b8fa74b4d513e5df3c7a09e6f886 | |
parent | 722cbc4880d3b8e696ec580ace02faffa51a9056 (diff) | |
download | eclipse.platform.swt-42b08a55013d0ad7426e3c659ce584c987ec26f3.tar.gz eclipse.platform.swt-42b08a55013d0ad7426e3c659ce584c987ec26f3.tar.xz eclipse.platform.swt-42b08a55013d0ad7426e3c659ce584c987ec26f3.zip |
SWT Update Site.
-rw-r--r-- | bundles/org.eclipse.swt.tools/feature/.project | 17 | ||||
-rw-r--r-- | bundles/org.eclipse.swt.tools/feature/build.properties | 1 | ||||
-rw-r--r-- | bundles/org.eclipse.swt.tools/feature/feature.xml | 26 |
3 files changed, 44 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/feature/.project b/bundles/org.eclipse.swt.tools/feature/.project new file mode 100644 index 0000000000..7664e9d4ad --- /dev/null +++ b/bundles/org.eclipse.swt.tools/feature/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>SWT Tools Feature</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.pde.FeatureBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.FeatureNature</nature> + </natures> +</projectDescription> diff --git a/bundles/org.eclipse.swt.tools/feature/build.properties b/bundles/org.eclipse.swt.tools/feature/build.properties new file mode 100644 index 0000000000..64f93a9f0b --- /dev/null +++ b/bundles/org.eclipse.swt.tools/feature/build.properties @@ -0,0 +1 @@ +bin.includes = feature.xml diff --git a/bundles/org.eclipse.swt.tools/feature/feature.xml b/bundles/org.eclipse.swt.tools/feature/feature.xml new file mode 100644 index 0000000000..7878fbc252 --- /dev/null +++ b/bundles/org.eclipse.swt.tools/feature/feature.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="SWT_Tools_Feature" + label="SWT_Tools_Feature" + version="1.0.0.qualifier"> + + <description url="http://www.example.com/description"> + [Enter Feature Description here.] + </description> + + <copyright url="http://www.example.com/copyright"> + [Enter Copyright Description here.] + </copyright> + + <license url="http://www.example.com/license"> + [Enter License Description here.] + </license> + + <plugin + id="org.eclipse.swt.tools" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + +</feature> |