Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2017-08-14 05:48:57 +0000
committerMarkus Knauer2017-08-14 05:48:57 +0000
commitb440dcbfe726a2b2fc96ad26f90cef05dd3978aa (patch)
treef9b87efe1987706866df38a9f3bf43633a6789ee /releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
parentca4f68cd7f352553197de7d78bc1f2d8888a5b99 (diff)
downloadorg.eclipse.epp.packages-b440dcbfe726a2b2fc96ad26f90cef05dd3978aa.tar.gz
org.eclipse.epp.packages-b440dcbfe726a2b2fc96ad26f90cef05dd3978aa.tar.xz
org.eclipse.epp.packages-b440dcbfe726a2b2fc96ad26f90cef05dd3978aa.zip
Update for Eclipse Photon (4.8.0) Release
Update all pom.xml, feature.xml, epp.product, MANIFEST.MF, p2.inf files to the new version 4.8.0 and to the new Simultaneous Release name of Photon. Change-Id: I081a54ddac2ee61592bac9a61eae83906728d2e1 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.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
index a4d2af54..d4b631f6 100644
--- a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
+++ b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl
@@ -22,7 +22,7 @@ Contributors:
<xsl:template match="repository/properties">
<properties size='{@size+1}'>
<xsl:copy-of select="property" />
- <property name='p2.statsURI' value='http://download.eclipse.org/stats/technology/epp/packages/oxygen' />
+ <property name='p2.statsURI' value='http://download.eclipse.org/stats/technology/epp/packages/photon' />
</properties>
</xsl:template>

Back to the top