aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/environment.html
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2012-08-29 23:57:58 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2012-08-29 23:57:58 +0200
commitbb80b76ee5d25c2eaede2f6dcd2a2f581114ec33 (patch)
treec07401653c24c0972e604365ad2b12a60e71c6cc /org.jacoco.doc/docroot/doc/environment.html
parentd9e3cf1e64930b8efb3184bfe80d2c57794acfd3 (diff)
downloadjacoco-bb80b76ee5d25c2eaede2f6dcd2a2f581114ec33.tar.gz
Adjust documentation and POM project data to project hosting at Github.
Diffstat (limited to 'org.jacoco.doc/docroot/doc/environment.html')
-rw-r--r--org.jacoco.doc/docroot/doc/environment.html26
1 files changed, 11 insertions, 15 deletions
diff --git a/org.jacoco.doc/docroot/doc/environment.html b/org.jacoco.doc/docroot/doc/environment.html
index 8eefa2a9..ab5af6a6 100644
--- a/org.jacoco.doc/docroot/doc/environment.html
+++ b/org.jacoco.doc/docroot/doc/environment.html
@@ -20,10 +20,8 @@
<p>
With this version JaCoCo is hosted at
- <a href="http://www.sourceforge.net/">SourceForge</a> as part of the
- <a href="http://www.sourceforge.net/projects/eclemma">EclEmma project</a>.
- This document provides an overview of the local and shared tools used for
- JaCoCo development.
+ <a href="https://github.com/jacoco/jacoco">Github</a>. This document provides
+ an overview of the local and shared tools used for JaCoCo development.
</p>
<h3>IDE</h3>
@@ -88,26 +86,24 @@
<h3>Source Control</h3>
<p>
- The JaCoCo source code is maintained in a subversion repository at
+ The JaCoCo source code is maintained in a Git repository at
+ <a href="https://github.com/jacoco/jacoco">Github</a> and can be cloned from
</p>
<pre>
- https://eclemma.svn.sourceforge.net/svnroot/eclemma/jacoco
+ https://github.com/jacoco/jacoco.git
</pre>
<p>
- You will find the latest version as several Eclipse projects in the
- <code>trunk</code> folder. You might also browse the source code online via our
- <a href="http://eclemma.svn.sourceforge.net/viewvc/eclemma/jacoco/">ViewVC</a>
- or <a href="https://sourceforge.net/apps/trac/eclemma/browser/jacoco">Trac</a>
- web interface.
+ The source tree is organized as a plain list of Eclipse projects that can be
+ imported in a Eclipse workspace.
</p>
-<h3>Planning</h3>
+<h3>Issue Tracking</h3>
<p>
- A <a href="https://sourceforge.net/apps/trac/eclemma">Trac Instance</a> is
- used for milestone planning and task tracking.
+ This Github <a href="https://github.com/jacoco/jacoco/issues">issue tracker</a>
+ is for bug and enhancement tracking.
</p>
<h3>Communication</h3>
@@ -115,7 +111,7 @@
<p>
The development team communicates through a mailing list. The list is closed
for non-developers but the archive is
- <a href="https://sourceforge.net/mailarchive/forum.php?forum_name=eclemma-jacoco-dev">public</a>.
+ <a href="https://groups.google.com/d/forum/jacoco-dev">public</a>.
Please use the <a href="support.html">support channels</a> to get in touch
with the development team.
</p>