| |
|
| de.schlund.pfixcore.util.XsltGenericTask de.schlund.pfixcore.util.XsltWebXmlTask
XsltWebXmlTask | public class XsltWebXmlTask extends XsltGenericTask (Code) | | the following attributes have to be set when calling this task:
- projects: relative (to ${dir.projects}) path to the projects.xml file
- corewebxml: relative (to ${dir.projects}) path to the core web.xml file,
which defines a minimum web.xml file
author: Benjamin Reitzammer version: $Id: XsltWebXmlTask.java 3058 2007-02-12 12:08:46Z mtld $ |
corewebxml | protected String corewebxml(Code) | | contains the location of core web.xml template, which is used, when a
project has no custom web.xml specified, relative to srcdirResolved
|
projects | protected String projects(Code) | | contains the location of projects.xml file, relative to srcdirResolved
|
doTransformations | protected void doTransformations()(Code) | | |
init | public void init() throws BuildException(Code) | | |
setCorewebxml | public void setCorewebxml(String newCorewebxml)(Code) | | |
setProjects | public void setProjects(String newProjects)(Code) | | |
|
|
|