mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Add copying over of production bits to downloads dir.
This commit is contained in:
parent
6512af4277
commit
4b264d19c3
1 changed files with 2 additions and 2 deletions
|
@ -109,9 +109,9 @@
|
|||
<phase>verify</phase>
|
||||
<configuration>
|
||||
<target>
|
||||
<delete dir="${cdt-download-dir}"
|
||||
<delete dir="${cdt-download-dir}"/>
|
||||
<unzip src="target/org.eclipse.cdt.repo.zip"
|
||||
dest="${cdt-download-dir}"
|
||||
dest="${cdt-download-dir}"/>
|
||||
</target>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
Loading…
Add table
Reference in a new issue