mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +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>
|
||||
<properties>
|
||||
<tm-install>${project.build.directory}/../../../../</tm-install>
|
||||
<tm-zipfile>${project.artifactId}-${project.version}.zip</tm-zipfile>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
|
@ -155,7 +156,7 @@
|
|||
<include name="**"/>
|
||||
</fileset>
|
||||
</delete> -->
|
||||
<copy file="target/org.eclipse.tm.repo.zip" todir="${tm-install}">
|
||||
<copy file="target/${tm-zipfile}" todir="${tm-install}">
|
||||
</copy>
|
||||
<chmod perm="g+w">
|
||||
<fileset dir="${tm-install}">
|
||||
|
|
Loading…
Add table
Reference in a new issue