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:
parent
f27d74f227
commit
733629a692
1 changed files with 2 additions and 2 deletions
|
@ -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"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue