mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +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>
|
||||
</chmod>
|
||||
<copy todir="${tm-install}">
|
||||
<fileset dir="${project.build.directory}/../../../../" includes="rseserver*"/>
|
||||
<fileset dir="${project.build.directory}/../../../../" includes="rseserver*"/>
|
||||
</copy>
|
||||
</tasks>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
@ -116,7 +117,7 @@
|
|||
<profile>
|
||||
<id>local-build</id>
|
||||
<properties>
|
||||
<tm-install>${project.build.directory}/../../../../</tm-install>
|
||||
<tm-install>${project.build.directory}/../../../../</tm-install>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
|
@ -131,7 +132,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<!-- <delete includeemptydirs="false">
|
||||
<!-- <delete includeemptydirs="false">
|
||||
<fileset dir="${tm-install}">
|
||||
<include name="**"/>
|
||||
</fileset>
|
||||
|
|
Loading…
Add table
Reference in a new issue