Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.master.product/org.eclipse.osee.ote.master.product')
-rw-r--r--plugins/org.eclipse.osee.ote.master.product/org.eclipse.osee.ote.master.product6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.ote.master.product/org.eclipse.osee.ote.master.product b/plugins/org.eclipse.osee.ote.master.product/org.eclipse.osee.ote.master.product
index c4fcb5c2c52..1fa54eecdea 100644
--- a/plugins/org.eclipse.osee.ote.master.product/org.eclipse.osee.ote.master.product
+++ b/plugins/org.eclipse.osee.ote.master.product/org.eclipse.osee.ote.master.product
@@ -17,9 +17,7 @@
<windowImages/>
<launcher>
- <linux useIco="false"/>
- <macosx useIco="false"/>
- <solaris useIco="false"/>
+ <solaris/>
<win useIco="false">
<bmp/>
</win>
@@ -43,7 +41,7 @@
<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.equinox.http.jetty" autoStart="true" startLevel="0" />
<plugin id="org.eclipse.equinox.http.servlet" autoStart="true" startLevel="0" />
- <plugin id="org.eclipse.osee.rest.admin" autoStart="true" startLevel="0" />
+ <plugin id="org.eclipse.osee.jaxrs.server" autoStart="true" startLevel="0" />
</configurations>
</product>

Back to the top