-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (58 loc) · 1.81 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>Eclipse Update Sites | DevEpos</title>
<meta charset="UTF-8" />
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
rel="stylesheet" />
<link rel="shortcut icon" href="/img/favicon.png" />
<link rel="stylesheet" type="text/css" href="/css/style.css">
</head>
<body>
<div class="header">
<img src="/img/logo.svg" width="80px" alt="" />
<h2>DevEpos</h2>
</div>
<div class="main">
<h2>Eclipse Software Sites</h2>
This site hosts eclipse features/plugins that are based on the <a
href="https://tools.hana.ondemand.com/#abap">ABAP
Development Tools (ADT)</a>
<h3>Production Update sites</h3>
<ul>
<li>For Eclipse <span class="greaterOrEqual">2020-09
(4.17)</span>, use <a href="latest">https://eclipse.devepos.com/latest</a>
</li>
</ul>
<h3>Development Update sites</h3>
<blockquote>
<strong>Note:</strong><br /> The Development Update sites will most
likely host <strong>unstable</strong> features, so use at your own
discretion
</blockquote>
<ul>
<li>For Eclipse <span class="greaterOrEqual">2020-09
(4.17)</span>, use <a href="dev">https://eclipse.devepos.com/dev</a>
</li>
</ul>
<h3>Procedure for using the update sites</h3>
<ol>
<li>In Eclipse, choose in the menu bar <strong>Help >
Install New Software...</strong>
</li>
<li>Enter the <strong>URL</strong> of the Software site (see
above).
</li>
<li>Press <strong>Enter</strong> to display the available
features.
</li>
<li>Select the features you want to install.</li>
<li>On the next wizard page, you get an overview of the features
to be installed. <strong>Choose Next</strong>.
</li>
<li><strong>Confirm</strong> the license agreements and choose
Finish to start the installation.</li>
</ol>
</div>
</body>
</html>