Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-04-29 14:57:44 +0000
committerMarkus Knauer2009-04-29 14:57:44 +0000
commit0fc0a77ecc597e49aa32fd629fbfbae8fa03b9e2 (patch)
tree5c6221345249373149875c8f770918ced786b228 /packages/org.eclipse.epp.package.jee/plugin.xml
parent6581ac2a151e38d44ee6ef486e23652ece4fc399 (diff)
downloadorg.eclipse.epp.packages-0fc0a77ecc597e49aa32fd629fbfbae8fa03b9e2.tar.gz
org.eclipse.epp.packages-0fc0a77ecc597e49aa32fd629fbfbae8fa03b9e2.tar.xz
org.eclipse.epp.packages-0fc0a77ecc597e49aa32fd629fbfbae8fa03b9e2.zip
initial package check-in
Diffstat (limited to 'packages/org.eclipse.epp.package.jee/plugin.xml')
-rw-r--r--packages/org.eclipse.epp.package.jee/plugin.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.jee/plugin.xml b/packages/org.eclipse.epp.package.jee/plugin.xml
new file mode 100644
index 00000000..49d0b853
--- /dev/null
+++ b/packages/org.eclipse.epp.package.jee/plugin.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ id="product"
+ point="org.eclipse.core.runtime.products">
+ <product
+ application="org.eclipse.ui.ide.workbench"
+ description="The EPP JEE Package."
+ name="EPP JEE Package">
+ <property
+ name="preferenceCustomization"
+ value="plugin_customization.ini">
+ </property>
+ <property
+ name="appName"
+ value="EPP JEE Package">
+ </property>
+ <property
+ name="aboutText"
+ value="This is the EPP JEE About Dialog.">
+ </property>
+ </product>
+ </extension>
+
+</plugin>

Back to the top