diff options
Diffstat (limited to 'doc/org.eclipse.jet.doc/references/taglibs/workspaceTags/overview.html')
-rw-r--r-- | doc/org.eclipse.jet.doc/references/taglibs/workspaceTags/overview.html | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/doc/org.eclipse.jet.doc/references/taglibs/workspaceTags/overview.html b/doc/org.eclipse.jet.doc/references/taglibs/workspaceTags/overview.html deleted file mode 100644 index dcbbac0..0000000 --- a/doc/org.eclipse.jet.doc/references/taglibs/workspaceTags/overview.html +++ /dev/null @@ -1,78 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<HTML> -<HEAD> -<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<link rel="STYLESHEET" href="../../../book.css" charset="ISO-8859-1" type="text/css"/> -<TITLE>overview.html</TITLE> -</HEAD> -<BODY> -<TABLE border="0" cellpadding="0" cellspacing="1" width="100%"> - - <TBODY> - <TR> - <TH align="left"> - <P>Overview</P> - </TH> - <TH align="right">Standard JET2 Workspace Tags</TH> - </TR> - </TBODY> -</TABLE> -<P>workspaceTags</P> -<P><P> A library of tags for performing actions against the Eclipse workspace.<P> </P> -<HR> -<TABLE border="1" width="100%"> - <TBODY> - <TR> - <TH colspan="2" align="left">Tag Summary</TH></TR> - <TR> - <TD width="10%"><A href="copyFileTag.html"><ws:copyFile></A></TD> - <TD><!-- Begin copyFile description --> - <P> Copy the file refered to by 'url' to the location refered to by 'path' - <!-- End copyFile description --> - </TD> - </TR> - <TR> - <TD width="10%"><A href="fileTag.html"><ws:file></A></TD> - <TD><!-- Begin file description --> - <P> Create or write an Eclipse workspace file - <!-- End file description --> - </TD> - </TR> - <TR> - <TD width="10%"><A href="folderTag.html"><ws:folder></A></TD> - <TD><!-- Begin folder description --> - <P> Ensure the existence on an Eclipse Workspace Folder - <!-- End folder description --> - </TD> - </TR> - <TR> - <TD width="10%"><A href="projectTag.html"><ws:project></A></TD> - <TD><!-- Begin project description --> - <P> Ensure the existence of an Eclipse Project of a given name - <!-- End project description --> - </TD> - </TR> - <TR> - <TD width="10%"><A href="rebuildWorkspaceTag.html"><ws:rebuildWorkspace></A></TD> - <TD><!-- Begin rebuildWorkspace description --> - Causes the Eclipse workspace to process resources that were changed or created by the pattern - <!-- End rebuildWorkspace description --> - </TD> - </TR> - </TBODY> -</TABLE> -<HR> -<TABLE border="1" width="100%"> - <TBODY> - <TR> - <TH colspan="2" align="left">Example Directive</TH></TR> - <TR> - <TD width="10%"></TD> - <TD><SPAN style="font-family: sans-serif"><SPAN - style="font-family: monospace"><%@taglib prefix="ws" - id="org.eclipse.jet.workspaceTags"%></SPAN></SPAN></TD> - </TR> - </TBODY> -</TABLE> -</BODY> -</HTML> |