1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

[releng]more work on the pom.xml files

This commit is contained in:
Anna Dushistova 2012-10-30 00:02:56 +03:00
parent 5311def09f
commit 8792d02e89
4 changed files with 2 additions and 2 deletions

View file

@ -84,9 +84,9 @@
<configuration>
<target>
<property name="buildDirectory" value="${project.build.directory}/../../../../"/>
<property name="builder" value="${project.build.directory}/../../../../org.eclipse.tm.rse/releng/org.eclipse.rse.build/"/>
<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.xml">
<ant antfile="${project.build.directory}/../../../../dstoreTargets-git.xml">
<target name="serverruntime"/>
</ant>
</target>