initial commit in accordance with CQ 3784
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/guide/develop.html b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/develop.html
new file mode 100644
index 0000000..4e2bedd
--- /dev/null
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/guide/develop.html
@@ -0,0 +1,61 @@
+<html>
+ <head>
+ <meta name="copyright" content="Copyright Technical University Berlin and others 2004, 2010. This page is made available under the Eclipse Public License v1.0. For full details see http://www.eclipse.org/legal/epl-v10.html" />
+ <link rel=stylesheet type="text/css" href="../css/book.css">
+ <title>Key features of the Object Teams Development Tooling</title>
+ <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ </head>
+ <body>
+ <h1>Object Teams Development Tooling</h1>
+ <p>
+ The OTDT is a development environment for the
+ <a href="http://trac.objectteams.org/ot/wiki/OTJ">OT/J</a> programming language.
+ </p>
+ <p>
+ Based on the Eclipse Java development tools (JDT), it includes the following key features, which
+ are explained in the next chapters.<br/>
+
+ </p>
+
+ <h2>Key features of the OTDT</h2>
+ More details can be found on the comprehensive <a href="features.html"><strong>feature list</strong></a>.
+ <ul>
+ <li><b><a href="project.html">Creating</a> an Object Teams project</b> using a wizard</li>
+ <li><b><a href="wizards.html">Creating</a> team and role classes</b> using a wizard</li>
+ <li><a href="editor.html"><b>Editing</b></a> OT/J:
+ <ul style="margin-bottom:0px">
+ <li>Syntax highlighting, <a href="editor.html#navigation">navigation</a>, <a href="contentassist.html">content/code assist</a>, <a href="callinmarker.html">base code annotations</a></li>
+ <li>A table based <b>Binding Editor</b> specifically supports the creation of <i>connectors</i></li>
+ <li><a href="methodcompare.html">Comparing bound methods</a></li>
+ </ul></li>
+ <li>Object Teams <b>structural/navigational views</b> (<a href="packageexplorer.html">package explorer</a>, type hierarchy, outline)</li>
+ <li><a href="compilation.html"><b>Compiling</b></a> Object Teams programs</li>
+ <li><a href="running.html"><b>Running</b></a> Object Teams programs</li>
+ <li><a href="debugging.html"><b>Debugging</b></a> Object Teams programs</li>
+ </ul>
+
+ The following feature -- although available in the JDT -- is only partially adapted for the OTDT:
+ <ul>
+ <li><a href="refactoring.html"><b>Refactoring</b></a> Object Teams programs</li>
+ </ul>
+
+ <h2>Prerequisites</h2>
+ If you have never used the eclipse Java IDE before, please consider getting familiar with the
+ <a href="/help/topic/org.eclipse.jdt.doc.user/concepts/concepts-1.htm">Java Development Tooling</a>, as
+ the OTDT is built on top of and extends the JDT.
+
+ <h2>Feedback</h2>
+ <p>
+ If you have questions regarding the <a href="otjld/def/index.html">OT/J</a>
+ language or if you experience problems or bugs with the OTDT, do not hesitate to send a mail to the
+ <a href="mailto:otj-users@objectteams.org">otj-users@objectteams.org</a> mailing list.
+ </p>
+
+ <p>
+ <br>
+ Happy hacking,<br>
+ the OTDT Team.
+ </p>
+
+ </body>
+</html>