Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorafinkbein2008-09-26 17:00:53 +0000
committerafinkbein2008-09-26 17:00:53 +0000
commitf6f08f248e7710ff44bd8e394c5f7248682657d1 (patch)
tree9d63baaea2c20e68fa23b9d51dabb79f7bdc21a5
parentb33ddb1903f21d54165ffc3db1eff8debf190085 (diff)
downloadorg.eclipse.osee-f6f08f248e7710ff44bd8e394c5f7248682657d1.tar.gz
org.eclipse.osee-f6f08f248e7710ff44bd8e394c5f7248682657d1.tar.xz
org.eclipse.osee-f6f08f248e7710ff44bd8e394c5f7248682657d1.zip
-rw-r--r--org.eclipse.osee.framework.ui.product/.classpath7
-rw-r--r--org.eclipse.osee.framework.ui.product/.project28
-rw-r--r--org.eclipse.osee.framework.ui.product/META-INF/MANIFEST.MF18
-rw-r--r--org.eclipse.osee.framework.ui.product/about.ini3
-rw-r--r--org.eclipse.osee.framework.ui.product/about.mappings1
-rw-r--r--org.eclipse.osee.framework.ui.product/about.properties11
-rw-r--r--org.eclipse.osee.framework.ui.product/build.properties16
-rw-r--r--org.eclipse.osee.framework.ui.product/images/admin.gifbin0 -> 899 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/browse.gifbin0 -> 351 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/bug.gifbin0 -> 472 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/edit.gifbin0 -> 102 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/errorSm.gifbin0 -> 84 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/faq.gifbin0 -> 581 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/filter.gifbin0 -> 211 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/lockkey.gifbin0 -> 1370 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/needSave.gifbin0 -> 639 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/new.gifbin0 -> 353 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/open.gifbin0 -> 216 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/osee_154_152.pngbin0 -> 9847 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/osee_16.pngbin0 -> 839 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/osee_32.pngbin0 -> 2818 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/osee_48.pngbin0 -> 5811 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/permission.bmpbin0 -> 574 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/publish.gifbin0 -> 862 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/refresh.gifbin0 -> 182 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/remove.gifbin0 -> 163 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/report.gifbin0 -> 648 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/sample.gifbin0 -> 983 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/saved.gifbin0 -> 378 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/train.gifbin0 -> 969 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/images/viewMenu.gifbin0 -> 90 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/introContent.xml3
-rw-r--r--org.eclipse.osee.framework.ui.product/plugin.mappings1
-rw-r--r--org.eclipse.osee.framework.ui.product/plugin.properties11
-rw-r--r--org.eclipse.osee.framework.ui.product/plugin.xml69
-rw-r--r--org.eclipse.osee.framework.ui.product/splash.bmpbin0 -> 685954 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/src/org/eclipse/osee/framework/ui/product/OseeProductActivator.java114
-rw-r--r--org.eclipse.osee.framework.ui.product/support/images/intro.1.jpgbin0 -> 13743 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/support/images/intro.2.gifbin0 -> 5021 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/support/images/intro.3.jpgbin0 -> 13007 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/support/images/intro.4.jpgbin0 -> 14112 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/support/images/osee_arch.gifbin0 -> 15436 bytes
-rw-r--r--org.eclipse.osee.framework.ui.product/support/intro.html54
-rw-r--r--org.eclipse.osee.framework.ui.product/support/plugin_customization.ini90
44 files changed, 426 insertions, 0 deletions
diff --git a/org.eclipse.osee.framework.ui.product/.classpath b/org.eclipse.osee.framework.ui.product/.classpath
new file mode 100644
index 00000000000..02159672985
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/org.eclipse.osee.framework.ui.product/.project b/org.eclipse.osee.framework.ui.product/.project
new file mode 100644
index 00000000000..f4622becd82
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.framework.ui.product</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/org.eclipse.osee.framework.ui.product/META-INF/MANIFEST.MF b/org.eclipse.osee.framework.ui.product/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..4aee132eea7
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/META-INF/MANIFEST.MF
@@ -0,0 +1,18 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Product Plug-in (Incubation)
+Bundle-SymbolicName: org.eclipse.osee.framework.ui.product;singleton:=true
+Bundle-Version: 0.4.0.qualifier
+Bundle-Activator: org.eclipse.osee.framework.ui.product.OseeProductActivator
+Bundle-Vendor: Eclipse.org
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.osee.framework.jdk.core,
+ org.eclipse.jdt.core,
+ org.eclipse.osee.framework.plugin.core,
+ org.eclipse.osee.framework.ui.plugin,
+ org.eclipse.ui.intro
+Eclipse-LazyStart: true
+Export-Package: org.eclipse.osee.framework.ui.product
+Bundle-ClassPath: library.jar
diff --git a/org.eclipse.osee.framework.ui.product/about.ini b/org.eclipse.osee.framework.ui.product/about.ini
new file mode 100644
index 00000000000..55d6675ad1d
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/about.ini
@@ -0,0 +1,3 @@
+aboutText=%blurb
+featureImage=/images/osee_32.png
+tipsAndTricksHref=/org.eclipse.jdt.doc.user/tips/jdt_tips.html \ No newline at end of file
diff --git a/org.eclipse.osee.framework.ui.product/about.mappings b/org.eclipse.osee.framework.ui.product/about.mappings
new file mode 100644
index 00000000000..09baf871712
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/about.mappings
@@ -0,0 +1 @@
+0=0.4.0 RC1
diff --git a/org.eclipse.osee.framework.ui.product/about.properties b/org.eclipse.osee.framework.ui.product/about.properties
new file mode 100644
index 00000000000..4d54ed3b27b
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/about.properties
@@ -0,0 +1,11 @@
+blurb=Open System Engineering Environment\n\
+\n\
+Version: {0}\n\
+\n\
+OSEE provides a tightly integrated environment that supports lean\n\
+engineering across the full product life-cycle. Since OSEE integrates all\n\
+engineering areas, the full life-cycle data for a product is managed by a\n\
+common platform allowing this data to be seamlessly combined to form a \n\
+coherent, accurate view of a project in real-time.\n\
+\n\
+http://www.eclipse.org/osee/ \ No newline at end of file
diff --git a/org.eclipse.osee.framework.ui.product/build.properties b/org.eclipse.osee.framework.ui.product/build.properties
new file mode 100644
index 00000000000..55d59a78806
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/build.properties
@@ -0,0 +1,16 @@
+bin.includes = META-INF/,\
+ images/,\
+ nl/,\
+ introContent.xml,\
+ support/,\
+ library.jar,\
+ plugin.xml,\
+ plugin.properties,\
+ about.ini,\
+ about.properties,\
+ about.mappings,\
+ plugin.mappings,\
+ splash.bmp
+jars.compile.order = library.jar
+source.library.jar = src/
+output.library.jar = bin/
diff --git a/org.eclipse.osee.framework.ui.product/images/admin.gif b/org.eclipse.osee.framework.ui.product/images/admin.gif
new file mode 100644
index 00000000000..11812dfd607
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/admin.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/browse.gif b/org.eclipse.osee.framework.ui.product/images/browse.gif
new file mode 100644
index 00000000000..55ca8f3a9bf
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/browse.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/bug.gif b/org.eclipse.osee.framework.ui.product/images/bug.gif
new file mode 100644
index 00000000000..9a738e55054
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/bug.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/edit.gif b/org.eclipse.osee.framework.ui.product/images/edit.gif
new file mode 100644
index 00000000000..22f0c4cba28
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/edit.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/errorSm.gif b/org.eclipse.osee.framework.ui.product/images/errorSm.gif
new file mode 100644
index 00000000000..8612eaff599
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/errorSm.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/faq.gif b/org.eclipse.osee.framework.ui.product/images/faq.gif
new file mode 100644
index 00000000000..520c1a8666a
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/faq.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/filter.gif b/org.eclipse.osee.framework.ui.product/images/filter.gif
new file mode 100644
index 00000000000..3d061d77cbe
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/filter.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/lockkey.gif b/org.eclipse.osee.framework.ui.product/images/lockkey.gif
new file mode 100644
index 00000000000..fca03252afd
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/lockkey.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/needSave.gif b/org.eclipse.osee.framework.ui.product/images/needSave.gif
new file mode 100644
index 00000000000..499dd0ca602
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/needSave.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/new.gif b/org.eclipse.osee.framework.ui.product/images/new.gif
new file mode 100644
index 00000000000..9d050885be6
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/new.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/open.gif b/org.eclipse.osee.framework.ui.product/images/open.gif
new file mode 100644
index 00000000000..51e703b1b9c
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/open.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/osee_154_152.png b/org.eclipse.osee.framework.ui.product/images/osee_154_152.png
new file mode 100644
index 00000000000..e79e8c95a82
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/osee_154_152.png
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/osee_16.png b/org.eclipse.osee.framework.ui.product/images/osee_16.png
new file mode 100644
index 00000000000..fbdac192723
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/osee_16.png
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/osee_32.png b/org.eclipse.osee.framework.ui.product/images/osee_32.png
new file mode 100644
index 00000000000..5e36a1842e6
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/osee_32.png
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/osee_48.png b/org.eclipse.osee.framework.ui.product/images/osee_48.png
new file mode 100644
index 00000000000..11605997297
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/osee_48.png
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/permission.bmp b/org.eclipse.osee.framework.ui.product/images/permission.bmp
new file mode 100644
index 00000000000..8a3e111c129
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/permission.bmp
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/publish.gif b/org.eclipse.osee.framework.ui.product/images/publish.gif
new file mode 100644
index 00000000000..a031b62c2d3
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/publish.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/refresh.gif b/org.eclipse.osee.framework.ui.product/images/refresh.gif
new file mode 100644
index 00000000000..a063c230aca
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/refresh.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/remove.gif b/org.eclipse.osee.framework.ui.product/images/remove.gif
new file mode 100644
index 00000000000..2cd9c544436
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/remove.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/report.gif b/org.eclipse.osee.framework.ui.product/images/report.gif
new file mode 100644
index 00000000000..e6bf9cf178e
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/report.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/sample.gif b/org.eclipse.osee.framework.ui.product/images/sample.gif
new file mode 100644
index 00000000000..34fb3c9d8cb
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/sample.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/saved.gif b/org.eclipse.osee.framework.ui.product/images/saved.gif
new file mode 100644
index 00000000000..ad505a9c23f
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/saved.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/train.gif b/org.eclipse.osee.framework.ui.product/images/train.gif
new file mode 100644
index 00000000000..222b48ad9d0
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/train.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/images/viewMenu.gif b/org.eclipse.osee.framework.ui.product/images/viewMenu.gif
new file mode 100644
index 00000000000..a7c49189228
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/images/viewMenu.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/introContent.xml b/org.eclipse.osee.framework.ui.product/introContent.xml
new file mode 100644
index 00000000000..998e847f66e
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/introContent.xml
@@ -0,0 +1,3 @@
+<introContent>
+ <page url="support/intro.html" alt-style="css/root_swt.properties" style="css/root.css" id="root" style-id="page" />
+</introContent> \ No newline at end of file
diff --git a/org.eclipse.osee.framework.ui.product/plugin.mappings b/org.eclipse.osee.framework.ui.product/plugin.mappings
new file mode 100644
index 00000000000..09baf871712
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/plugin.mappings
@@ -0,0 +1 @@
+0=0.4.0 RC1
diff --git a/org.eclipse.osee.framework.ui.product/plugin.properties b/org.eclipse.osee.framework.ui.product/plugin.properties
new file mode 100644
index 00000000000..74e6f7b7812
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/plugin.properties
@@ -0,0 +1,11 @@
+blurb=Open System Engineering Environment\n\
+\n\
+Version: {0}\n\
+\n\
+OSEE provides a tightly integrated environment that supports lean\n\
+engineering across the full product life-cycle. Since OSEE integrates all\n\
+engineering areas, the full life-cycle data for a product is managed by a\n\
+common platform allowing this data to be seamlessly combined to form a \n\
+coherent, accurate view of a project in real-time.\n\
+\n\
+http://www.eclipse.org/osee/ \ No newline at end of file
diff --git a/org.eclipse.osee.framework.ui.product/plugin.xml b/org.eclipse.osee.framework.ui.product/plugin.xml
new file mode 100644
index 00000000000..9b1e4f33e09
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/plugin.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+
+
+ <extension
+ point="org.eclipse.ui.actionSets">
+ <actionSet
+ label="OSEE Product"
+ visible="true"
+ id="osee.product.actionSet">
+ <menu
+ label="&amp;OSEE"
+ id="osee.product.oseeMenu">
+ </menu>
+
+ </actionSet>
+ </extension>
+
+ <extension
+ id="osee"
+ name="Open System Engineering Environment"
+ point="org.eclipse.core.runtime.products">
+ <product
+ application="org.eclipse.ui.ide.workbench"
+ description="The Open System Engineering Environment (OSEE) builds upon the strengths of Eclipse (an open, extensible, platform independent, feature-rich, tools platform) to provide a tightly integrated engineering environment that supports lean engineering. Since OSEE integrates all engineering areas, the full lifecycle data for a product is managed by a common platform allowing this data to be seamlessly brought together to form a coherent, accurate view of a project in real-time."
+ name="Open System Engineering Environment">
+ <property name="windowImages" value="images/osee_16.png,images/osee_32.png,images/osee_48.png" />
+ <property name="aboutImage" value="images/osee_154_152.png"/>
+ <property name="aboutText" value="%blurb"/>
+ <property name="appName" value="OSEE"/>
+ <property name="preferenceCustomization" value="support/plugin_customization.ini" />
+ </product>
+ </extension>
+<extension
+ point="org.eclipse.ui.intro">
+ <intro
+ class="org.eclipse.ui.intro.config.CustomizableIntroPart"
+ id="osee.product.intro">
+ </intro>
+ <introProductBinding
+ introId="osee.product.intro"
+ productId="osee.product.osee">
+ </introProductBinding>
+</extension>
+<extension
+ id="intro"
+ point="org.eclipse.ui.intro.config">
+ <config
+ introId="osee.product.intro"
+ id="osee.product.introConfig"
+ content="introContent.xml">
+ <presentation
+ home-page-id="root" standby-page-id="standby">
+ <implementation
+ ws="win32"
+ style="css/shared.css"
+ kind="html"
+ os="win32">
+ </implementation>
+ <implementation
+ kind="swt">
+ </implementation>
+ </presentation>
+ </config>
+</extension>
+
+
+</plugin>
diff --git a/org.eclipse.osee.framework.ui.product/splash.bmp b/org.eclipse.osee.framework.ui.product/splash.bmp
new file mode 100644
index 00000000000..89ea4384c79
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/splash.bmp
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/src/org/eclipse/osee/framework/ui/product/OseeProductActivator.java b/org.eclipse.osee.framework.ui.product/src/org/eclipse/osee/framework/ui/product/OseeProductActivator.java
new file mode 100644
index 00000000000..f9faeba2b83
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/src/org/eclipse/osee/framework/ui/product/OseeProductActivator.java
@@ -0,0 +1,114 @@
+/*******************************************************************************
+ * Copyright (c) 2004, 2007 Boeing.
+ * 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:
+ * Boeing - initial API and implementation
+ *******************************************************************************/
+package org.eclipse.osee.framework.ui.product;
+
+import java.io.InputStream;
+import org.eclipse.osee.framework.jdk.core.util.Lib;
+import org.eclipse.osee.framework.ui.plugin.OseeUiActivator;
+import org.eclipse.osee.framework.ui.plugin.util.OseeConsole;
+import org.eclipse.swt.widgets.Display;
+import org.eclipse.ui.IStartup;
+import org.osgi.framework.BundleContext;
+
+/**
+ * The main plugin class to be used in the desktop.
+ */
+public class OseeProductActivator extends OseeUiActivator implements IStartup {
+
+ public static final String USER_NAME_CHECK_BOX_PREFERENCE = "USER_NAME_CHECK_BOX_PREFERENCE";
+ public static final String USER_NAME_TEXT_BOX_PREFERENCE = "USER_NAME_TEXT_BOX_PREFERENCE";
+ public static final String SPELL_CHECK_ENABLED_PEFERENCE = "SPELL_CHECK_ENABLED_PEFERENCE";
+ public static final boolean DEFAULT_SPELL_CHECK_ENABLED_PEFERENCE = true;
+ private static OseeConsole console = null;
+ public static final String EMAIL_GROUPS_PREFERENCE = "EMAIL_GROUPS_PREFERENCE";
+ private static OseeProductActivator pluginInstance; // The shared instance.
+ private boolean prefsLoaded = false;
+
+ private String oseeVersion = "Development";
+
+ /**
+ * The constructor.
+ */
+ public OseeProductActivator() {
+ super();
+ pluginInstance = this;
+ }
+
+ public String getOseeVersion() {
+ return oseeVersion;
+ }
+
+ /**
+ * This method is called upon plug-in activation
+ *
+ * @throws Exception
+ */
+ public void start(BundleContext context) throws Exception {
+ super.start(context);
+ try {
+ InputStream is = this.getInputStream("/plugin.mappings");
+ if (is != null) {
+ oseeVersion = Lib.inputStreamToString(is);
+ oseeVersion = oseeVersion.replace("0=", "");
+ }
+ } catch (Exception ex) {
+
+ }
+ }
+
+ /**
+ * This method is called when the plug-in is stopped
+ */
+ public void stop(BundleContext context) throws Exception {
+ super.stop(context);
+ }
+
+ /**
+ * Returns the shared instance.
+ */
+ public static OseeProductActivator getInstance() {
+ return pluginInstance;
+ }
+
+ public void loadPrefs() {
+ if (prefsLoaded) return;
+
+ prefsLoaded = true;
+ }
+
+ /**
+ * Called directly after workbench initialization
+ */
+ public void earlyStartup() {
+
+ Display.getDefault().asyncExec(new Runnable() {
+
+ public void run() {
+
+ Display.getDefault().asyncExec(new Runnable() {
+
+ public void run() {
+ final String version = System.getProperty("java.version");
+ if (!version.contains("1.5")) {
+ console = new OseeConsole("OSEE Core Plugin Console");
+ Display.getDefault().timerExec(5 * 1000, new Runnable() {
+ public void run() {
+ console.popup();
+ console.writeError("Incorrect Java Version \"" + version + "\". You must have 1.5.0 or higher installed.\n");
+ }
+ });
+ }
+ }
+ });
+ }
+ });
+ }
+}
diff --git a/org.eclipse.osee.framework.ui.product/support/images/intro.1.jpg b/org.eclipse.osee.framework.ui.product/support/images/intro.1.jpg
new file mode 100644
index 00000000000..738654cb008
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/support/images/intro.1.jpg
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/support/images/intro.2.gif b/org.eclipse.osee.framework.ui.product/support/images/intro.2.gif
new file mode 100644
index 00000000000..bb91eafffd5
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/support/images/intro.2.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/support/images/intro.3.jpg b/org.eclipse.osee.framework.ui.product/support/images/intro.3.jpg
new file mode 100644
index 00000000000..852836e3be9
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/support/images/intro.3.jpg
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/support/images/intro.4.jpg b/org.eclipse.osee.framework.ui.product/support/images/intro.4.jpg
new file mode 100644
index 00000000000..948326b3b33
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/support/images/intro.4.jpg
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/support/images/osee_arch.gif b/org.eclipse.osee.framework.ui.product/support/images/osee_arch.gif
new file mode 100644
index 00000000000..16fbe4deb55
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/support/images/osee_arch.gif
Binary files differ
diff --git a/org.eclipse.osee.framework.ui.product/support/intro.html b/org.eclipse.osee.framework.ui.product/support/intro.html
new file mode 100644
index 00000000000..c4901e27ec5
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/support/intro.html
@@ -0,0 +1,54 @@
+<html>
+<head>
+<title>Open System Engineering Environment (OSEE)</title>
+<body lang=EN-US>
+
+<p><font color="green" size="2">NOTE: This page can be
+accessed anytime by selecting Help-&gt;Welcome&nbsp; -- Press
+&quot;X&quot; next to &quot;Welcome&quot; tab to close this window.</font></p>
+<div class=Section1>
+<h2>Welcome to the Open System Engineering Environment (OSEE)</h2>
+<blockquote>OSEE provides a tightly integrated environment
+that supports lean engineering across the full product life-cycle. Since
+OSEE integrates all engineering areas, the full lifecycle data for a
+product is managed by a common platform allowing this data to be
+seamlessly combined to form a coherent, accurate view of a project in
+real-time. At the heart of the OSEE architecture are the OSEE core
+services and application framework which are available to all the OSEE
+applications and enable their tight integration. <br>
+<br>
+The vision for OSEE finds concrete grounding in daily use by Subject
+Matter Experts developing next generation mission software for an
+existing Boeing aircraft. This direct involvement with a full-scale
+deployment of OSEE allows important user feedback to be rapidly
+incorporated back into both OSEE itself and as lessons learned for the
+development team. <br>
+<br>
+Since OSEE has been developed for use by separate groups of end users,
+careful attention has been given to providing a proper separation of
+core OSEE capabilities and specific extensions made for various groups.
+The requirement to support separate groups has helped ensure that OSEE
+is extensible through standard Eclipse mechanisms. The OSEE architecture
+is designed to provide an integrated, extensible engineering environment
+that can be adopted by any group engaged in engineering.</blockquote>
+<b><font size="4">Getting Started</font></b>
+</p>
+<ol>
+ <li>
+ <p>If this is your first time using OSEE, it is recommended that
+ you begin by learning the Workbench and how to navigate around.&nbsp;
+ The few minutes you spend here will enable quick and efficient use of
+ the basic framework.&nbsp; Start by Selecting Help -&gt; Help Content
+ -&gt; Workbench Users Guide.</p>
+ </li>
+ <li>
+ <p>From there, it is recommended that you look through any of the
+ items in the Help Contents that correlate to your specific tasks. You can
+ also press F1 at any time for context-sensitive help.</p>
+ </li>
+</ol>
+<p><font color="green" size="2">NOTE: This page can be
+accessed anytime by selecting Help-&gt;Welcome&nbsp; -- Press
+&quot;X&quot; next to &quot;Welcome&quot; tab to close this window.</font></p>
+</body>
+</html>
diff --git a/org.eclipse.osee.framework.ui.product/support/plugin_customization.ini b/org.eclipse.osee.framework.ui.product/support/plugin_customization.ini
new file mode 100644
index 00000000000..87dc53b76e7
--- /dev/null
+++ b/org.eclipse.osee.framework.ui.product/support/plugin_customization.ini
@@ -0,0 +1,90 @@
+# plugin_customization.ini
+# sets default values for plug-in-specific preferences
+# keys are qualified by plug-in id
+# e.g., com.example.acmeplugin/myproperty=myvalue
+# java.util.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
+# automatically refresh the workspace continuously
+org.eclipse.core.resources/refresh.enabled=true
+
+# perspective that the workbench opens initially
+org.eclipse.ui/defaultPerspectiveId=org.eclipse.ui.resourcePerspective
+
+# new-style tabs by default
+org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
+
+# put the perspective switcher on the top right
+org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
+
+# show progress on startup
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
+
+org.eclipse.ui/SHOW_TEXT_ON_PERSPECTIVE_BAR=false
+org.eclipse.ui.editors/lineNumberRuler=true
+
+#Yes I'm sure
+org.eclipse.ui.ide/EXIT_PROMPT_ON_CLOSE_LAST_WINDOW=false
+
+#Install/Update -> Automatic Updates
+org.eclipse.update.scheduler/day=Every day
+org.eclipse.update.scheduler/hour=9\:00 AM
+org.eclipse.update.scheduler/download=true
+org.eclipse.update.core/org.eclipse.update.core.checkSignature=false
+org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible
+
+org.eclipse.compare/org.eclipse.compare.IgnoreWhitespace=true
+org.eclipse.compare/org.eclipse.compare.ShowMoreInfo=true
+
+#Compiler Settings
+org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.invalidJavadoc=warning
+org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
+org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL
+org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX
+
+
+org.eclipse.jdt.ui/sp_cleanup.organize_imports=true
+org.eclipse.jdt.ui/sp_cleanup.format_source_code=true
+org.eclipse.jdt.ui/editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
+
+
+
+org.eclipse.jdt.ui/org.eclipse.jdt.ui.wizards.srcBinFoldersInNewProjects=true
+org.eclipse.jdt.ui/formatter_settings_version=11
+org.eclipse.jdt.ui/internal.default.compliance=default
+org.eclipse.jdt.ui/org.eclipse.jdt.ui.exception.name=ex
+org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles.version=11
+org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<profiles version\="11">\r\n<profile kind\="CodeFormatterProfile" name\="OSEE Java Standard" version\="11">\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_field" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_after_package" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.continuation_indentation" value\="2"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_package" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.source" value\="1.5"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_line_comments" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.lineSplit" value\="120"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indentation.size" value\="3"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_assignment" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.problem.assertIdentifier" value\="error"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.tabulation.char" value\="space"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_method" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_switch" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.problem.enumIdentifier" value\="error"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_block" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.compact_else_if" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.tabulation.size" value\="3"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_empty_lines" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.compliance" value\="1.5"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value\="2"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value\="16"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.line_length" value\="120"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_html" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_source_code" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.codegen.targetPlatform" value\="1.5"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_header" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.comment.format_block_comments" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.alignment_for_enum_constants" value\="80"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value\="end_of_line"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value\="1"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value\="true"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value\="insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value\="do not insert"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value\="false"/>\r\n<setting id\="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value\="false"/>\r\n</profile>\r\n</profiles>\r\n
+org.eclipse.jdt.ui/formatter_profile=_OSEE Java Standard
+org.eclipse.jdt.ui/org.eclipse.jdt.ui.gettersetter.use.is=true
+org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoc=true
+org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations.migrated=true
+org.eclipse.jdt.ui/org.eclipse.jdt.ui.overrideannotation=true
+org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_templates_migrated=true
+org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates><template autoinsert\="false" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">/*\r\n * Created on ${date}\r\n *\r\n * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE\r\n */\r\n${package_declaration}\r\n\r\n${typecomment}\r\n${type_declaration}</template><template autoinsert\="false" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">logger.log(Level.SEVERE, ${exception_var}.toString(), ${exception_var});</template><template autoinsert\="false" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">${body_statement}</template><template autoinsert\="false" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}</template></templates>
+org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates/>
+org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated=true
+org.eclipse.jdt.ui/org.eclipse.jdt.ui.visibility.order=B,V,R,D,
+org.eclipse.jdt.ui/outlinesortoption=T,SF,SI,SM,F,I,C,M,
+org.eclipse.jdt.ui/Refactoring.savealleditors=true
+org.eclipse.jdt.ui/tabWidthPropagated=true
+org.eclipse.jdt.ui/useAnnotationsPrefPage=true
+org.eclipse.jdt.ui/useQuickDiffPrefPage=true
+org.eclipse.search/org.eclipse.search.potentialMatch.ignore=true
+
+org.eclipse.team.core/file_types=product\n1\ncvsignore\n1\nwml\n1\nmxsd\n1\nhtml\n1\nxsd\n1\nprefs\n1\nxml\n1\nproperties\n1\nico\n2\nshtml\n1\ndatagraph\n1\njpage\n1\nbmp\n2\ngenmodel\n1\nhpp\n1\nbeaninfoConfig\n1\na\n2\nxsd2ecore\n1\ncpp\n1\necore2xml\n1\njsv\n1\njspx\n1\npdf\n2\nso\n2\nhtpl\n1\nini\n1\nzip\n2\nmod\n1\njsf\n1\ndll\n2\nemof\n1\nclass\n2\njspf\n1\nxslt\n1\noptions\n1\ntxt\n1\nclasspath\n1\ndoc\n2\ncdtproject\n1\npng\n2\ncxx\n1\nwsdl\n1\nxmljet\n1\ntif\n2\ntld\n1\nnst\n1\ntiff\n2\njavajet\n1\nc\n1\nh\n1\ntmo\n1\njsp\n1\ngif\n2\nMF\n1\nexsd\n1\nxhtml\n1\nppt\n2\noverride\n1\nxsl\n1\njardesc\n1\nhtm\n1\nexe\n2\njtpl\n1\no\n2\npropertiesjet\n1\nhh\n1\njar\n2\ncom\n2\ncc\n1\necore2ecore\n1\nxmi\n1\ndadx\n1\ncdtbuild\n1\necore\n1\nshtm\n1\njava\n1\njpeg\n2\ndtd\n1\ntag\n1\nproject\n1\ncss\n1\njetinc\n1\nxls\n2\njpg\n2\ntagf\n1\nent\n1\nlaunch\n1\ntagx\n1\n
+org.eclipse.team.core/ignore_files=*.a\ntrue\n*.dll\ntrue\n*.exe\ntrue\n*.so\ntrue\nbin\ntrue\n
+
+org.eclipse.ui.editors/tabWidth=3
+org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5
+org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=true
+
+
+
+
+org.eclipse.ui.workbench/org.eclipse.ui.commands=<?xml version\="1.0" encoding\="UTF-8"?>\n<org.eclipse.ui.commands>\n<keyBinding contextId\="org.eclipse.ui.contexts.dialogAndWindow" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+INSERT"/>\n<keyBinding commandId\="org.eclipse.ui.edit.copy" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+C"/>\n</org.eclipse.ui.commands>

Back to the top