Stephan Wahlbrink | b2e248c | 2021-05-10 20:53:08 +0200 | [diff] [blame] | 1 | <?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 Wahlbrink | bb2271c | 2021-10-19 15:41:22 +0200 | [diff] [blame^] | 11 | <version>10.0.7</version> |
Stephan Wahlbrink | b2e248c | 2021-05-10 20:53:08 +0200 | [diff] [blame] | 12 | <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 Wahlbrink | bb2271c | 2021-10-19 15:41:22 +0200 | [diff] [blame^] | 19 | <version>10.0.7</version> |
Stephan Wahlbrink | b2e248c | 2021-05-10 20:53:08 +0200 | [diff] [blame] | 20 | <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 Wahlbrink | bb2271c | 2021-10-19 15:41:22 +0200 | [diff] [blame^] | 27 | <version>10.0.7</version> |
Stephan Wahlbrink | b2e248c | 2021-05-10 20:53:08 +0200 | [diff] [blame] | 28 | <type>jar</type> |
| 29 | </location> |
Stephan Wahlbrink | 107babf | 2021-06-07 17:08:45 +0200 | [diff] [blame] | 30 | |
| 31 | <location type="Maven" includeDependencyScope="compile" |
| 32 | includeSource="true" |
| 33 | missingManifest="ignore"> |
Stephan Wahlbrink | b2e248c | 2021-05-10 20:53:08 +0200 | [diff] [blame] | 34 | <groupId>jakarta.servlet</groupId> |
| 35 | <artifactId>jakarta.servlet-api</artifactId> |
| 36 | <version>4.0.4</version> |
| 37 | <type>jar</type> |
| 38 | </location> |
| 39 | |
Stephan Wahlbrink | 107babf | 2021-06-07 17:08:45 +0200 | [diff] [blame] | 40 | <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 Wahlbrink | b2e248c | 2021-05-10 20:53:08 +0200 | [diff] [blame] | 48 | </locations> |
| 49 | </target> |