Bug 511556

Grouped menus under common Root

Change-Id: I10cad9eabfb421ec02137ac230e964d62c72b515
Signed-off-by: Erwan Mahe <erwan.mahe@cea.fr>
diff --git a/editor/sew/org.eclipse.efm.sew.xtext.ui/.gitignore b/editor/sew/org.eclipse.efm.sew.xtext.ui/.gitignore
index a89d5f7..ef0159a 100644
--- a/editor/sew/org.eclipse.efm.sew.xtext.ui/.gitignore
+++ b/editor/sew/org.eclipse.efm.sew.xtext.ui/.gitignore
@@ -1,2 +1,2 @@
-/xtend-gen/
-/target/classes/
+xtend-gen/
+target/classes/
diff --git a/editor/sew/org.eclipse.efm.sew.xtext.ui/plugin.xml b/editor/sew/org.eclipse.efm.sew.xtext.ui/plugin.xml
index 53b8d2e..cc41a71 100644
--- a/editor/sew/org.eclipse.efm.sew.xtext.ui/plugin.xml
+++ b/editor/sew/org.eclipse.efm.sew.xtext.ui/plugin.xml
@@ -91,9 +91,10 @@
 	<extension

 			point="org.eclipse.ui.preferencePages">

 		<page

-			class="org.eclipse.efm.sew.xtext.ui.SEWExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"

-			id="org.eclipse.efm.sew.xtext.SEW"

-			name="SEW">

+        category="org.eclipse.efm.ui.preferences.xtext_root.mainPage"

+        class="org.eclipse.efm.sew.xtext.ui.SEWExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"

+        id="org.eclipse.efm.sew.xtext.SEW"

+        name="Xtext SEW EFM">

 			<keywordReference id="org.eclipse.efm.sew.xtext.ui.keyword_SEW"/>

 		</page>

 		<page

diff --git a/editor/transition/org.eclipse.efm.papyrus.xtext.transition.ui/plugin.xml b/editor/transition/org.eclipse.efm.papyrus.xtext.transition.ui/plugin.xml
index 5097a02..1b5654a 100644
--- a/editor/transition/org.eclipse.efm.papyrus.xtext.transition.ui/plugin.xml
+++ b/editor/transition/org.eclipse.efm.papyrus.xtext.transition.ui/plugin.xml
@@ -91,9 +91,10 @@
 	<extension

 			point="org.eclipse.ui.preferencePages">

 		<page

-			class="org.eclipse.efm.papyrus.xtext.ui.TransitionExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"

-			id="org.eclipse.efm.papyrus.xtext.Transition"

-			name="Transition">

+        category="org.eclipse.efm.ui.preferences.xtext_root.mainPage"

+        class="org.eclipse.efm.papyrus.xtext.ui.TransitionExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"

+        id="org.eclipse.efm.papyrus.xtext.Transition"

+        name="Xtext Transition EFM">

 			<keywordReference id="org.eclipse.efm.papyrus.xtext.ui.keyword_Transition"/>

 		</page>

 		<page

diff --git a/editor/xlia/org.eclipse.efm.formalml.xtext.ui/plugin.xml b/editor/xlia/org.eclipse.efm.formalml.xtext.ui/plugin.xml
index 4055348..f98d117 100644
--- a/editor/xlia/org.eclipse.efm.formalml.xtext.ui/plugin.xml
+++ b/editor/xlia/org.eclipse.efm.formalml.xtext.ui/plugin.xml
@@ -91,9 +91,10 @@
 	<extension

 			point="org.eclipse.ui.preferencePages">

 		<page

-			class="org.eclipse.efm.formalml.xtext.ui.FormalMLExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"

-			id="org.eclipse.efm.formalml.xtext.FormalML"

-			name="FormalML">

+        category="org.eclipse.efm.ui.preferences.xtext_root.mainPage"

+        class="org.eclipse.efm.formalml.xtext.ui.FormalMLExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"

+        id="org.eclipse.efm.formalml.xtext.FormalML"

+        name="Xtext FormalML EFM">

 			<keywordReference id="org.eclipse.efm.formalml.xtext.ui.keyword_FormalML"/>

 		</page>

 		<page

