mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +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>
|
<packaging>eclipse-repository</packaging>
|
||||||
<properties>
|
<properties>
|
||||||
<tm-stream>luna</tm-stream>
|
<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>
|
<tm-install>/home/data/httpd/download.eclipse.org/tm/builds/${tm-stream}/nightly</tm-install>
|
||||||
</properties>
|
</properties>
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
<id>local-build</id>
|
<id>local-build</id>
|
||||||
<properties>
|
<properties>
|
||||||
<tm-install>${project.build.directory}/../../../../</tm-install>
|
<tm-install>${project.build.directory}/../../../../</tm-install>
|
||||||
<tm-zipfile>${project.artifactId}-${project.version}.zip</tm-zipfile>
|
<tm-zipfile>${project.artifactId}.zip</tm-zipfile>
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Add table
Reference in a new issue