diff options
author | pelder | 2010-11-02 16:43:58 -0400 |
---|---|---|
committer | pelder | 2010-11-02 16:43:58 -0400 |
commit | 4c6c9ff3bb1d821f73ed3c3703c545a99d6c07fc (patch) | |
tree | 7b53d650e546f121613c0e080ea89f3789f177b2 /doc/org.eclipse.jet.doc/references/extensionpoints/index.xhtml | |
parent | 15ccba1e74a55349bdce44c7e99858795f7925b1 (diff) | |
download | org.eclipse.jet-4c6c9ff3bb1d821f73ed3c3703c545a99d6c07fc.tar.gz org.eclipse.jet-4c6c9ff3bb1d821f73ed3c3703c545a99d6c07fc.tar.xz org.eclipse.jet-4c6c9ff3bb1d821f73ed3c3703c545a99d6c07fc.zip |
This commit was manufactured by cvs2svn to create tag 'v201011021646'.v201011021646
Diffstat (limited to 'doc/org.eclipse.jet.doc/references/extensionpoints/index.xhtml')
-rw-r--r-- | doc/org.eclipse.jet.doc/references/extensionpoints/index.xhtml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/org.eclipse.jet.doc/references/extensionpoints/index.xhtml b/doc/org.eclipse.jet.doc/references/extensionpoints/index.xhtml deleted file mode 100644 index 8ac320c..0000000 --- a/doc/org.eclipse.jet.doc/references/extensionpoints/index.xhtml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<meta name="copyright" content="Copyright (c) IBM Corporation and others 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." /> -<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>JET Extension points</title> -</head> -<body> -<h2>JET Extension points</h2> -<p>The following extension points can be used to extend the capabilities of JET:</p> -<h3>Custom tags and XPath functions</h3> -<ul> - <li><a href="org_eclipse_jet_tagLibraries.html">org.eclipse.jet.tagLibraries</a></li> - <li><a href="org_eclipse_jet_xpathFunctions.html">org.eclipse.jet.xpathFunctions</a></li> -</ul> -<h3>Provide additional information on a JET transformation</h3> -<ul> - <li><a href="org_eclipse_jet_transform.html">org.eclipse.jet.transform</a></li> -</ul> -<h3>Add additional models that JET can load and manipulate</h3> -<ul> - <li><a href="org_eclipse_jet_modelInspectors.html">org.eclipse.jet.modelInspectors</a></li> - <li><a href="org_eclipse_jet_modelLoaders.html">org.eclipse.jet.modelLoaders</a></li> -</ul> -<h3>Deploy JET Transformations in another plug-in</h3> -<ul> - <li><a href="org_eclipse_jet_deployedTransforms.html">org.eclipse.jet.deployedTransforms</a></li> -</ul> -</body> -</html> |