diff --git a/gui/org.eclipse.efm.ui.preferences.xtext_root/.classpath b/gui/org.eclipse.efm.ui.preferences.xtext_root/.classpath
new file mode 100644
index 0000000..b862a29
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences.xtext_root/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<classpath>

+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>

+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

+	<classpathentry kind="src" path="src"/>

+	<classpathentry kind="output" path="bin"/>

+</classpath>

diff --git a/gui/org.eclipse.efm.ui.preferences.xtext_root/.gitignore b/gui/org.eclipse.efm.ui.preferences.xtext_root/.gitignore
new file mode 100644
index 0000000..bbdfc34
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences.xtext_root/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+*.md.html
diff --git a/gui/org.eclipse.efm.ui.preferences.xtext_root/.project b/gui/org.eclipse.efm.ui.preferences.xtext_root/.project
new file mode 100644
index 0000000..1d56f83
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences.xtext_root/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<projectDescription>

+	<name>org.eclipse.efm.ui.preferences.xtext_root</name>

+	<comment></comment>

+	<projects>

+	</projects>

+	<buildSpec>

+		<buildCommand>

+			<name>org.eclipse.jdt.core.javabuilder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+		<buildCommand>

+			<name>org.eclipse.pde.ManifestBuilder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+		<buildCommand>

+			<name>org.eclipse.pde.SchemaBuilder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+	</buildSpec>

+	<natures>

+		<nature>org.eclipse.pde.PluginNature</nature>

+		<nature>org.eclipse.jdt.core.javanature</nature>

+	</natures>

+</projectDescription>

diff --git a/gui/org.eclipse.efm.ui.preferences.xtext_root/.settings/org.eclipse.jdt.core.prefs b/gui/org.eclipse.efm.ui.preferences.xtext_root/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..295926d
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences.xtext_root/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1

+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled

+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8

+org.eclipse.jdt.core.compiler.compliance=1.8

+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error

+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error

+org.eclipse.jdt.core.compiler.source=1.8

diff --git a/gui/org.eclipse.efm.ui.preferences.xtext_root/META-INF/MANIFEST.MF b/gui/org.eclipse.efm.ui.preferences.xtext_root/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..421e15b
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences.xtext_root/META-INF/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.efm.ui.preferences.xtext_root;singleton:=true
+Bundle-Version: 0.0.1.qualifier
+Bundle-ClassPath: .
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.ui
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ActivationPolicy: lazy
diff --git a/gui/org.eclipse.efm.ui.preferences.xtext_root/about.html b/gui/org.eclipse.efm.ui.preferences.xtext_root/about.html
new file mode 100644
index 0000000..d35d5ae
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences.xtext_root/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>June 5, 2007</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
diff --git a/gui/org.eclipse.efm.ui.preferences.xtext_root/build.properties b/gui/org.eclipse.efm.ui.preferences.xtext_root/build.properties
new file mode 100644
index 0000000..c469345
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences.xtext_root/build.properties
@@ -0,0 +1,5 @@
+source.. = src/

+output.. = target/classes/

+bin.includes = plugin.xml,\

+               META-INF/,\

+               .

diff --git a/gui/org.eclipse.efm.ui.preferences.xtext_root/plugin.xml b/gui/org.eclipse.efm.ui.preferences.xtext_root/plugin.xml
new file mode 100644
index 0000000..6c1eea6
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences.xtext_root/plugin.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<?eclipse version="3.4"?>

+<plugin>

+

+   <extension

+         point="org.eclipse.ui.preferencePages">

+      <page

+            category="org.eclipse.efm.ui.preferences_root.mainPage"

+            class="org.eclipse.efm.ui.runsession.preferences.xtext_root.XtextRootPreferencePage"

+            id="org.eclipse.efm.ui.preferences.xtext_root.mainPage"

+            name="Xtext EFM Languages Implementations">

+      </page>

+   </extension>

+

+

+

+

+

+</plugin>

