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

[releng]fixed properties for dstoreTargets ant script

This commit is contained in:
Anna Dushistova 2012-10-30 01:39:56 +03:00
parent f27d74f227
commit 733629a692

View file

@ -83,8 +83,8 @@
</goals> </goals>
<configuration> <configuration>
<target> <target>
<property name="buildDirectory" value="${project.build.directory}/../../../../"/> <property name="buildDirectory" value="${project.build.directory}/../../../"/>
<property name="builder" value="${project.build.directory}/../../../../releng/org.eclipse.rse.build/"/> <property name="builder" value="${project.build.directory}/../../../releng/org.eclipse.rse.build/"/>
<property name="buildId" value="3.4.1"/> <property name="buildId" value="3.4.1"/>
<ant antfile="${project.build.directory}/../../../dstoreTargets-git.xml"> <ant antfile="${project.build.directory}/../../../dstoreTargets-git.xml">
<target name="serverruntime"/> <target name="serverruntime"/>