Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2019-12-05 10:00:07 +0000
committerMarkus Knauer2019-12-05 10:00:07 +0000
commit039200c769ef124dc2982d84467f65f9930c8578 (patch)
treee3ef5c48d3a4f5899b1f1b5eed0c188c1900f557 /packages/org.eclipse.epp.package.reporting/plugin.xml
parent20c6b2758b6daa9e57670cd33cccf5b775e68724 (diff)
downloadorg.eclipse.epp.packages-039200c769ef124dc2982d84467f65f9930c8578.tar.gz
org.eclipse.epp.packages-039200c769ef124dc2982d84467f65f9930c8578.tar.xz
org.eclipse.epp.packages-039200c769ef124dc2982d84467f65f9930c8578.zip
Remove reporting package
The reporting package has not been published in the last EPP releases on the download page, and the BIRT project which is the core of this package does not play an active role in the current Eclipse Simultaneous Release. Removing the package configuration in order to clean up the repository and build. Change-Id: I5640c2e0f6065fac55f0f974271937116e2ae00c Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.reporting/plugin.xml')
-rw-r--r--packages/org.eclipse.epp.package.reporting/plugin.xml85
1 files changed, 0 insertions, 85 deletions
diff --git a/packages/org.eclipse.epp.package.reporting/plugin.xml b/packages/org.eclipse.epp.package.reporting/plugin.xml
deleted file mode 100644
index 97dc7887..00000000
--- a/packages/org.eclipse.epp.package.reporting/plugin.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- id="product"
- name="Reporting IDE"
- point="org.eclipse.core.runtime.products">
- <product
- application="org.eclipse.ui.ide.workbench"
- name="Eclipse IDE">
- <property
- name="preferenceCustomization"
- value="plugin_customization.ini">
- </property>
- <property
- name="appName"
- value="Eclipse">
- </property>
- <property
- name="aboutText"
- value="Eclipse IDE for Java and Report Developers&#x0A;&#x0A;Version: {1}&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2019. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse's permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.&#x0A;&#x0A;This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/.&#x0A;">
- </property>
- <property
- name="startupForegroundColor"
- value="ffffff">
- </property>
- <property
- name="startupMessageRect"
- value="7,265,320,20">
- </property>
- <property
- name="startupProgressRect"
- value="2,290,448,10">
- </property>
- <property
- name="aboutImage"
- value="eclipse_lg.png">
- </property>
- <property
- name="windowImages"
- value="eclipse16.png,eclipse32.png,eclipse48.png,eclipse256.png">
- </property>
- <property
- name="introBrandingImage"
- value="product:intro-eclipse.png">
- </property>
- <property
- name="introTitle"
- value="Welcome to the Eclipse IDE for Java and Report Developers">
- </property>
- <property
- name="introBrandingImageText"
- value="Eclipse Project">
- </property>
- <property
- name="applicationXMI"
- value="org.eclipse.platform/LegacyIDE.e4xmi">
- </property>
- <property
- name="cssTheme"
- value="org.eclipse.e4.ui.css.theme.e4_default">
- </property>
- <property
- name="applicationCSSResources"
- value="platform:/plugin/org.eclipse.ui.themes/images/">
- </property>
- <property
- name="buildIdLocation"
- value="0,220">
- </property>
- <property
- name="buildIdSize"
- value="293,40">
- </property>
- </product>
- </extension>
- <extension
- point="org.eclipse.ui.intro">
- <introProductBinding
- introId="org.eclipse.ui.intro.universal"
- productId="org.eclipse.epp.package.reporting.product">
- </introProductBinding>
- </extension>
-
-</plugin>

Back to the top