diff --git a/gui/org.eclipse.efm.ui.preferences.xtext_root/pom.xml b/gui/org.eclipse.efm.ui.preferences.xtext_root/pom.xml
new file mode 100644
index 0000000..5fa3723
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences.xtext_root/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.eclipse.efm</groupId>
+		<artifactId>org.eclipse.efm.modeling.gui</artifactId>
+		<version>0.0.1-SNAPSHOT</version>
+	</parent>
+	<artifactId>org.eclipse.efm.ui.preferences.xtext_root</artifactId>
+	<packaging>eclipse-plugin</packaging>
+	<name>org.eclipse.efm.ui.preferences.xtext_root</name>
+	<description>This plug-in contains the XXXXXXXXX.</description>
+</project>
\ No newline at end of file
diff --git a/gui/org.eclipse.efm.ui.preferences.xtext_root/src/org/eclipse/efm/ui/runsession/preferences/xtext_root/XtextRootPreferencePage.java b/gui/org.eclipse.efm.ui.preferences.xtext_root/src/org/eclipse/efm/ui/runsession/preferences/xtext_root/XtextRootPreferencePage.java
new file mode 100644
index 0000000..0492459
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences.xtext_root/src/org/eclipse/efm/ui/runsession/preferences/xtext_root/XtextRootPreferencePage.java
@@ -0,0 +1,32 @@
+/*******************************************************************************

+ * Copyright (c) 2016 CEA LIST.

+ * 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:

+ *     Erwan Mahe (CEA LIST) erwan.mahe@cea.fr - Initial API and implementation

+ *******************************************************************************/

+package org.eclipse.efm.ui.runsession.preferences.xtext_root;

+

+

+import org.eclipse.jface.preference.FieldEditorPreferencePage;

+import org.eclipse.ui.IWorkbench;

+import org.eclipse.ui.IWorkbenchPreferencePage;

+

+public class XtextRootPreferencePage extends FieldEditorPreferencePage

+			implements IWorkbenchPreferencePage {

+

+	public XtextRootPreferencePage() {

+		super(GRID);

+	}

+

+	@Override

+	protected void createFieldEditors() {

+	}

+

+	public void init(IWorkbench workbench) {

+	}

+

+}

diff --git a/gui/org.eclipse.efm.ui.preferences_root/.classpath b/gui/org.eclipse.efm.ui.preferences_root/.classpath
new file mode 100644
index 0000000..b862a29
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences_root/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<classpath>

+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>

+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

+	<classpathentry kind="src" path="src"/>

+	<classpathentry kind="output" path="bin"/>

+</classpath>

diff --git a/gui/org.eclipse.efm.ui.preferences_root/.gitignore b/gui/org.eclipse.efm.ui.preferences_root/.gitignore
new file mode 100644
index 0000000..bbdfc34
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences_root/.gitignore
@@ -0,0 +1,2 @@
+/bin/
+*.md.html
diff --git a/gui/org.eclipse.efm.ui.preferences_root/.project b/gui/org.eclipse.efm.ui.preferences_root/.project
new file mode 100644
index 0000000..61ce965
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences_root/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<projectDescription>

+	<name>org.eclipse.efm.ui.preferences_root</name>

+	<comment></comment>

+	<projects>

+	</projects>

+	<buildSpec>

+		<buildCommand>

+			<name>org.eclipse.jdt.core.javabuilder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+		<buildCommand>

+			<name>org.eclipse.pde.ManifestBuilder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+		<buildCommand>

+			<name>org.eclipse.pde.SchemaBuilder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+	</buildSpec>

+	<natures>

+		<nature>org.eclipse.pde.PluginNature</nature>

+		<nature>org.eclipse.jdt.core.javanature</nature>

+	</natures>

+</projectDescription>

diff --git a/gui/org.eclipse.efm.ui.preferences_root/.settings/org.eclipse.jdt.core.prefs b/gui/org.eclipse.efm.ui.preferences_root/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..295926d
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences_root/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1

+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled

+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8

+org.eclipse.jdt.core.compiler.compliance=1.8

+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error

+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error

+org.eclipse.jdt.core.compiler.source=1.8

diff --git a/gui/org.eclipse.efm.ui.preferences_root/META-INF/MANIFEST.MF b/gui/org.eclipse.efm.ui.preferences_root/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..b8e7272
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences_root/META-INF/MANIFEST.MF
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.efm.ui.preferences_root;singleton:=true
+Bundle-Version: 0.0.1.qualifier
+Bundle-ClassPath: .
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.ui
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ActivationPolicy: lazy
diff --git a/gui/org.eclipse.efm.ui.preferences_root/about.html b/gui/org.eclipse.efm.ui.preferences_root/about.html
new file mode 100644
index 0000000..d35d5ae
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences_root/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>June 5, 2007</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
diff --git a/gui/org.eclipse.efm.ui.preferences_root/build.properties b/gui/org.eclipse.efm.ui.preferences_root/build.properties
new file mode 100644
index 0000000..c469345
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences_root/build.properties
@@ -0,0 +1,5 @@
+source.. = src/

+output.. = target/classes/

+bin.includes = plugin.xml,\

+               META-INF/,\

+               .

diff --git a/gui/org.eclipse.efm.ui.preferences_root/plugin.xml b/gui/org.eclipse.efm.ui.preferences_root/plugin.xml
new file mode 100644
index 0000000..4fd6c63
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences_root/plugin.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<?eclipse version="3.4"?>

+<plugin>

+

+   <extension

+         point="org.eclipse.ui.preferencePages">

+      <page

+            class="org.eclipse.efm.ui.runsession.preferences_root.EFMRootPreferencePage"

+            id="org.eclipse.efm.ui.preferences_root.mainPage"

+            name="Eclipse Formal Modeling">

+      </page>

+   </extension>

+

+

+

+

+

+</plugin>

diff --git a/gui/org.eclipse.efm.ui.preferences_root/pom.xml b/gui/org.eclipse.efm.ui.preferences_root/pom.xml
new file mode 100644
index 0000000..a4be8ea
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences_root/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.eclipse.efm</groupId>
+		<artifactId>org.eclipse.efm.modeling.gui</artifactId>
+		<version>0.0.1-SNAPSHOT</version>
+	</parent>
+	<artifactId>org.eclipse.efm.ui.preferences_root</artifactId>
+	<packaging>eclipse-plugin</packaging>
+	<name>org.eclipse.efm.ui.preferences_root</name>
+	<description>This plug-in contains the XXXXXXXXX.</description>
+</project>
\ No newline at end of file
diff --git a/gui/org.eclipse.efm.ui.preferences_root/src/org/eclipse/efm/ui/runsession/preferences_root/EFMRootPreferencePage.java b/gui/org.eclipse.efm.ui.preferences_root/src/org/eclipse/efm/ui/runsession/preferences_root/EFMRootPreferencePage.java
new file mode 100644
index 0000000..53f2fa9
--- /dev/null
+++ b/gui/org.eclipse.efm.ui.preferences_root/src/org/eclipse/efm/ui/runsession/preferences_root/EFMRootPreferencePage.java
@@ -0,0 +1,32 @@
+/*******************************************************************************

+ * Copyright (c) 2016 CEA LIST.

+ * 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:

+ *     Erwan Mahe (CEA LIST) erwan.mahe@cea.fr - Initial API and implementation

+ *******************************************************************************/

+package org.eclipse.efm.ui.runsession.preferences_root;

+

+

+import org.eclipse.jface.preference.FieldEditorPreferencePage;

+import org.eclipse.ui.IWorkbench;

+import org.eclipse.ui.IWorkbenchPreferencePage;

+

+public class EFMRootPreferencePage extends FieldEditorPreferencePage

+			implements IWorkbenchPreferencePage {

+

+	public EFMRootPreferencePage() {

+		super(GRID);

+	}

+

+	@Override

+	protected void createFieldEditors() {

+	}

+

+	public void init(IWorkbench workbench) {

+	}

+

+}

diff --git a/gui/pom.xml b/gui/pom.xml
index 3206f09..39c2576 100644
--- a/gui/pom.xml
+++ b/gui/pom.xml
@@ -19,6 +19,9 @@
 		<module>org.eclipse.efm.ui.newproject.examples</module>
 		<module>org.eclipse.efm.ui.newproject.standalone</module>
 		<module>org.eclipse.efm.ui.newproject.templates</module>
+		<module>org.eclipse.efm.ui.preferences.runconfigurations</module>
+		<module>org.eclipse.efm.ui.preferences.xtext_root</module>
+		<module>org.eclipse.efm.ui.preferences_root</module>
 		<module>org.eclipse.efm.ui.resources</module>
 	</modules>
 </project>