blob: 8fe242e39e0b14fdbd199d2d66deb559d229f084 [file] [log] [blame]
Stephan Wahlbrinkb2e248c2021-05-10 20:53:08 +02001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<?pde version="3.8"?>
3<target name="StatET - Eclipse Jetty">
4 <locations>
5
6 <location type="Maven" includeDependencyScope="compile"
7 includeSource="true"
8 missingManifest="ignore">
9 <groupId>org.eclipse.jetty</groupId>
10 <artifactId>jetty-servlet</artifactId>
Stephan Wahlbrinkbb2271c2021-10-19 15:41:22 +020011 <version>10.0.7</version>
Stephan Wahlbrinkb2e248c2021-05-10 20:53:08 +020012 <type>jar</type>
13 </location>
14 <location type="Maven" includeDependencyScope="compile"
15 includeSource="true"
16 missingManifest="ignore">
17 <groupId>org.eclipse.jetty</groupId>
18 <artifactId>jetty-client</artifactId>
Stephan Wahlbrinkbb2271c2021-10-19 15:41:22 +020019 <version>10.0.7</version>
Stephan Wahlbrinkb2e248c2021-05-10 20:53:08 +020020 <type>jar</type>
21 </location>
22 <location type="Maven" includeDependencyScope="compile"
23 includeSource="true"
24 missingManifest="ignore">
25 <groupId>org.eclipse.jetty</groupId>
26 <artifactId>jetty-proxy</artifactId>
Stephan Wahlbrinkbb2271c2021-10-19 15:41:22 +020027 <version>10.0.7</version>
Stephan Wahlbrinkb2e248c2021-05-10 20:53:08 +020028 <type>jar</type>
29 </location>
Stephan Wahlbrink107babf2021-06-07 17:08:45 +020030
31 <location type="Maven" includeDependencyScope="compile"
32 includeSource="true"
33 missingManifest="ignore">
Stephan Wahlbrinkb2e248c2021-05-10 20:53:08 +020034 <groupId>jakarta.servlet</groupId>
35 <artifactId>jakarta.servlet-api</artifactId>
36 <version>4.0.4</version>
37 <type>jar</type>
38 </location>
39
Stephan Wahlbrink107babf2021-06-07 17:08:45 +020040 <location type="InstallableUnit" includeMode="planner"
41 includeAllPlatforms="false"
42 includeConfigurePhase="false"
43 includeSource="true">
44 <repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository"/>
45 <unit id="org.slf4j.api" version="1.7.30.v20200204-2150"/>
46 </location>
47
Stephan Wahlbrinkb2e248c2021-05-10 20:53:08 +020048 </locations>
49</target>