mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +02:00
[releng] experimenting with signing/publishing.
This commit is contained in:
parent
447fa34bba
commit
e7c6e7434a
1 changed files with 2 additions and 8 deletions
|
@ -14,7 +14,7 @@
|
|||
<properties>
|
||||
<tm-stream>juno</tm-stream>
|
||||
<tm-zipfile>org.eclipse.tm.repo.zip</tm-zipfile>
|
||||
<tm-install>/home/data/httpd/download.eclipse.org/tools/tm/builds/${tm-stream}/nightly</tm-install>
|
||||
<tm-install>/home/data/httpd/download.eclipse.org/tm/builds/${tm-stream}/nightly</tm-install>
|
||||
</properties>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
|
@ -25,11 +25,6 @@
|
|||
<profiles>
|
||||
<profile>
|
||||
<id>build-server</id>
|
||||
<!-- Temporarily, because I don't know where to install the bits-->
|
||||
<properties>
|
||||
<tm-install>${project.build.directory}/../../../../</tm-install>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -88,12 +83,11 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<!-- <delete includeemptydirs="false">
|
||||
<delete includeemptydirs="false">
|
||||
<fileset dir="${tm-install}">
|
||||
<include name="**"/>
|
||||
</fileset>
|
||||
</delete>
|
||||
-->
|
||||
<zip destfile="${tm-install}/org.eclipse.tm.repo.zip">
|
||||
<fileset dir="target/checksumFix">
|
||||
<include name="**"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue