1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Adding license and notice to distributions.

This commit is contained in:
Doug Schaefer 2006-06-21 15:56:29 +00:00
parent 0dec7a5a97
commit 9daef1d2de
3 changed files with 2 additions and 3 deletions

View file

@ -70,10 +70,9 @@
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-win32.x86.zip"/>
</ant>
<exec executable="zip" dir="${basedir}">
<exec executable="zip" dir="${builder}/..">
<arg line="-r -q ${buildDirectory}/${buildLabel}/org.eclipse.cdt-${branchVersion}-${buildId}-win32.x86.zip"/>
<arg line="epl-v10.html"/>
<arg line="notice.html"/>
<arg line="eclipse"/>
</exec>
</target>