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.properties
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.properties')
-rw-r--r--features/org.eclipse.swt.tools.feature/feature.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/features/org.eclipse.swt.tools.feature/feature.properties b/features/org.eclipse.swt.tools.feature/feature.properties
new file mode 100644
index 0000000000..2df2c391fb
--- /dev/null
+++ b/features/org.eclipse.swt.tools.feature/feature.properties
@@ -0,0 +1,13 @@
+###############################################################################
+# Copyright (c) 2014 Red Hat Inc. and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Alexander Kurtakov <akurtako@redhat.com> - initial API and implementation
+###############################################################################
+featureName=SWT Tools
+description=SWT Tools Feature.
+providerName=Eclipse.org \ No newline at end of file

Back to the top