mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 12:25:35 +02:00
Fix tm-zipfile name so that it gets copied to build directory.
Change-Id: I1b2244370779fb1186dddf44fe65b40d288947fe Signed-off-by: Greg Watson <g.watson@computer.org>
This commit is contained in:
parent
7320242f9d
commit
b579ec3e80
1 changed files with 2 additions and 2 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>
|
||||
|
@ -90,7 +90,7 @@
|
|||
<id>local-build</id>
|
||||
<properties>
|
||||
<tm-install>${project.build.directory}/../../../../</tm-install>
|
||||
<tm-zipfile>${project.artifactId}-${project.version}.zip</tm-zipfile>
|
||||
<tm-zipfile>${project.artifactId}.zip</tm-zipfile>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
Loading…
Add table
Reference in a new issue