Skip to content

Commit b9662aa

Browse files
committed
Rebase
Signed-off-by: Christoph Läubrich <[email protected]>
1 parent cd90ffe commit b9662aa

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

target-platform/target-platform.target

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,17 @@
3333
<unit id="org.eclipse.wst.xsd.core" version="0.0.0"/>
3434
</location>
3535
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
36-
<<<<<<< Upstream, based on master
3736
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.7/"/>
3837
<repository location="https://download.eclipse.org/tm4e/releases/0.12.0/"/>
3938
<repository location="https://download.eclipse.org/lsp4e/releases/0.26.4/"/>
40-
=======
41-
<repository location="https://download.eclipse.org/cbi/updates/license/"/>
42-
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
43-
</location>
44-
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
45-
<repository location="https://download.eclipse.org/lsp4e/releases/0.26.2/"/>
46-
>>>>>>> a1e492d Setup basic properties and return as project
4739
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.1/"/>
4840
<repository location="https://download.eclipse.org/mylyn/updates/release/4.3.0/"/>
49-
<repository location="https://download.eclipse.org/tm4e/releases/0.12.0/"/>
50-
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.6/"/>
51-
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
5241
<unit id="org.eclipse.wildwebdeveloper.xml.feature.feature.group" version="0.0.0"/>
42+
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
43+
</location>
44+
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
45+
<repository location="https://download.eclipse.org/cbi/updates/license/"/>
46+
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
5347
</location>
5448
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
5549
<repository location="https://download.eclipse.org/technology/swtbot/releases/4.2.1/"/>
@@ -73,12 +67,6 @@
7367
</location>
7468
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="Misc" missingManifest="error" type="Maven">
7569
<dependencies>
76-
<dependency>
77-
<groupId>biz.aQute.bnd</groupId>
78-
<artifactId>biz.aQute.bnd.maven</artifactId>
79-
<version>7.0.0</version>
80-
<type>jar</type>
81-
</dependency>
8270
<dependency>
8371
<groupId>com.google.code.gson</groupId>
8472
<artifactId>gson</artifactId>
@@ -115,9 +103,16 @@
115103
<version>3.17.0</version>
116104
<type>jar</type>
117105
</dependency>
106+
<dependency>
107+
<groupId>biz.aQute.bnd</groupId>
108+
<artifactId>biz.aQute.bnd.maven</artifactId>
109+
<version>7.0.0</version>
110+
<type>jar</type>
111+
</dependency>
118112
</dependencies>
119113
</location>
120-
<location includeDependencyDepth="none" includeDependencyScopes="compile" label="M2E Workspace CLI" missingManifest="error" type="Maven">
114+
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="false" label="M2E Workspace CLI" missingManifest="error" type="Maven">
115+
<!-- Dedicated location to *NOT* include sources -->
121116
<dependencies>
122117
<dependency>
123118
<groupId>io.takari.m2e.workspace</groupId>

0 commit comments

Comments
 (0)