1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

[releng]Fixed zipped p2 repository name in the copy task.

Signed-off-by: Anna Dushistova <anna.dushistova@gmail.com>
This commit is contained in:
Anna Dushistova 2014-07-14 22:29:17 +04:00
parent d26a0df023
commit 03c3339f14

View file

@ -13,7 +13,7 @@
<packaging>eclipse-repository</packaging>
<properties>
<tm-stream>luna</tm-stream>
<tm-zipfile>${project.artifactId}-${project.version}.zip</tm-zipfile>
<tm-zipfile>${project.artifactId}.zip</tm-zipfile>
<tm-install>/home/data/httpd/download.eclipse.org/tm/builds/${tm-stream}/nightly</tm-install>
</properties>
<pluginRepositories>