Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9b4bf4eef9df6761b910f74b4a234a4652b4d9cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<title>Overview (Oomph Targlets Documentation)</title>

<link rel="stylesheet" href="book.css">

<noscript></noscript>
<script type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Overview (Oomph Targlets Documentation)";
    }
}
</script>
</head>

<body bgcolor="white" onload="windowTitle();">
<!-- <div class="help_breadcrumbs breadcrumbs_top"><a href="" title="Oomph Targlets Documentation">Oomph Targlets Documentation</a></div> -->

<table border="0">
	<tr>
		<td width="100%"><h1>Overview</h1></td>
		<td align="right" valign="middle" nowrap>&nbsp;<a href="guide/index.html" title="Forward to Programmer's Guide"><img src="../images/forward.png" border="0"></a></td>
	</tr>
</table>
<p>
 Oomph Utilities provide support for installing Eclipse applications and for provisioning Eclipse workspaces.
 </p>
 <p>
 <p>
<table border="0">
<tr><td><img src="../images/article.gif">&nbsp;</td><td class="te" colspan="4"><a href="" title="Article in Oomph Targlets Documentation">Overview</a></td></tr>
<tr><td><img src="../images/category.gif">&nbsp;</td><td class="te" colspan="4"><a href="guide/index.html" title="Category in Oomph Targlets Documentation">Programmer's Guide</a></td></tr>
<tr><td></td><td><img src="../images/article.gif">&nbsp;</td><td class="te" colspan="3"><a href="guide/UnderstandingTargletContainers.html" title="Article in Oomph Targlets Documentation">Understanding Targlet Containers</a></td></tr>
<tr><td></td><td><img src="../images/article.gif">&nbsp;</td><td class="te" colspan="3"><a href="guide/ListeningToEvents.html" title="Article in Oomph Targlets Documentation">Listening To Targlet Container Events</a></td></tr>
<tr><td><img src="../images/category.gif">&nbsp;</td><td class="te" colspan="4"><a href="reference/index.html" title="Category in Oomph Targlets Documentation">Reference</a></td></tr>
<tr><td></td><td><img src="../images/category.gif">&nbsp;</td><td class="te" colspan="3"><a href="../javadoc/overview-summary.html" title="Category in Oomph Targlets Documentation">API Reference</a></td></tr>
<tr><td></td><td><img src="../images/category.gif">&nbsp;</td><td class="te" colspan="3"><a href="reference/schema/index.html" title="Category in Oomph Targlets Documentation">Extension Point Reference</a></td></tr>
<tr><td><img src="../images/category.gif">&nbsp;</td><td class="te" colspan="4"><a href="online/index.html" title="Category in Oomph Targlets Documentation">Online Docs</a></td></tr>
<tr><td></td><td><img src="../images/article.gif">&nbsp;</td><td class="te" colspan="3"><a href="http://www.eclipse.org/oomph" title="Article in Oomph Targlets Documentation">Homepage</a></td></tr>
<tr><td></td><td><img src="../images/article.gif">&nbsp;</td><td class="te" colspan="3"><a href="http://wiki.eclipse.org/Eclipse_Installer" title="Article in Oomph Targlets Documentation">Wiki</a></td></tr>
<tr><td><img src="../images/article.gif">&nbsp;</td><td class="te" colspan="4"><a href="../about.html" title="Article in Oomph Targlets Documentation">Legal</a></td></tr>
</table>
</p>

 </p>

<p align="right">
&nbsp;<a href="guide/index.html" title="Forward to Programmer's Guide"><img src="../images/forward.png" border="0"></a></p>
<!-- <div class="help_breadcrumbs breadcrumbs_bottom"><a href="" title="Oomph Targlets Documentation">Oomph Targlets Documentation</a></div> -->

<div class="copyright">Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.<br>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html</div>
</body>
</html>

Back to the top