Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2015-04-08 20:37:08 +0000
committerjmisinco2015-04-08 20:37:08 +0000
commitdd5b7bcfd0f6f6d1c3ab69234facebb8d44d0480 (patch)
treea58b7d662745785b677e40b6396405bfb20f63cd
parentdc04913aba0da9389bcee3f7b0a3debf537373d0 (diff)
downloadorg.eclipse.osee-dd5b7bcfd0f6f6d1c3ab69234facebb8d44d0480.tar.gz
org.eclipse.osee-dd5b7bcfd0f6f6d1c3ab69234facebb8d44d0480.tar.xz
org.eclipse.osee-dd5b7bcfd0f6f6d1c3ab69234facebb8d44d0480.zip
bug: Revert product change0.21.0.v201504090135_RC
-rw-r--r--plugins/org.eclipse.osee.framework.ui.product/plugin.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.product/plugin.xml b/plugins/org.eclipse.osee.framework.ui.product/plugin.xml
index b2348bdb8f8..a265a650d54 100644
--- a/plugins/org.eclipse.osee.framework.ui.product/plugin.xml
+++ b/plugins/org.eclipse.osee.framework.ui.product/plugin.xml
@@ -8,8 +8,11 @@
<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="LBA OSEE IDE Client">
- <property name="appName" value="LBA OSEE IDE Client"/>
+ 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" />
<property
name="cssTheme"

Back to the top