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 /releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
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 'releng/org.eclipse.epp.config/tools/addDownloadStats.xsl')
-rw-r--r--releng/org.eclipse.epp.config/tools/addDownloadStats.xsl8
1 files changed, 0 insertions, 8 deletions
diff --git a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
index 47884459..772499d3 100644
--- a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
+++ b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
@@ -66,10 +66,6 @@ Contributors:
<xsl:call-template name="artifact_properties" />
</xsl:template>
- <xsl:template match="artifact[@classifier='osgi.bundle' and @id='org.eclipse.epp.package.reporting']/properties">
- <xsl:call-template name="artifact_properties" />
- </xsl:template>
-
<xsl:template match="artifact[@classifier='osgi.bundle' and @id='org.eclipse.epp.package.scout']/properties">
<xsl:call-template name="artifact_properties" />
</xsl:template>
@@ -134,10 +130,6 @@ Contributors:
<xsl:call-template name="artifact_properties_feature" />
</xsl:template>
- <xsl:template match="artifact[@classifier='org.eclipse.update.feature' and @id='org.eclipse.epp.package.reporting.feature']/properties">
- <xsl:call-template name="artifact_properties_feature" />
- </xsl:template>
-
<xsl:template match="artifact[@classifier='org.eclipse.update.feature' and @id='org.eclipse.epp.package.scout.feature']/properties">
<xsl:call-template name="artifact_properties_feature" />
</xsl:template>

Back to the top