-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (34 loc) · 1.82 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<title>Oomph setup files</title>
<body>
<h1>OSGi tool development with oomph setups</h1>
<h2>pre-requisites</h2>
<ol>
<li>installed minimal j2se-1.7</li>
<li>download eclipseInstaller for your OS from <a href="https://wiki.eclipse.org/Eclipse_Installer">here</a></li>
<li>extract the installer and launch it</li>
<li>now the eclipseInstaller is ready and you can continue with the proceedure below</li>
</ol>
<h2>bnd/bndtools development</h2>
<ol>
<li>In the top-right menu switch to "Advanced Mode"</li>
<li>Select "<User Products>" and press the green Plus in the top right </li>
<li>Add User Products dialog is opened and you can copy and paste the following URL inside<br/>
<a href="http://peterkir.github.io/idefix/oomph.osgi/product_IDEfixBndtools.setup">http://peterkir.github.io/idefix/oomph.osgi/product_IDEfixBndtools.setup</a><br/>
and confirm with "OK".
</li>
<li>You can now select the product version you are interested in and continue with "Next >"</li>
<li>Select "Github Projects > <User>" and press the green Plus in the top right </li>
<li>Add User Projects dialog is opened and you can copy and paste the following URL inside<br/>
<a href="http://peterkir.github.io/idefix/oomph.osgi/project_bndtools.setup">http://peterkir.github.io/idefix/oomph.osgi/project_bndtools.setup</a><br/>
and confirm with "OK"
</li>
<li>
"Double-Click" the freshly appeared bndtools project (it should be selected inside the catalog at the bottom)
and then press "Next"
</li>
<li>Give the defaults a try ;-) and press "Next >" and then "Finish"</li>
<li>Wait a few minutes and you should have an bndtools workspace setup ready for development!</li>
</ol>
</body>
</html>