| org.apache.lenya.cms.ant.CopyPublicationsTask
CopyPublicationsTask | public class CopyPublicationsTask extends Task (Code) | | Task to copy files of publications and modules
|
execute | public void execute() throws BuildException(Code) | | (non-Javadoc)
See Also: org.apache.tools.ant.Task.execute |
setExcludes | public void setExcludes(String _excludes)(Code) | | Which filenames shall be excluded
Parameters: _excludes - |
setPubsRootDirs | public void setPubsRootDirs(Path _pubsRootDirs)(Code) | | Where the publications are located
Parameters: _pubsRootDirs - |
setToDir | public void setToDir(Path _toDir)(Code) | | Where the publications shall be copied to
Parameters: _toDir - |
|
|