1
0
Fork 0
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:
Greg Watson 2014-07-21 14:32:16 -04:00
parent 7320242f9d
commit b579ec3e80

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>
@ -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>