Skip to main content
summaryrefslogtreecommitdiffstats
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
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')
-rw-r--r--packages/org.eclipse.epp.package.php.feature/.project17
-rw-r--r--packages/org.eclipse.epp.package.php.feature/build.properties1
-rw-r--r--packages/org.eclipse.epp.package.php.feature/feature.xml59
-rw-r--r--packages/org.eclipse.epp.package.php/.project22
-rw-r--r--packages/org.eclipse.epp.package.php/META-INF/MANIFEST.MF9
-rw-r--r--packages/org.eclipse.epp.package.php/build.properties4
-rw-r--r--packages/org.eclipse.epp.package.php/eclipse_php_350.xml163
-rw-r--r--packages/org.eclipse.epp.package.php/epp.product59
-rw-r--r--packages/org.eclipse.epp.package.php/plugin.xml26
-rw-r--r--packages/org.eclipse.epp.package.php/plugin_customization.ini37
-rw-r--r--packages/org.eclipse.epp.package.php/splash.bmpbin0 -> 403616 bytes
11 files changed, 397 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.php.feature/.project b/packages/org.eclipse.epp.package.php.feature/.project
new file mode 100644
index 00000000..47122b26
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.epp.package.php.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
diff --git a/packages/org.eclipse.epp.package.php.feature/build.properties b/packages/org.eclipse.epp.package.php.feature/build.properties
new file mode 100644
index 00000000..64f93a9f
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php.feature/build.properties
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/packages/org.eclipse.epp.package.php.feature/feature.xml b/packages/org.eclipse.epp.package.php.feature/feature.xml
new file mode 100644
index 00000000..fca20cb4
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php.feature/feature.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.epp.package.php.feature"
+ label="EPP PHP Feature"
+ version="1.0.0.qualifier"
+ provider-name="Eclipse Packaging Project (EPP)"
+ plugin="org.eclipse.epp.package.php">
+
+ <description url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <url>
+ <discovery label="Galileo" url="http://download.eclipse.org/releases/galileo/"/>
+ <discovery label="Eclipse Platform 3.5 Milestones" url="http://download.eclipse.org/eclipse/updates/3.5milestones/"/>
+ </url>
+
+ <includes
+ id="org.eclipse.platform"
+ version="0.0.0"
+ search-location="both"/>
+
+ <requires>
+ <import feature="org.eclipse.cvs" version="1.1.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.equinox.p2.user.ui" version="1.1.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.help" version="1.1.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.platform" version="3.5.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.rcp" version="3.5.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.mylyn.ide_feature"/>
+ <import feature="org.eclipse.mylyn.bugzilla_feature"/>
+ <import feature="org.eclipse.mylyn.context_feature"/>
+ <import feature="org.eclipse.mylyn_feature"/>
+ <import feature="org.eclipse.mylyn.wikitext_feature"/>
+ <import feature="org.eclipse.epp.usagedata.feature"/>
+ <import feature="org.eclipse.php.sdk"/>
+ <import feature="org.eclipse.wst"/>
+ <import feature="org.eclipse.wst.xml_ui.feature"/>
+<!--
+ <import feature="org.eclipse.dltk.core"/>
+ <import feature="org.eclipse.dltk.ui"/>
+ -->
+ <import feature="org.eclipse.dltk.rse"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.epp.package.php"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
diff --git a/packages/org.eclipse.epp.package.php/.project b/packages/org.eclipse.epp.package.php/.project
new file mode 100644
index 00000000..80a6d96c
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.epp.package.php</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
diff --git a/packages/org.eclipse.epp.package.php/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.php/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..8b9f94d7
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php/META-INF/MANIFEST.MF
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: EPP PHP Bundle
+Bundle-SymbolicName: org.eclipse.epp.package.php;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: Eclipse Packaging Project (EPP)
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.eclipse.platform,
+ org.eclipse.equinox.app
diff --git a/packages/org.eclipse.epp.package.php/build.properties b/packages/org.eclipse.epp.package.php/build.properties
new file mode 100644
index 00000000..774d86f5
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php/build.properties
@@ -0,0 +1,4 @@
+bin.includes = META-INF/,\
+ plugin_customization.ini,\
+ splash.bmp,\
+ plugin.xml
diff --git a/packages/org.eclipse.epp.package.php/eclipse_php_350.xml b/packages/org.eclipse.epp.package.php/eclipse_php_350.xml
new file mode 100644
index 00000000..29efd217
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php/eclipse_php_350.xml
@@ -0,0 +1,163 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration>
+ <!--
+ Package Description information to be picked up by
+ www.eclipse.org/packages
+ -->
+ <!--
+ PackageName is the title of your package maintainer is the project or
+ persons that are maintaining the package iconurl is the fully
+ qualified URL to the icon you wish to use on the site (48x48)
+ bugzillaComponentID is used to gather bugzilla information about your
+ package. This should be given to you after provisioning of the package
+ is finished testPlan is the fully qualified URL to the test plan for
+ this package
+ -->
+
+ <packageMetaData
+ packageName="Eclipse IDE for PHP Developers"
+ maintainer="Eclipse Packaging Project"
+ iconurl="http://www.eclipse.org/downloads/images/classic2.jpg"
+ bugzillaComponentId="php-package"
+ testPlan="http://www.eclipse.org/some/url/testplan.html">
+ <!--
+ Description is wrapped in CDATA tags to all you to insert HTML code
+ if necessary
+ -->
+ <description><![CDATA[An IDE for PHP developers with Mylyn integration.]]></description>
+ <!--
+ packageTesters is a list of the people that are testing the package
+ -->
+ <packageTesters>
+ <tester>Michael Spector</tester>
+ </packageTesters>
+ </packageMetaData>
+
+ <!--
+ version, the RCP version to build. This is used to determine the file
+ name of the root file archives
+ -->
+ <rcp version="3.5M5" />
+
+ <!--
+ name, name of the product, used in naming the created files.
+ -->
+ <product name="eclipse-pdt-galileo-M4"
+ eclipseProductId="org.eclipse.platform.ide"
+ initialPerspectiveId="org.eclipse.php.perspective" />
+
+ <!-- url, pointing to an update site. -->
+ <updateSites>
+ <!-- local mirrors -->
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.5/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/eclipse/updates/3.5milestones/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/releases/ganymede/" />
+ <updateSite url="file:///home/data/httpd/download.eclipse.org/technology/epp/updates/0.5milestones/" />
+
+ <!-- eclipse.org update sites -->
+ <!--
+ <updateSite url="file:///home/mknauer/mirror/eclipse/updates/3.5milestones/" />
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.5/" />
+ <updateSite url="http://download.eclipse.org/eclipse/updates/3.5milestones/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/" />
+ <updateSite url="http://download.eclipse.org/releases/ganymede/staging/" />
+ -->
+ </updateSites>
+
+ <!-- id, a feature id. -->
+ <!-- version, the feature version. -->
+ <requiredFeatures>
+
+ <feature id="org.eclipse.platform" version="latest" />
+ <feature id="org.eclipse.cvs" version="latest" />
+ <feature id="org.eclipse.php_feature" version="latest" />
+ <feature id="org.eclipse.mylyn_feature" version="latest" />
+ <feature id="org.eclipse.mylyn.context_feature" version="latest" />
+ <feature id="org.eclipse.mylyn.team_feature" version="latest" />
+ <feature id="org.eclipse.mylyn.ide_feature" version="latest" />
+ <feature id="org.eclipse.mylyn.bugzilla_feature" version="latest" />
+ <feature id="org.eclipse.emf.common" version="latest" />
+ <feature id="org.eclipse.emf.common.ui" version="latest" />
+ <feature id="org.eclipse.emf.ecore" version="latest" />
+ <feature id="org.eclipse.emf.edit" version="latest" />
+ <feature id="org.eclipse.emf.ecore.edit" version="latest" />
+ <feature id="org.eclipse.emf.edit.ui" version="latest" />
+ <feature id="org.eclipse.xsd" version="latest" />
+ <feature id="org.eclipse.xsd.edit" version="latest" />
+ <feature id="org.eclipse.gef" version="latest" />
+ <feature id="org.eclipse.wst.common_ui.feature" version="latest" />
+ <feature id="org.eclipse.wst.xml_ui.feature" version="latest" />
+ <feature id="org.eclipse.emf" version="latest" />
+ <feature id="org.eclipse.emf.ecore.sdo" version="latest" />
+ <feature id="org.eclipse.wst" version="latest" />
+ <feature id="org.eclipse.dltk.core" version="latest" />
+ <feature id="org.eclipse.dltk.ui" version="latest" />
+ <feature id="org.eclipse.epp.usagedata.feature" version="latest" />
+
+ </requiredFeatures>
+
+ <!--
+ folder, pointing to a folder containing the zipped root files for each
+ of the target platforms.
+ -->
+ <rootFileFolder
+ folder="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.5M5-200902021535" />
+
+ <!--
+ relativeFolder, names the subfolder of the base folder where the
+ update site will be created. This is configurable so that working
+ areas, especially root files, are reusable.
+ -->
+ <extensionSite relativeFolder="extension_site"></extensionSite>
+
+ <!--
+ Create archives for win32, linux, macosx platforms, antZip is default
+ format
+ -->
+ <targetPlatforms>
+ <platform os="win32" ws="win32" arch="x86">
+ <archiveFormat format="antZip"></archiveFormat>
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+--launcher.XXMaxPermSize
+256M
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx256m</eclipseIniFileContent>
+ </platform>
+ <platform os="linux" ws="gtk" arch="x86">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx256m</eclipseIniFileContent>
+ </platform>
+ <platform os="linux" ws="gtk" arch="x86_64">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/">-showsplash
+org.eclipse.platform
+-vmargs
+-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx256m</eclipseIniFileContent>
+ </platform>
+ <platform os="macosx" ws="carbon" arch="ppc">
+ <archiveFormat format="tar" />
+ <eclipseIniFileContent path="/eclipse/Eclipse.app/Contents/MacOS/">-showsplash
+org.eclipse.platform
+-vmargs
+-Xdock:icon=../Resources/Eclipse.icns
+-XstartOnFirstThread
+-Xms40m
+-Xmx256m
+-XX:MaxPermSize=256m
+-Dosgi.requiredJavaVersion=1.5
+-Dorg.eclipse.swt.internal.carbon.smallFonts</eclipseIniFileContent>
+ </platform>
+ </targetPlatforms>
+
+</configuration>
+
diff --git a/packages/org.eclipse.epp.package.php/epp.product b/packages/org.eclipse.epp.package.php/epp.product
new file mode 100644
index 00000000..9f326f53
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php/epp.product
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.5"?>
+
+<product name="EPP PHP Package" uid="epp.package.php" id="org.eclipse.epp.package.php.product" application="org.eclipse.ui.ide.workbench" version="1.0.0" useFeatures="true" includeLaunchers="true">
+
+ <aboutInfo>
+ <text>
+ This is the EPP PHP About Dialog.
+ </text>
+ </aboutInfo>
+
+ <configIni use="default">
+ </configIni>
+
+ <launcherArgs>
+ <programArgsWin>--launcher.XXMaxPermSize
+256M</programArgsWin>
+ <vmArgs>-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx256m</vmArgs>
+ <vmArgsLin>-XX:MaxPermSize=256m</vmArgsLin>
+ <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
+-XX:MaxPermSize=256m</vmArgsMac>
+ </launcherArgs>
+
+ <windowImages/>
+
+ <splash
+ location="org.eclipse.epp.package.php" />
+ <launcher>
+ <solaris/>
+ <win useIco="false">
+ <bmp/>
+ </win>
+ </launcher>
+
+ <vm>
+ <linux>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</linux>
+ <macos>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</macos>
+ <solaris>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</solaris>
+ <windows>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</windows>
+ </vm>
+
+ <license>
+ <text>
+ This is the EPP PHP License...
+ </text>
+ </license>
+
+ <plugins>
+ <plugin id="org.eclipse.epp.package.php"/>
+ </plugins>
+
+ <features>
+ <feature id="org.eclipse.epp.package.php.feature" version="1.0.0.qualifier"/>
+ </features>
+
+
+</product>
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>
diff --git a/packages/org.eclipse.epp.package.php/plugin_customization.ini b/packages/org.eclipse.epp.package.php/plugin_customization.ini
new file mode 100644
index 00000000..9067d684
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php/plugin_customization.ini
@@ -0,0 +1,37 @@
+# plugin_customization.ini
+# sets default values for plug-in-specific preferences
+# keys are qualified by plug-in id
+# e.g., com.example.acmeplugin/myproperty=myvalue
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in plugin_customization.properties
+# This file does not need to be translated.
+
+# WARNING: This file defines the preference overrides for the Platform build
+# (the one with no JDT or PDE), not the SDK build (aka the IDE).
+# For the SDK build, use the plugin_customization.ini file in the
+# org.eclipse.sdk plug-in instead.
+
+# Property "org.eclipse.ui/defaultPerspectiveId" controls the
+# perspective that the workbench opens initially
+org.eclipse.ui/defaultPerspectiveId=org.eclipse.php.perspective
+
+# new-style tabs by default
+org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
+
+# put the perspective switcher on the top right
+org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
+
+# show progress on startup
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false
+
+# Welcome theme to use
+org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles
+
+# Root page links to show in the Universal Welcome
+org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew
+
+# Initial page layout of the Universal Welcome
+org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml
+
+# Order help books in table of contents
+org.eclipse.help/HELP_DATA = helpData.xml \ No newline at end of file
diff --git a/packages/org.eclipse.epp.package.php/splash.bmp b/packages/org.eclipse.epp.package.php/splash.bmp
new file mode 100644
index 00000000..0c4f760b
--- /dev/null
+++ b/packages/org.eclipse.epp.package.php/splash.bmp
Binary files differ

Back to the top