mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
[releng]Updated rseserver version.
Signed-off-by: Anna Dushistova <anna.dushistova@gmail.com>
This commit is contained in:
parent
03c3339f14
commit
4666ad510c
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
||||||
<target>
|
<target>
|
||||||
<property name="buildDirectory" value="${project.build.directory}/../../../"/>
|
<property name="buildDirectory" value="${project.build.directory}/../../../"/>
|
||||||
<property name="builder" value="${project.build.directory}/../../../releng/"/>
|
<property name="builder" value="${project.build.directory}/../../../releng/"/>
|
||||||
<property name="buildId" value="3.5.0"/>
|
<property name="buildId" value="3.6.0"/>
|
||||||
<ant antfile="${project.build.directory}/../../../dstoreTargets-git.xml">
|
<ant antfile="${project.build.directory}/../../../dstoreTargets-git.xml">
|
||||||
<target name="serverruntime"/>
|
<target name="serverruntime"/>
|
||||||
</ant>
|
</ant>
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
<id>local-build</id>
|
<id>local-build</id>
|
||||||
<properties>
|
<properties>
|
||||||
<tm-install>${project.build.directory}/../../../../</tm-install>
|
<tm-install>${project.build.directory}/../../../../</tm-install>
|
||||||
<tm-zipfile>${project.artifactId}-${project.version}.zip</tm-zipfile>
|
<tm-zipfile>${project.artifactId}.zip</tm-zipfile>
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Add table
Reference in a new issue