Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1681 → Rev 1682

/trunk/build.xml
39,12 → 39,15
</java>
</target>
 
<!-- génération d'un fichier pour test:
cp war/config/apropos{.test,}.js
ant -Dapropos=war/config/apropos.test.js -Dconfigparams="Version de test" config -->
<target name="config">
<echo message="mise à jour de ${apropos}"/>
<exec resolveexecutable="true" executable="Coel-config">
<arg line="${apropos} ${confparams}"/>
</exec>
<echo message="please do # rsync -avuin --no-o --no-g --exclude=WEB-INF war/ ${desthost}:${destdir}/"/>
<echo message="please do # rsync -avuin --no-o --no-g --exclude=WEB-INF --exclude=config war/ ${desthost}:${destdir}/"/>
<echo message="scp -p ${apropos} ${desthost}:${destdir}/config/apropos.js"/>
</target>