1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

[releng]fixed dstore targets location

This commit is contained in:
Anna Dushistova 2012-10-30 01:11:25 +03:00
parent 097d326fed
commit f27d74f227

View file

@ -86,7 +86,7 @@
<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">
<ant antfile="${project.build.directory}/../../../dstoreTargets-git.xml">
<target name="serverruntime"/>
</ant>
</target>