-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsettings.xml
More file actions
101 lines (95 loc) · 3.82 KB
/
settings.xml
File metadata and controls
101 lines (95 loc) · 3.82 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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<settings>
<mirrors>
<!-- Egit -->
<mirror>
<id>faktorzehn-egit-5.3</id>
<mirrorOf>https://update.faktorzehn.org/p2repositories/egit/updates-5.3</mirrorOf>
<url>https://archive.eclipse.org/egit/updates-5.3</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>faktorzehn-egit-5.4</id>
<mirrorOf>https://update.faktorzehn.org/p2repositories/egit/updates-5.4</mirrorOf>
<url>https://archive.eclipse.org/egit/updates-5.4</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<!-- SDK -->
<mirror>
<id>faktorzehn-2023-12</id>
<mirrorOf>https://update.faktorzehn.org/p2repositories/2023-12</mirrorOf>
<url>http://download.eclipse.org/releases/2023-12</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>faktorzehn-2024-03</id>
<mirrorOf>https://update.faktorzehn.org/p2repositories/2024-03</mirrorOf>
<url>http://download.eclipse.org/releases/2024-03</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>faktorzehn-2024-06</id>
<mirrorOf>https://update.faktorzehn.org/p2repositories/2024-06</mirrorOf>
<url>http://download.eclipse.org/releases/2024-06</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>faktorzehn-2024-09</id>
<mirrorOf>https://update.faktorzehn.org/p2repositories/2024-09</mirrorOf>
<url>http://download.eclipse.org/releases/2024-09</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>faktorzehn-2024-12</id>
<mirrorOf>https://update.faktorzehn.org/p2repositories/2024-12</mirrorOf>
<url>http://download.eclipse.org/releases/2024-12</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>faktorzehn-2025-03</id>
<mirrorOf>https://update.faktorzehn.org/p2repositories/2025-03</mirrorOf>
<url>http://download.eclipse.org/releases/2025-03</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>faktorzehn-2025-06</id>
<mirrorOf>https://update.faktorzehn.org/p2repositories/2025-06</mirrorOf>
<url>http://download.eclipse.org/releases/2025-06</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<!-- Babel -->
<mirror>
<id>faktorzehn-babel-2022-12</id>
<mirrorOf>https://update.faktorzehn.org/p2repositories/babel/2022-12</mirrorOf>
<url>https://archive.eclipse.org/technology/babel/update-site/R0.20.0/2022-12</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
</mirrors>
<profiles>
<profile>
<id>tycho-snapshots</id>
<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/
</url>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>tycho-snapshots</activeProfile>
</activeProfiles>
</settings>