- From: Hiep Duong via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 Feb 2008 09:04:05 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn In directory hutz:/tmp/cvs-serv3430 Modified Files: build.xml Log Message: with local config Index: build.xml =================================================================== RCS file: /sources/public/2006/unicorn/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- build.xml 29 Nov 2007 14:11:57 -0000 1.2 +++ build.xml 11 Feb 2008 09:04:03 -0000 1.3 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE project [<!ENTITY buildfile SYSTEM "file:./build-user.xml">]> +<!DOCTYPE project [<!ENTITY buildfile SYSTEM "./build-user.xml">]> <!-- WARNING: Eclipse autogenerated file. Any modifications will be overwritten. Please edit build-user.xml instead. @@ -110,7 +110,7 @@ </java> </target> - <target name="deploy" description="Install web application" depends="localConfiguration"> + <target name="deploy" description="Install web application" depends="war"> <deploy url="${url}" username="${username}" password="${password}" path="/unicorn" war="unicorn.war"/> </target>
Received on Monday, 11 February 2008 09:04:14 UTC