mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-17 05:55:22 +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>
|
<properties>
|
||||||
<tm-stream>juno</tm-stream>
|
<tm-stream>juno</tm-stream>
|
||||||
<tm-zipfile>org.eclipse.tm.repo.zip</tm-zipfile>
|
<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>
|
</properties>
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
|
@ -25,11 +25,6 @@
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>build-server</id>
|
<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>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -88,12 +83,11 @@
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<!-- <delete includeemptydirs="false">
|
<delete includeemptydirs="false">
|
||||||
<fileset dir="${tm-install}">
|
<fileset dir="${tm-install}">
|
||||||
<include name="**"/>
|
<include name="**"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</delete>
|
</delete>
|
||||||
-->
|
|
||||||
<zip destfile="${tm-install}/org.eclipse.tm.repo.zip">
|
<zip destfile="${tm-install}/org.eclipse.tm.repo.zip">
|
||||||
<fileset dir="target/checksumFix">
|
<fileset dir="target/checksumFix">
|
||||||
<include name="**"/>
|
<include name="**"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue