1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00

set permission of index.html so cdtadmins can edit

This commit is contained in:
Vivian Kong 2010-05-18 13:50:08 +00:00
parent f40a8f3e32
commit ce23735209

View file

@ -310,6 +310,8 @@
<replacefilter token="@buildType@" value="${buildType}"/>
<replacefilter token="@buildId@" value="${buildId}"/>
</replace>
<chmod file="${copyToDir}/index.html" perm="664"/>
</target>
<target name="copy" depends="init" unless="hasErrors">