-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (64 loc) · 2.85 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
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<style>
#leftbox {
float:left;
background:White;
width:25%;
height:280px;
}
#middlebox{
float:left;
background:Green;
width:50%;
height:280px;
}
#rightbox{
float:right;
background:white;
width:25%;
height:280px;
}
</style>
<title>This is the update site of the Arcware IDE.</title>
</head>
</html>
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta content="Jdl and Xjdl Update Site" name="keywords">
<link type="image/x-icon" rel="icon" href="http://with-eclipse.github.io//favicon.ico">
<link type="image/x-icon" rel="shortcut icon" href="http://with-eclipse.github.io//favicon.ico">
<title>Arcware IDE repository -- Eclipse update site</title>
</head>
<body class="int" id="logos" onLoad="setTimeout('delayer()', 3000)">
<div id="rightbox">
<a href="https://arcware.io"><img border="0" src="https://raw.githubusercontent.com/Arcware-io/arcware-ide/updates/.images/Arcware.png"></a>
<p>© 2020, 2021 <a href="https://arcware.io"><img border="0">Arcware GmbH</a></p>
</div>
<div>
<p>
<div style="max-width: 900px;">
<hr />
<h1>Copyright (c) 2021 by Arcware GmbH (http://arcware.io). All Rights Reserved.</h1>
NOTICE: All information contained herein is, and remains the property of Arcware GmbH Switzerland and its suppliers, if any.
The intellectual and technical concepts contained herein are proprietary to Arcware GmbH Switzerland and its suppliers and may
be covered by CH and Foreign Patents, patents in process, and are protected by trade secret or copyright law.
issemination of this information or reproduction of this material is strictly forbidden unless prior written permission is
obtained from Arcware GmbH Switzerland.
<hr />
<h1>This is an Eclipse Update Site</h1>
To install the software hosted on this site, please use the Eclipse Update Manager.<br/>
To learn how to install software from an update site, please carefully read <a href="http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm">Adding a new software site</a> from Eclipse Online-Help and follow the instructions there.
<hr />
</div>
<br><b>The following p2 repositories must be installed in this order:</b><br>
<h3>Release builds of the Arcware IDE - Xtext 2.25.0</h3>
<li>p2 Repository URL: <a style="color:red">https://arcware-io.github.io/arcware-ide/full/VERSION</a></li>
</p>
<img src="https://raw.githubusercontent.com/Arcware-io/arcware-ide/updates/.images/Screenshot1.png" style="width:900px;height:600px;">
</div>
</body>
</html>