Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-04-30 10:25:54 +0000
committerMarkus Knauer2009-04-30 10:25:54 +0000
commitcdc8a7e252d11f77e8bab2fbf91e09bf79745477 (patch)
tree522dec8f4b9b5d12fe2c535316c3255e3769bbc8 /packages/org.eclipse.epp.package.php/plugin.xml
parentbc27639892779d89cb5986e023b9b27f3f2e1e1b (diff)
downloadorg.eclipse.epp.packages-cdc8a7e252d11f77e8bab2fbf91e09bf79745477.tar.gz
org.eclipse.epp.packages-cdc8a7e252d11f77e8bab2fbf91e09bf79745477.tar.xz
org.eclipse.epp.packages-cdc8a7e252d11f77e8bab2fbf91e09bf79745477.zip
initial package check-in
Diffstat (limited to 'packages/org.eclipse.epp.package.php/plugin.xml')
-rw-r--r--packages/org.eclipse.epp.package.php/plugin.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.php/plugin.xml b/packages/org.eclipse.epp.package.php/plugin.xml
new file mode 100644
index 00000000..ff39f48f
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php/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 PHP Package."
+ name="EPP PHP Package">
+ <property
+ name="preferenceCustomization"
+ value="plugin_customization.ini">
+ </property>
+ <property
+ name="appName"
+ value="EPP PHP Package">
+ </property>
+ <property
+ name="aboutText"
+ value="This is the EPP PHP About Dialog.">
+ </property>
+ </product>
+ </extension>
+
+</plugin>

Back to the top