mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46: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:
parent
d26a0df023
commit
03c3339f14
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue