Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2016-01-16 08:12:52 +0000
committerEike Stepper2016-01-16 08:12:52 +0000
commit6e127a8133abef5a5f04cbe1a0a740cc647cbb0c (patch)
treee612c082f6812a9e1a483362e44e86d551847460
parentb074eb1dbfbb425aa0f28589a22d323e94d60ddc (diff)
downloadcdo-6e127a8133abef5a5f04cbe1a0a740cc647cbb0c.tar.gz
cdo-6e127a8133abef5a5f04cbe1a0a740cc647cbb0c.tar.xz
cdo-6e127a8133abef5a5f04cbe1a0a740cc647cbb0c.zip
[Releng] Provision ECP Runtime feature with Buckminster
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/.settings/org.eclipse.core.resources.prefs1
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/buckminster.cspex8
2 files changed, 9 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui/.settings/org.eclipse.core.resources.prefs b/plugins/org.eclipse.emf.cdo.ui/.settings/org.eclipse.core.resources.prefs
index b19315ec0a..62f3657553 100644
--- a/plugins/org.eclipse.emf.cdo.ui/.settings/org.eclipse.core.resources.prefs
+++ b/plugins/org.eclipse.emf.cdo.ui/.settings/org.eclipse.core.resources.prefs
@@ -1,2 +1,3 @@
eclipse.preferences.version=1
encoding//schema/editorOpeners.exsd=UTF-8
+encoding/buckminster.cspex=UTF-8
diff --git a/plugins/org.eclipse.emf.cdo.ui/buckminster.cspex b/plugins/org.eclipse.emf.cdo.ui/buckminster.cspex
new file mode 100644
index 0000000000..1d4030c532
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.ui/buckminster.cspex
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<cs:cspecExtension xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
+
+ <cs:dependencies>
+ <cs:dependency name="org.eclipse.emf.ecp.emfforms.runtime.feature" componentType="eclipse.feature"/>
+ </cs:dependencies>
+
+</cs:cspecExtension> \ No newline at end of file

Back to the top