|
Overview |
Standard JET2 Workspace Tags |
|---|
workspaceTags
A library of tags for performing actions against the Eclipse workspace.
| Tag Summary | |
|---|---|
| <ws:copyFile> |
Copy the file refered to by 'url' to the location refered to by 'path' |
| <ws:file> |
Create or write an Eclipse workspace file |
| <ws:folder> |
Ensure the existence on an Eclipse Workspace Folder |
| <ws:project> |
Ensure the existence of an Eclipse Project of a given name |
| <ws:rebuildWorkspace> | Causes the Eclipse workspace to process resources that were changed or created by the pattern |
| Example Directive | |
|---|---|
| <%@taglib prefix="ws" id="org.eclipse.jet.workspaceTags"%> | |