Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/org.eclipse.epp.package.rcp.feature/.project17
-rw-r--r--packages/org.eclipse.epp.package.rcp.feature/build.properties1
-rw-r--r--packages/org.eclipse.epp.package.rcp.feature/feature.xml57
-rw-r--r--packages/org.eclipse.epp.package.rcp/.project22
-rw-r--r--packages/org.eclipse.epp.package.rcp/META-INF/MANIFEST.MF9
-rw-r--r--packages/org.eclipse.epp.package.rcp/build.properties4
-rw-r--r--packages/org.eclipse.epp.package.rcp/epp.product59
-rw-r--r--packages/org.eclipse.epp.package.rcp/plugin.xml26
-rw-r--r--packages/org.eclipse.epp.package.rcp/plugin_customization.ini37
-rw-r--r--packages/org.eclipse.epp.package.rcp/splash.bmpbin0 -> 403616 bytes
-rw-r--r--packages/org.eclipse.epp.package.reporting.feature/.project17
-rw-r--r--packages/org.eclipse.epp.package.reporting.feature/build.properties1
-rw-r--r--packages/org.eclipse.epp.package.reporting.feature/feature.xml77
-rw-r--r--packages/org.eclipse.epp.package.reporting/.project22
-rw-r--r--packages/org.eclipse.epp.package.reporting/META-INF/MANIFEST.MF9
-rw-r--r--packages/org.eclipse.epp.package.reporting/build.properties4
-rw-r--r--packages/org.eclipse.epp.package.reporting/epp.product59
-rw-r--r--packages/org.eclipse.epp.package.reporting/plugin.xml26
-rw-r--r--packages/org.eclipse.epp.package.reporting/plugin_customization.ini37
-rw-r--r--packages/org.eclipse.epp.package.reporting/splash.bmpbin0 -> 403616 bytes
20 files changed, 484 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.rcp.feature/.project b/packages/org.eclipse.epp.package.rcp.feature/.project
new file mode 100644
index 00000000..c6c31164
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.epp.package.rcp-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.rcp.feature/build.properties b/packages/org.eclipse.epp.package.rcp.feature/build.properties
new file mode 100644
index 00000000..64f93a9f
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp.feature/build.properties
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/packages/org.eclipse.epp.package.rcp.feature/feature.xml b/packages/org.eclipse.epp.package.rcp.feature/feature.xml
new file mode 100644
index 00000000..e3d1265f
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp.feature/feature.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.epp.package.rcp.feature"
+ label="EPP RCP Feature"
+ version="1.0.0.qualifier"
+ provider-name="Eclipse Packaging Project (EPP)"
+ plugin="org.eclipse.epp.package.rcp">
+
+ <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.jdt" version="3.5.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.pde" version="3.5.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.wst.xml_ui.feature"/>
+ <import feature="org.eclipse.mylyn.ide_feature"/>
+ <import feature="org.eclipse.mylyn.java_feature"/>
+ <import feature="org.eclipse.mylyn.pde_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.ecf.core"/>
+ <import feature="org.eclipse.epp.usagedata.feature"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.epp.package.rcp"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
diff --git a/packages/org.eclipse.epp.package.rcp/.project b/packages/org.eclipse.epp.package.rcp/.project
new file mode 100644
index 00000000..58ac2d1b
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.epp.package.rcp</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.rcp/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.rcp/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..d9323e17
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp/META-INF/MANIFEST.MF
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: EPP RCP Bundle
+Bundle-SymbolicName: org.eclipse.epp.package.rcp;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.rcp/build.properties b/packages/org.eclipse.epp.package.rcp/build.properties
new file mode 100644
index 00000000..774d86f5
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp/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.rcp/epp.product b/packages/org.eclipse.epp.package.rcp/epp.product
new file mode 100644
index 00000000..da727ebb
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp/epp.product
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.5"?>
+
+<product name="EPP RCP Package" uid="epp.package.rcp" id="org.eclipse.epp.package.rcp.product" application="org.eclipse.ui.ide.workbench" version="1.0.0" useFeatures="true" includeLaunchers="true">
+
+ <aboutInfo>
+ <text>
+ This is the EPP RCP About Dialog.
+ </text>
+ </aboutInfo>
+
+ <configIni use="default">
+ </configIni>
+
+ <launcherArgs>
+ <programArgsWin>--launcher.XXMaxPermSize
+256M</programArgsWin>
+ <vmArgs>-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m</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.rcp" />
+ <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 RCP License...
+ </text>
+ </license>
+
+ <plugins>
+ <plugin id="org.eclipse.epp.package.rcp"/>
+ </plugins>
+
+ <features>
+ <feature id="org.eclipse.epp.package.rcp.feature" version="1.0.0.qualifier"/>
+ </features>
+
+
+</product>
diff --git a/packages/org.eclipse.epp.package.rcp/plugin.xml b/packages/org.eclipse.epp.package.rcp/plugin.xml
new file mode 100644
index 00000000..e277b06b
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp/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 RCP Package."
+ name="EPP RCP Package">
+ <property
+ name="preferenceCustomization"
+ value="plugin_customization.ini">
+ </property>
+ <property
+ name="appName"
+ value="EPP RCP Package">
+ </property>
+ <property
+ name="aboutText"
+ value="This is the EPP RCP About Dialog.">
+ </property>
+ </product>
+ </extension>
+
+</plugin>
diff --git a/packages/org.eclipse.epp.package.rcp/plugin_customization.ini b/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
new file mode 100644
index 00000000..72f3830e
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp/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.pde.ui.PDEPerspective
+
+# 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.rcp/splash.bmp b/packages/org.eclipse.epp.package.rcp/splash.bmp
new file mode 100644
index 00000000..0c4f760b
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rcp/splash.bmp
Binary files differ
diff --git a/packages/org.eclipse.epp.package.reporting.feature/.project b/packages/org.eclipse.epp.package.reporting.feature/.project
new file mode 100644
index 00000000..b803a423
--- /dev/null
+++ b/packages/org.eclipse.epp.package.reporting.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.epp.package.reporting-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.reporting.feature/build.properties b/packages/org.eclipse.epp.package.reporting.feature/build.properties
new file mode 100644
index 00000000..64f93a9f
--- /dev/null
+++ b/packages/org.eclipse.epp.package.reporting.feature/build.properties
@@ -0,0 +1 @@
+bin.includes = feature.xml
diff --git a/packages/org.eclipse.epp.package.reporting.feature/feature.xml b/packages/org.eclipse.epp.package.reporting.feature/feature.xml
new file mode 100644
index 00000000..af7c3a48
--- /dev/null
+++ b/packages/org.eclipse.epp.package.reporting.feature/feature.xml
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.epp.package.reporting.feature"
+ label="EPP Reporting Feature"
+ version="1.0.0.qualifier"
+ provider-name="Eclipse Packaging Project (EPP)"
+ plugin="org.eclipse.epp.package.reporting">
+
+ <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.jdt" version="3.5.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.java_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.ecf.core"/>
+ <import feature="org.eclipse.epp.usagedata.feature"/>
+ <import feature="org.eclipse.rse"/>
+ <import feature="org.eclipse.rse.useractions"/>
+ <import feature="org.eclipse.tm.terminal.sdk"/>
+ <import feature="org.eclipse.datatools.sdk.feature"/>
+ <import feature="org.eclipse.datatools.enablement.sdk.feature"/>
+ <import feature="org.eclipse.wst"/>
+ <import feature="org.eclipse.jst"/>
+ <import feature="org.eclipse.jpt.feature"/>
+ <import feature="org.eclipse.jst.ws.axis2tools.feature"/>
+ <import feature="org.eclipse.jpt.eclipselink.feature"/>
+ <import feature="org.eclipse.jst.webpageeditor.feature"/>
+ <import feature="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature"/>
+ <import feature="org.eclipse.wst.xml_ui.feature"/>
+ <import feature="org.eclipse.wst.jsdt.feature"/>
+ <import feature="org.eclipse.birt"/>
+ <import feature="org.eclipse.birt.doc"/>
+ <import feature="com.lowagie.itext"/>
+ <import feature="org.apache.commons.codec"/>
+ <import feature="org.mozilla.rhino"/>
+ <import feature="org.w3c.sac"/>
+ <import feature="org.apache.derby.core"/>
+ <import feature="org.eclipse.birt.integration.wtp"/>
+ <import feature="org.eclipse.birt.chart.integration.wtp"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.epp.package.reporting"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
diff --git a/packages/org.eclipse.epp.package.reporting/.project b/packages/org.eclipse.epp.package.reporting/.project
new file mode 100644
index 00000000..b5db2f66
--- /dev/null
+++ b/packages/org.eclipse.epp.package.reporting/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.epp.package.reporting</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.reporting/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.reporting/META-INF/MANIFEST.MF
new file mode 100644
index 00000000..44e701ab
--- /dev/null
+++ b/packages/org.eclipse.epp.package.reporting/META-INF/MANIFEST.MF
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: EPP Reporting Bundle
+Bundle-SymbolicName: org.eclipse.epp.package.reporting;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.reporting/build.properties b/packages/org.eclipse.epp.package.reporting/build.properties
new file mode 100644
index 00000000..774d86f5
--- /dev/null
+++ b/packages/org.eclipse.epp.package.reporting/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.reporting/epp.product b/packages/org.eclipse.epp.package.reporting/epp.product
new file mode 100644
index 00000000..eae96c33
--- /dev/null
+++ b/packages/org.eclipse.epp.package.reporting/epp.product
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.5"?>
+
+<product name="EPP Reporting Package" uid="epp.package.reporting" id="org.eclipse.epp.package.reporting.product" application="org.eclipse.ui.ide.workbench" version="1.0.0" useFeatures="true" includeLaunchers="true">
+
+ <aboutInfo>
+ <text>
+ This is the EPP Reporting About Dialog.
+ </text>
+ </aboutInfo>
+
+ <configIni use="default">
+ </configIni>
+
+ <launcherArgs>
+ <programArgsWin>--launcher.XXMaxPermSize
+256M</programArgsWin>
+ <vmArgs>-Dosgi.requiredJavaVersion=1.5
+-Xms40m
+-Xmx512m</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.reporting" />
+ <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 Reporting License...
+ </text>
+ </license>
+
+ <plugins>
+ <plugin id="org.eclipse.epp.package.reporting"/>
+ </plugins>
+
+ <features>
+ <feature id="org.eclipse.epp.package.reporting.feature" version="1.0.0.qualifier"/>
+ </features>
+
+
+</product>
diff --git a/packages/org.eclipse.epp.package.reporting/plugin.xml b/packages/org.eclipse.epp.package.reporting/plugin.xml
new file mode 100644
index 00000000..b3c3dfcd
--- /dev/null
+++ b/packages/org.eclipse.epp.package.reporting/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 Reporting Package."
+ name="EPP Reporting Package">
+ <property
+ name="preferenceCustomization"
+ value="plugin_customization.ini">
+ </property>
+ <property
+ name="appName"
+ value="EPP Reporting Package">
+ </property>
+ <property
+ name="aboutText"
+ value="This is the EPP Reporting About Dialog.">
+ </property>
+ </product>
+ </extension>
+
+</plugin>
diff --git a/packages/org.eclipse.epp.package.reporting/plugin_customization.ini b/packages/org.eclipse.epp.package.reporting/plugin_customization.ini
new file mode 100644
index 00000000..f75a4fee
--- /dev/null
+++ b/packages/org.eclipse.epp.package.reporting/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.jst.j2ee.J2EEPerspective
+
+# 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.reporting/splash.bmp b/packages/org.eclipse.epp.package.reporting/splash.bmp
new file mode 100644
index 00000000..0c4f760b
--- /dev/null
+++ b/packages/org.eclipse.epp.package.reporting/splash.bmp
Binary files differ

Back to the top