Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.wtp.jee/plugin.xml')
-rw-r--r--plugins/org.eclipse.wtp.jee/plugin.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/plugins/org.eclipse.wtp.jee/plugin.xml b/plugins/org.eclipse.wtp.jee/plugin.xml
deleted file mode 100644
index 3d16b2bd2..000000000
--- a/plugins/org.eclipse.wtp.jee/plugin.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- id="ide"
- name="Java EE Developer Tools IDE"
- point="org.eclipse.core.runtime.products">
- <product
- application="org.eclipse.ui.ide.workbench"
- description="Eclipse Java EE Developer Tools IDE."
- name="Java EE Developer Tools IDE">
- <property
- name="preferenceCustomization"
- value="plugin_customization.ini">
- </property>
- <property
- name="appName"
- value="Eclipse">
- </property>
- <property
- name="aboutText"
- value="Eclipse Java EE Developer Tools IDE">
- </property>
- <property
- name="startupProgressRect"
- value="5,275,445,15">
- </property>
- <property
- name="aboutImage"
- value="about_gears.gif">
- </property>
- <property
- name="windowImages"
- value="javaee-ide_icon_x16.gif,javaee-ide_icon_x32.gif">
- </property>
- <property
- name="startupForegroundColor"
- value="000000">
- </property>
- <property
- name="startupMessageRect"
- value="7,252,445,20">
- </property>
- </product>
- </extension>
-
-</plugin>

Back to the top