Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-05-31 21:09:55 +0000
committermkersten2006-05-31 21:09:55 +0000
commita1d653b7a51a7363672fd6e7f704ecd20289752a (patch)
tree9489bca8f9c700344e7c7be317694c68746ce910 /org.eclipse.mylyn.help.ui
parent30d8bc43bfa4e3383beba47c11f721635b7fbc32 (diff)
downloadorg.eclipse.mylyn.tasks-a1d653b7a51a7363672fd6e7f704ecd20289752a.tar.gz
org.eclipse.mylyn.tasks-a1d653b7a51a7363672fd6e7f704ecd20289752a.tar.xz
org.eclipse.mylyn.tasks-a1d653b7a51a7363672fd6e7f704ecd20289752a.zip
Progress on: long: web site update
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/doc/contributing.html3
-rw-r--r--org.eclipse.mylyn.help.ui/doc/integrating.html9
2 files changed, 5 insertions, 7 deletions
diff --git a/org.eclipse.mylyn.help.ui/doc/contributing.html b/org.eclipse.mylyn.help.ui/doc/contributing.html
index 199fc0243..40086e8e8 100644
--- a/org.eclipse.mylyn.help.ui/doc/contributing.html
+++ b/org.eclipse.mylyn.help.ui/doc/contributing.html
@@ -20,7 +20,8 @@ reports marked help wanted</a>.&nbsp;</p>
<li><a href="#bootstrap">Building the JIRA Connector</a></li>
<li><a href="#building-dist">Building a distribution</a></li>
</ul><hr width="50%">
- <h3><a name="contributing-setup">Workspace setup</a></h3>
+ <h3>&nbsp; <br>
+ <a name="contributing-setup">Workspace setup</a></h3>
<ul>
<li>Building Mylar feature from HEAD requires
the latest Eclipse milestone release and
diff --git a/org.eclipse.mylyn.help.ui/doc/integrating.html b/org.eclipse.mylyn.help.ui/doc/integrating.html
index 89914a269..b43da3ed5 100644
--- a/org.eclipse.mylyn.help.ui/doc/integrating.html
+++ b/org.eclipse.mylyn.help.ui/doc/integrating.html
@@ -16,7 +16,8 @@ mylar-dev@eclipse.org</a> regarding for pointers to examples and guidance on
<li><a href="#repository-requirements">Task repository requirements</a></li>
</ul>
<hr width="50%">
- <h3><a name="extending-overview">Extensibility overview</a></h3>
+ <h3>&nbsp; <br>
+ <a name="extending-overview">Extensibility overview</a></h3>
<p>Following the Eclipse conventions, Mylar will not make any API guarantees
until the 1.0 release.&nbsp; However, a driving goal of the Mylar project is to
provide a task management and focused UI framework that can be easily extended
@@ -24,7 +25,6 @@ by any Eclipse SDK and RCP based applications.&nbsp; The Mylar components are
loosely coupled by preliminary extension points and APIs, and these will be
stabilizing between the 0.5 and 1.0 releases.&nbsp; </p>
<hr>
-<h3>&nbsp;</h3>
<h3><a name="frameworks">Frameworks and APIs</a></h3>
<p>Mylar provides the following Frameworks.&nbsp; See the
<a href="http://www.eclipse.org/mylar/presentations.php">EclipseCon 2006
@@ -43,9 +43,7 @@ presentation</a> for more information.</p>
<li>Bugzilla (org.eclipse.mylar.bugzilla.core): Java API used for
accessing Bugzilla reports on a server, not coupled to Eclipse.</li>
</ul>
- <p>&nbsp;</p>
<hr>
-<h3>&nbsp;</h3>
<h3><a name="repository-requirements">Task repository requirements</a></h3>
<p>Mylar can be extended to any task/bug/issue/story repository or tracker by
creating a Repository Connector that links Mylar's task management facilities
@@ -78,6 +76,5 @@ Connector).&nbsp; The following are required to support task list integration:</
reassigning)</li>
<li>Adding and retrieving attachments (e.g. adding screenshots)</li>
</ul>
-<p>&nbsp;</p>
-<p>&nbsp;</p>
+<p>&nbsp;&nbsp; </p>
</body></html> \ No newline at end of file

Back to the top