plynch 2003/01/23 12:32:16 Modified: src/plugins-build/webserver plugin.properties Log: o adding maven.webserver.root which says where to serve documents from Revision Changes Path 1.6 +3 -3 jakarta-turbine-maven/src/plugins-build/webserver/plugin.properties Index: plugin.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/webserver/plugin.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- plugin.properties 13 Dec 2002 19:07:25 -0000 1.5 +++ plugin.properties 23 Jan 2003 20:32:16 -0000 1.6 @@ -61,7 +61,7 @@ maven.webserver.url=http://${maven.webserver.host}:${maven.webserver.port.http}/index.html # -# The directory out of which you will server your documents -# FIXME: Let's make a webapp plugin and put this property there +# The root directory out of which you will server will serve your documents # -maven.webapp.dir=${maven.webserver.dir}/webapps/ROOT +maven.webserver.root=${maven.webserver.dir}/webapps/ROOT +
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
