Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/editor/org.eclipse.emf.facet.doc/mediawiki/checking_BREE.mediawiki')
-rw-r--r--plugins/facet/editor/org.eclipse.emf.facet.doc/mediawiki/checking_BREE.mediawiki19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/facet/editor/org.eclipse.emf.facet.doc/mediawiki/checking_BREE.mediawiki b/plugins/facet/editor/org.eclipse.emf.facet.doc/mediawiki/checking_BREE.mediawiki
new file mode 100644
index 00000000000..5c105dbc329
--- /dev/null
+++ b/plugins/facet/editor/org.eclipse.emf.facet.doc/mediawiki/checking_BREE.mediawiki
@@ -0,0 +1,19 @@
+One of the requirements for the simultaneous release is "All plug-ins must correctly list their Bundle Required Execution Environment (BREE)".
+
+To satisfy this requirement, we check conformance thusly:
+* Checkout all EMF Facet plug-ins in the workspace
+* In the '''Problems''' view, open the view menu and select '''Configure Contents...''', and create a new configuration with:
+** Scope = on any element
+** Severity = Error, Warning, Info
+** Text contains = "execution environment"
+** Types: check all
+* Rebuild the whole workspace, and check that the '''Problems''' view is empty
+* Search the workspace in plain text for "JavaSE" in files named "Manifest.MF" : the search should return no results
+
+<font size="-2">
+Copyright (c) 2012 Mia-Software.
+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.
+</font>

Back to the top