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