mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 21:35:40 +02:00
Adding license and notice to distributions.
This commit is contained in:
parent
9daef1d2de
commit
50c51184a1
4 changed files with 1 additions and 4 deletions
|
@ -13,3 +13,4 @@ bin.includes = feature.xml,\
|
||||||
eclipse_update_120.jpg,\
|
eclipse_update_120.jpg,\
|
||||||
license.html,\
|
license.html,\
|
||||||
epl-v10.html
|
epl-v10.html
|
||||||
|
root = rootfiles
|
||||||
|
|
|
@ -70,10 +70,6 @@
|
||||||
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
|
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
|
||||||
<property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-win32.x86.zip"/>
|
<property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-win32.x86.zip"/>
|
||||||
</ant>
|
</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>
|
</target>
|
||||||
|
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue