Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 280 → Rev 281

/impl/build.xml
101,13 → 101,13
config="file:/${basedir}/${dist.dir}/estgweb.xml"
username="${tomcat.username}" password="${tomcat.password}" />
</target>
<target name="tomcat.deploy" depends="build.war" >
<target name="tomcat.deploy" depends="war" >
<echo message="${tomcat.manager}"/>
<tomcat.deploy url="${tomcat.manager}" path="${tomcat.context.path.install}"
war="file:/${basedir}/${dist.dir}/${tomcat.war.file}"
username="${tomcat.username}" password="${tomcat.password}" />
</target>
<target name="tomcat.redeploy" depends="tomcat.undeploy,build.war">
<target name="tomcat.redeploy" depends="tomcat.undeploy,war">
<echo message="${tomcat.manager}"/>
<tomcat.deploy url="${tomcat.manager}" path="${tomcat.context.path.install}"
war="file:/${basedir}/${dist.dir}/${tomcat.war.file}"