o adding more context.getVariable goodies
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -179,13 +179,13 @@
|
||||
|
||||
<!-- convert all path related properties to their os equivalent -->
|
||||
<ant:property name="maven.webserver.home.path"
|
||||
location="${maven.webserver.home}" />
|
||||
location="${context.getVariable('maven.webserver.home')}" />
|
||||
<ant:property name="maven.webserver.conf.dir.path"
|
||||
location="${maven.webserver.conf.dir}" />
|
||||
location="${context.getVariable('maven.webserver.conf.dir')}" />
|
||||
<ant:property name="maven.webserver.root.path"
|
||||
location="${maven.webserver.root}" />
|
||||
location="${context.getVariable('maven.webserver.root')}" />
|
||||
<ant:property name="maven.webserver.dir.path"
|
||||
location="${maven.webserver.dir}" />
|
||||
location="${context.getVariable('maven.webserver.dir')}" />
|
||||
|
||||
<!-- convert all path related properties to their os equivalent -->
|
||||
<ant:property name="maven.appserver.home.path"
|
||||
|
||||
Reference in New Issue
Block a user