diff options
Diffstat (limited to 'releng/org.eclipse.epp.config/tools/addDownloadStats.xsl')
-rw-r--r-- | releng/org.eclipse.epp.config/tools/addDownloadStats.xsl | 2 |
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 b3a5c092..94c3015b 100644 --- a/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl +++ b/releng/org.eclipse.epp.config/tools/addDownloadStats.xsl @@ -22,7 +22,7 @@ Gregoire Dupe <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/kepler' />
+ <property name='p2.statsURI' value='http://download.eclipse.org/stats/technology/epp/packages/luna' />
</properties>
</xsl:template>
|