1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 01:45:33 +02:00

Adding license and notice to distributions.

This commit is contained in:
Doug Schaefer 2006-06-21 17:41:40 +00:00
parent 9daef1d2de
commit 50c51184a1
4 changed files with 1 additions and 4 deletions

View file

@ -13,3 +13,4 @@ bin.includes = feature.xml,\
eclipse_update_120.jpg,\
license.html,\
epl-v10.html
root = rootfiles

View file

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