mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-21 07:05:58 +02:00
[releng] updating to the tycho 0.15.0.
This commit is contained in:
parent
4bef69ee8f
commit
38b7cf89ee
1 changed files with 2 additions and 1 deletions
|
@ -136,6 +136,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>
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@ -155,7 +156,7 @@
|
||||||
<include name="**"/>
|
<include name="**"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</delete> -->
|
</delete> -->
|
||||||
<copy file="target/org.eclipse.tm.repo.zip" todir="${tm-install}">
|
<copy file="target/${tm-zipfile}" todir="${tm-install}">
|
||||||
</copy>
|
</copy>
|
||||||
<chmod perm="g+w">
|
<chmod perm="g+w">
|
||||||
<fileset dir="${tm-install}">
|
<fileset dir="${tm-install}">
|
||||||
|
|
Loading…
Add table
Reference in a new issue