forked from I2P_Developers/i2p.www
Tidied up IDEs guide
This commit is contained in:
@@ -2,19 +2,19 @@
|
||||
{% block title %}Using an IDE with I2P{% endblock %}
|
||||
{% block content %}
|
||||
<p>
|
||||
The main I2P development branch (i2p.i2p) has been set up to enable developers to easily set up two of the commonly-used IDEs for Java development: Eclipse and NetBeans.
|
||||
The main I2P development branch (<code>i2p.i2p</code>) has been set up to enable developers to easily set up two of the commonly-used IDEs for Java development: Eclipse and NetBeans.
|
||||
</p>
|
||||
|
||||
<h1>Eclipse</h1>
|
||||
|
||||
<p>
|
||||
The main I2P development branch (and therefore any branches from it) contain .project and .classpath Eclipse files, to enable the branch to be easily set up in Eclipse.
|
||||
The main I2P development branches (<code>i2p.i2p</code> and branches from it) contain .project and .classpath Eclipse files, to enable the branch to be easily set up in Eclipse.
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
|
||||
<li>
|
||||
Check out the I2P branch into some directory (e.g. "$HOME/dev/i2p.i2p").
|
||||
Check out the I2P branch into some directory (e.g. <code>$HOME/dev/i2p.i2p</code>).
|
||||
</li>
|
||||
|
||||
<li>
|
||||
@@ -46,6 +46,6 @@ Done! Your workspace should now contain all projects within the I2P branch, and
|
||||
<h1>NetBeans</h1>
|
||||
|
||||
<p>
|
||||
TODO: fill this in.
|
||||
The main I2P development branches (<code>i2p.i2p</code> and branches from it) contain NetBeans project files.
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user