mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-17 22:15:23 +02:00
[releng] experimenting with uploading dstore server bits.
This commit is contained in:
parent
018a5228e3
commit
5f7d9fc226
1 changed files with 4 additions and 3 deletions
|
@ -104,7 +104,8 @@
|
||||||
</fileset>
|
</fileset>
|
||||||
</chmod>
|
</chmod>
|
||||||
<copy todir="${tm-install}">
|
<copy todir="${tm-install}">
|
||||||
<fileset dir="${project.build.directory}/../../../../" includes="rseserver*"/>
|
<fileset dir="${project.build.directory}/../../../../" includes="rseserver*"/>
|
||||||
|
</copy>
|
||||||
</tasks>
|
</tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
@ -116,7 +117,7 @@
|
||||||
<profile>
|
<profile>
|
||||||
<id>local-build</id>
|
<id>local-build</id>
|
||||||
<properties>
|
<properties>
|
||||||
<tm-install>${project.build.directory}/../../../../</tm-install>
|
<tm-install>${project.build.directory}/../../../../</tm-install>
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@ -131,7 +132,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<target>
|
<target>
|
||||||
<!-- <delete includeemptydirs="false">
|
<!-- <delete includeemptydirs="false">
|
||||||
<fileset dir="${tm-install}">
|
<fileset dir="${tm-install}">
|
||||||
<include name="**"/>
|
<include name="**"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
|
|
Loading…
Add table
Reference in a new issue