-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseisettings.xml
169 lines (146 loc) · 5.81 KB
/
seisettings.xml
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2004-2023 Carnegie Mellon University and others. (see Contributors file).
All Rights Reserved.
NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
This program includes and/or can make use of certain third party source code, object code, documentation and other
files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
conditions contained in any such Third Party Software or separate license file distributed with such Third Party
Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
-->
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<profiles>
<profile>
<id>allow-snapshots</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>plugin-snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<proxies>
<proxy>
<id>httpproxy</id>
<active>true</active>
<protocol>http</protocol>
<host>cloudproxy.sei.cmu.edu</host>
<port>80</port>
<nonProxyHosts>localhost|*.sei.cmu.edu</nonProxyHosts>
</proxy>
<proxy>
<id>httpsproxy</id>
<active>true</active>
<protocol>https</protocol>
<host>cloudproxy.sei.cmu.edu</host>
<port>80</port>
<nonProxyHosts>localhost|*.sei.cmu.edu</nonProxyHosts>
</proxy>
</proxies>
<mirrors>
<mirror>
<id>eclipse-mirror</id>
<mirrorOf>http://download.eclipse.org</mirrorOf>
<url>file:/var/cache/p2mirror/current</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>eclipse-mirror1</id>
<mirrorOf>https://download.eclipse.org</mirrorOf>
<url>file:/var/cache/p2mirror/current</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>py4j-mirror</id>
<mirrorOf>http://eclipse.py4j.org</mirrorOf>
<url>file:/var/cache/p2mirror/current/py4j</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>py4j-mirror1</id>
<mirrorOf>https://eclipse.py4j.org</mirrorOf>
<url>file:/var/cache/p2mirror/current/py4j</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>yakindu-mirror</id>
<mirrorOf>http://updates.yakindu.com/statecharts/releases/3.5.9</mirrorOf>
<url>file:/var/cache/p2mirror/current/yakindu</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>openjfx-17-mirror</id>
<mirrorOf>https://downloads.efxclipse.bestsolution.at/p2-repos/openjfx-17.0.2</mirrorOf>
<url>file:/var/cache/p2mirror/current/openjfx-17.0.2</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>resolute-mirror</id>
<mirrorOf>http://osate-build.sei.cmu.edu/download/osate/stable/2.3.7/updates</mirrorOf>
<url>file:/var/cache/p2mirror/current/resolute</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>ocarina-mirror</id>
<mirrorOf>http://osate-build.sei.cmu.edu/p2/ocarina</mirrorOf>
<url>file:/var/cache/p2mirror/current/ocarina</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>osate-build-jericho-http</id>
<mirrorOf>http://osate-build.sei.cmu.edu/</mirrorOf>
<url>http://junilla.sei.cmu.edu/</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
<mirror>
<id>osate-build-jericho-https</id>
<mirrorOf>https://osate-build.sei.cmu.edu/</mirrorOf>
<url>http://junilla.sei.cmu.edu/</url>
<layout>p2</layout>
<mirrorOfLayouts>p2</mirrorOfLayouts>
</mirror>
</mirrors>
</settings>