1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-21 15:23:59 +02:00

[releng] experimenting with uploading dstore server bits.

This commit is contained in:
Anna Dushistova 2012-05-21 06:17:02 +00:00
parent e7c6e7434a
commit 7a68c04583

View file

@ -310,6 +310,23 @@
</target>
</configuration>
</execution>
<execution>
<id>upload-serverruntime</id>
<phase>install</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<properties>
<tm-install>/home/data/httpd/download.eclipse.org/tm/builds/${platform-version-name}/nightly</tm-install>
</properties>
<target>
<copy todir="${tm-install}">
<fileset dir="${project.build.directory}" includes="rseserver*"/>
</copy>
</target>
</configuration>
</execution>
</executions>
</plugin>
</plugins>