1
0
Fork 0
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:
Doug Schaefer 2013-12-12 15:27:21 -05:00
parent 6512af4277
commit 4b264d19c3

View file

@ -109,9 +109,9 @@
<phase>verify</phase> <phase>verify</phase>
<configuration> <configuration>
<target> <target>
<delete dir="${cdt-download-dir}" <delete dir="${cdt-download-dir}"/>
<unzip src="target/org.eclipse.cdt.repo.zip" <unzip src="target/org.eclipse.cdt.repo.zip"
dest="${cdt-download-dir}" dest="${cdt-download-dir}"/>
</target> </target>
</configuration> </configuration>
</execution> </execution>