Skip to content
Snippets Groups Projects
Commit 927393a3 authored by david_williams's avatar david_williams
Browse files

wtp product plugin

parent 372cdc42
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@ bin.includes = feature.xml,\
epl-v10.html,\
p2.inf,\
wtp.jee.product
includeLaunchers=false
includeLaunchers = false
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
<product name="Java EE Developer Tools" uid="wtp.package.jee" id="org.eclipse.wtp.package.jee.product" application="org.eclipse.ui.ide.workbench" version="3.1.0" useFeatures="true" includeLaunchers="true">
<product name="Java EE Developer Tools" uid="wtp.package.jee" id="org.eclipse.wtp.package.jee.product" application="org.eclipse.ui.ide.workbench" version="3.1.0" useFeatures="true" includeLaunchers="false">
<aboutInfo>
<image path="/org.eclipse.wtp.package.jee/about_gears.gif"/>
......
......@@ -7,7 +7,7 @@
<product
application="org.eclipse.ui.ide.workbench"
description="Eclipse Java EE Developer Tools."
name="Eclipse Java EE Developer Tools">
name="Java EE Developer Tools">
<property
name="preferenceCustomization"
value="plugin_customization.ini">
......@@ -18,12 +18,28 @@
</property>
<property
name="aboutText"
value="Eclipse Java EE Developer Tools.">
value="Eclipse Java EE Developer Tools">
</property>
<property
name="startupProgressRect"
value="5,275,445,15">
</property>
<property
name="aboutImage"
value="about_gears.gif">
</property>
<property
name="windowImages"
value="WTP_icon_x16_v2.png,WTP_icon_x32_v2.png">
</property>
<property
name="startupForegroundColor"
value="000000">
</property>
<property
name="startupMessageRect"
value="7,252,445,20">
</property>
</product>
</extension>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment