-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.18 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
<html>
<head>
<title>Binary dists for MONDO EU project</title>
</head>
<body>
<h1>Contents</h1>
<p>
This repository links to several binary distributions related to
the <a href="http://www.mondo-project.org/">MONDO EU
project</a>. Please note that the links below are not meant to
be browsed, but rather copied and pasted into your Eclipse
instance or your Maven POM file.
</p>
<ul>
<li><a href="mondo-updates">Eclipse update site</a> with remote
clients for the MONDO server.</li>
<li><a href="mondo-m2">Maven repository</a> produced from the
Eclipse update site using <a href="http://maven.apache.org/plugins/maven-eclipse-plugin/to-maven-mojo.html">eclipse:to-maven</a>.</li>
<li><a href="http://build.ecf-project.org/repo/C-HEAD-filetransfer.httpclient4.feature/lastSuccessful/archive/site.p2/">Eclipse update site</a> with a
fixed version of the ECF HttpClient4 file transfer
provider that enables SNI support for remote p2 repositories.</li>
<li><a href="ecore2thrift">Ecore2Thrift</a> update site: generates <code>.thrift</code> files from annotated Ecore metamodels.</li>
</ul>
</body>
</html>