-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivysettings.xml
More file actions
28 lines (26 loc) · 1.72 KB
/
Copy pathivysettings.xml
File metadata and controls
28 lines (26 loc) · 1.72 KB
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
<ivysettings>
<settings defaultResolver="eclipse" defaultLatestStrategy="latest-osgi"/>
<resolvers>
<ibiblio name="central"/>
<updatesite name="eclipse-neon" url="http://ftp.gnome.org/mirror/eclipse.org/eclipse/updates/4.6"/>
<updatesite name="eclipse-papyrus" url="http://ftp.gnome.org/mirror/eclipse.org/modeling/mdt/papyrus/updates/releases/neon"/>
<updatesite name="eclipse-uml" url="http://ftp.gnome.org/mirror/eclipse.org/modeling/mdt/uml2/updates/5.2"/>
<updatesite name="eclipse-emf" url="http://ftp.gnome.org/mirror/eclipse.org/modeling/emf/emf/updates/2.12"/>
<updatesite name="eclipse-emf-transaction" url="http://ftp.gnome.org/mirror/eclipse.org/modeling/emf/transaction/updates/releases"/>
<updatesite name="eclipse-emf-validation" url="http://ftp.gnome.org/mirror/eclipse.org/modeling/emf/validation/updates/releases"/>
<updatesite name="eclipse-ocl" url="http://ftp.gnome.org/mirror/eclipse.org/modeling/mdt/ocl/updates/releases/6.2.2"/>
<updatesite name="eclipse-xtext" url="http://ftp.gnome.org/mirror/eclipse.org/modeling/tmf/xtext/updates/releases/2.10.0"/>
<updatesite name="eclipse-emfatic" url="http://ftp.acc.umu.se/mirror/eclipse.org/emfatic/update/"/>
<osgi-agg name="eclipse">
<resolver ref="eclipse-neon"/>
<resolver ref="eclipse-papyrus"/>
<resolver ref="eclipse-uml"/>
<resolver ref="eclipse-emf"/>
<resolver ref="eclipse-emf-transaction"/>
<resolver ref="eclipse-emf-validation"/>
<resolver ref="eclipse-ocl"/>
<resolver ref="eclipse-xtext"/>
<resolver ref="eclipse-emfatic"/>
</osgi-agg>
</resolvers>
</ivysettings>