|
|
@ -65,6 +65,7 @@
|
|
|
|
<property name="build" location="classes"/>
|
|
|
|
<property name="build" location="classes"/>
|
|
|
|
<property name="htroot" location="htroot"/>
|
|
|
|
<property name="htroot" location="htroot"/>
|
|
|
|
<property name="locales" location="locales"/>
|
|
|
|
<property name="locales" location="locales"/>
|
|
|
|
|
|
|
|
<property name="skins" location="skins"/>
|
|
|
|
<property name="ranking" location="ranking"/>
|
|
|
|
<property name="ranking" location="ranking"/>
|
|
|
|
<property name="release" location="RELEASE"/>
|
|
|
|
<property name="release" location="RELEASE"/>
|
|
|
|
<property name="htdocsWWW" location="${data}/HTDOCS/www"/>
|
|
|
|
<property name="htdocsWWW" location="${data}/HTDOCS/www"/>
|
|
|
@ -417,6 +418,13 @@
|
|
|
|
</fileset>
|
|
|
|
</fileset>
|
|
|
|
</copy>
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- copy skins -->
|
|
|
|
|
|
|
|
<copy todir="${release_main}/skins">
|
|
|
|
|
|
|
|
<fileset dir="${skins}">
|
|
|
|
|
|
|
|
<include name="*"/>
|
|
|
|
|
|
|
|
</fileset>
|
|
|
|
|
|
|
|
</copy>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- copy documentation -->
|
|
|
|
<!-- copy documentation -->
|
|
|
|
<copy todir="${release_main}">
|
|
|
|
<copy todir="${release_main}">
|
|
|
|
<fileset dir=".">
|
|
|
|
<fileset dir=".">
|
|
|
|