Subversion Repositories eFlore/Applications.coel

Rev

Rev 1672 | Rev 1680 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1672 Rev 1675
Line 42... Line 42...
42
  <target name="config">
42
  <target name="config">
43
	<echo message="mise à jour de ${apropos}"/>
43
	<echo message="mise à jour de ${apropos}"/>
44
	<exec resolveexecutable="true" executable="Coel-config">
44
	<exec resolveexecutable="true" executable="Coel-config">
45
	  <arg line="${apropos} ${confparams}"/>
45
	  <arg line="${apropos} ${confparams}"/>
46
	</exec>
46
	</exec>
47
	<echo message="rsync -avui -no-o -no-g war/ ${desthost}:${destdir}/"/>
47
	<echo message="please do # rsync -avuin --no-o --no-g --exclude=WEB-INF war/ ${desthost}:${destdir}/"/>
48
	<echo message="scp ${apropos} ${desthost}:${destdir}/config/apropos.js"/>
48
	<echo message="scp -p ${apropos} ${desthost}:${destdir}/config/apropos.js"/>
49
  </target> 
49
  </target> 
Line 50... Line 50...
50
 
50