1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-06 00:25:25 +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>
<configuration>
<target>
<property name="buildDirectory" value="${project.build.directory}/../../../../"/>
<property name="builder" value="${project.build.directory}/../../../../releng/org.eclipse.rse.build/"/>
<property name="buildDirectory" value="${project.build.directory}/../../../"/>
<property name="builder" value="${project.build.directory}/../../../releng/org.eclipse.rse.build/"/>
<property name="buildId" value="3.4.1"/>
<ant antfile="${project.build.directory}/../../../dstoreTargets-git.xml">
<target name="serverruntime"/>