1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Adding license and notice to distributions.

This commit is contained in:
Doug Schaefer 2006-06-21 15:33:38 +00:00
parent 7fc9ce0335
commit 0dec7a5a97

View file

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