Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Bégaudeau2015-12-07 21:17:30 +0000
committerMelanie Bats2015-12-09 16:28:45 +0000
commitc65f0259cf7b1932d6b456c0c1fa69af1dab7379 (patch)
tree2a5333682f78e92d9ceb576a01f2bf63b432d26e /plugins/org.eclipse.eef.properties.ui/build.properties
parent7fa65d40a3a81b5956631a88254cbaff3bced8a3 (diff)
downloadorg.eclipse.eef-c65f0259cf7b1932d6b456c0c1fa69af1dab7379.tar.gz
org.eclipse.eef-c65f0259cf7b1932d6b456c0c1fa69af1dab7379.tar.xz
org.eclipse.eef-c65f0259cf7b1932d6b456c0c1fa69af1dab7379.zip
Add the first implementation of the tabbed property sheet page
1) Fork Tabbed Property view from org.eclipse.ui 2) Improve the property sheet page with a form and a message manager 3) Contribute temporary examples (will be removed once the extension points will be contributed once again) Change-Id: I185ed51d1ea6a5f36c9c43f595dd8765f080f2cf Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.eef.properties.ui/build.properties')
-rw-r--r--plugins/org.eclipse.eef.properties.ui/build.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/org.eclipse.eef.properties.ui/build.properties b/plugins/org.eclipse.eef.properties.ui/build.properties
new file mode 100644
index 000000000..d5410280f
--- /dev/null
+++ b/plugins/org.eclipse.eef.properties.ui/build.properties
@@ -0,0 +1,13 @@
+# Copyright (c) 2015 Obeo.
+# 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.htm
+# Contributors: Obeo - initial API and implementation
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ about.html,\
+ plugin.properties
+javacProjectSettings = true

Back to the top