Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-12-11 13:18:32 +0000
committerAlexander Kurtakov2014-12-15 16:48:16 +0000
commit24a1f129b5ccd02bb58ea4ad95f8ce78346cf025 (patch)
treed2c8c4c1ffaacbee3aed318dce5b945653854262 /features/org.eclipse.swt.tools.feature/feature.xml
parent63f50e4f7c872c0ab0a35b98eabcf310dd60812a (diff)
downloadeclipse.platform.swt-24a1f129b5ccd02bb58ea4ad95f8ce78346cf025.tar.gz
eclipse.platform.swt-24a1f129b5ccd02bb58ea4ad95f8ce78346cf025.tar.xz
eclipse.platform.swt-24a1f129b5ccd02bb58ea4ad95f8ce78346cf025.zip
Bug 453096 - Create a real org.eclipse.swt.tools feature
Create a feature with all atributes and hook it into main SWT pom.xml. Change-Id: Ib213d62737aeee79f94bfe9b10c2edcccad0e5b0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'features/org.eclipse.swt.tools.feature/feature.xml')
-rw-r--r--features/org.eclipse.swt.tools.feature/feature.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/features/org.eclipse.swt.tools.feature/feature.xml b/features/org.eclipse.swt.tools.feature/feature.xml
new file mode 100644
index 0000000000..eed9195527
--- /dev/null
+++ b/features/org.eclipse.swt.tools.feature/feature.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.swt.tools.feature"
+ label="%featureName"
+ version="3.104.0.qualifier"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="0.0.0">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <discovery label="Generating the SWT JNI Code" url="http://eclipse.org/swt/jnigen.php"/>
+ <discovery label="Generating the SWT PI Code for Cocoa" url="http://eclipse.org/swt/macgen.php"/>
+ </url>
+
+ <plugin
+ id="org.eclipse.swt.tools"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top