3
3
< html xmlns ="http://www.w3.org/1999/xhtml " lang ="en ">
4
4
< head >
5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=ISO-8859-1 " />
6
- < meta name ="LastChangedDate " content ="$LastChangedDate$ " />
7
- < meta name ="Revision " content ="$Revision$ " />
8
- < meta name ="HeadURL " content ="$HeadURL$ " />
9
6
< link rel ="stylesheet " href ="../book.css " charset ="ISO-8859-1 " type ="text/css " />
10
7
< title > Developer Documentation</ title >
11
8
</ head >
@@ -17,9 +14,9 @@ <h1>Developer Information</h1>
17
14
< p >
18
15
This section provides information for EclEmma contributors and ISVs using the
19
16
EclEmma API. The project is hosted on the
20
- < a class ="extern " href ="http ://sourceforge.net " > SourceForge.net </ a > platform,
21
- its overview page is
22
- < a class ="extern " href ="http ://sourceforge.net/projects/eclemma " > http ://sourceforge.net/projects/eclemma </ a > .
17
+ < a class ="extern " href ="https ://github.com/ " > GitHub </ a > platform,
18
+ its organization page is
19
+ < a class ="extern " href ="https ://github.com/jacoco " > https ://github.com/jacoco </ a > .
23
20
The < a class ="extern " href ="https://groups.google.com/d/forum/jacoco "> JaCoCo
24
21
and EclEmma Users Group</ a > is the place to discuss ideas, ask questions and
25
22
get in touch with the developers.
@@ -59,10 +56,9 @@ <h3>1. Setup an Eclipse IDE for EclEmma</h3>
59
56
Manager</ i > .
60
57
</ li >
61
58
< li >
62
- Add < a href ="http://en.wikipedia.org/wiki/Subversion_%28software%29 " class ="extern "> Subversion</ a >
63
- support to your Eclipse by installing
64
- < a href ="http://subclipse.tigris.org/ " class ="extern "> Subclipse</ a > or
65
- < a href ="http://www.eclipse.org/subversive/ " class ="extern "> Subversive</ a > .
59
+ Add < a href ="http://git-scm.com/ " class ="extern "> Git</ a > support to your
60
+ Eclipse by installing the latest version of
61
+ < a href ="http://www.eclipse.org/egit/ " class ="extern "> EGit</ a > .
66
62
</ li >
67
63
< li >
68
64
To ensure that your code complies with the < a href ="../installation.html "> minimal requirements</ a >
@@ -73,28 +69,20 @@ <h3>1. Setup an Eclipse IDE for EclEmma</h3>
73
69
</ li >
74
70
< li >
75
71
The EclEmma plug-ins depend on JaCoCo and ASM bundles. For these
76
- dependencies you can simply install the latest JaCoCo trunk build into your
72
+ dependencies you can simply install the latest EclEmma trunk build into your
77
73
target platform from this update site:
78
74
http://download.eclipselab.org/eclemma/trunk/update
79
75
</ li >
80
76
< li >
81
- Connect to the Subversion repository URL
82
- < code > https://eclemma.svn.sourceforge.net/svnroot/eclemma</ code > and
83
- checkout the following projects:
84
- < pre >
85
- eclemma/trunk/com.mountainminds.eclemma.core
86
- eclemma/trunk/com.mountainminds.eclemma.core_test
87
- eclemma/trunk/com.mountainminds.eclemma.doc
88
- eclemma/trunk/com.mountainminds.eclemma.ui
89
- eclemma/trunk/com.mountainminds.eclemma.feature</ pre >
77
+ Clone from the repository URL
78
+ < code > https://github.com/jacoco/eclemma.git</ code > and import the Eclipse
79
+ projects contained in the repository.
90
80
</ li >
91
81
< li >
92
82
The web site < a href ="http://www.eclemma.org/ "> www.eclemma.org</ a > is also
93
- maintained in the same Subversion repository:
94
- < pre >
95
- eclemmasite</ pre >
96
- A < a href ="http://www.python.org/ " class ="extern "> Python</ a > interpreter is required
97
- to run the generator script < code > generator/eclemmasite.py</ code > .
83
+ maintained a < a href ="https://github.com/jacoco/www.eclemma.org " class ="extern "> Git
84
+ repository</ a > . A < a href ="http://www.python.org/ " class ="extern "> Python</ a >
85
+ interpreter is required to run the generator script < code > generator/eclemmasite.py</ code > .
98
86
</ li >
99
87
</ ul >
100
88
@@ -115,9 +103,11 @@ <h3>3. Contribute back!</h3>
115
103
116
104
< p >
117
105
So you finally created a cool new feature or fixed some bug? Great, contribute
118
- it back to the official EclEmma releases! Use a
119
- < a href ="http://sourceforge.net/tracker/?group_id=177969 "> tracker item</ a > to
120
- describe your idea and attach your implementation as a patch.
106
+ it back to the official EclEmma releases! Open a
107
+ < a href ="https://github.com/jacoco/eclemma/issues " class ="extern "> feature request</ a >
108
+ or create a
109
+ < a href ="https://github.com/jacoco/eclemma/pulls " class ="extern "> pull request</ a >
110
+ with your implementation.
121
111
</ p >
122
112
123
113
</ body >
0 commit comments