Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2016-06-13 18:00:00 +0000
committerMarkus Knauer2016-06-13 18:00:00 +0000
commitbede3e85e8d2c8b15a173b7e6f7c039e0cfa5054 (patch)
treeba86869f92e86e9bdb986160ce260d12d2f234cd /releng/org.eclipse.epp.config
parent237bfad944d8bd4383be90f1bf35c18258f78466 (diff)
downloadorg.eclipse.epp.packages-bede3e85e8d2c8b15a173b7e6f7c039e0cfa5054.tar.gz
org.eclipse.epp.packages-bede3e85e8d2c8b15a173b7e6f7c039e0cfa5054.tar.xz
org.eclipse.epp.packages-bede3e85e8d2c8b15a173b7e6f7c039e0cfa5054.zip
Final updates for Eclipse Neon
- Update N&N URLs in epp.website.xml files - Add new Neon packages to download stats XSL Change-Id: I8b5cc511725b6b71edd006a2a4e348e46f79dc03 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'releng/org.eclipse.epp.config')
-rw-r--r--releng/org.eclipse.epp.config/tools/addDownloadStats.xsl8
1 files changed, 8 insertions, 0 deletions
diff --git a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
index 6f4529a4..987a0572 100644
--- a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
+++ b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
@@ -26,6 +26,10 @@ Contributors:
</properties>
</xsl:template>
+ <xsl:template match="artifact[@classifier='osgi.bundle' and @id='org.eclipse.epp.package.android']/properties">
+ <xsl:call-template name="artifact_properties" />
+ </xsl:template>
+
<xsl:template match="artifact[@classifier='osgi.bundle' and @id='org.eclipse.epp.package.committers']/properties">
<xsl:call-template name="artifact_properties" />
</xsl:template>
@@ -86,6 +90,10 @@ Contributors:
</xsl:template>
+ <xsl:template match="artifact[@classifier='org.eclipse.update.feature' and @id='org.eclipse.epp.package.android.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.committers.feature']/properties">
<xsl:call-template name="artifact_properties_feature" />
</xsl:template>

Back to the top