Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<#103> Manage External Dependencies
Browse files Browse the repository at this point in the history
Fixes #103
ruspl-afed committed May 2, 2023
1 parent df34589 commit 0374d9a
Showing 1 changed file with 10 additions and 41 deletions.
51 changes: 10 additions & 41 deletions org.eclipse.mylyn-target/mylyn-e4.26.target
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
<unit id="org.eclipse.cdt.sdk.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository/"/>
<unit id="com.google.gerrit.common" version="0.0.0"/>
<unit id="com.google.gerrit.prettify" version="0.0.0"/>
<unit id="com.google.gerrit.reviewdb" version="0.0.0"/>
@@ -47,10 +47,8 @@
<unit id="org.mockito" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository/"/>
<unit id="com.google.gson" version="0.0.0"/>
<unit id="com.sun.xml.bind" version="0.0.0"/>
<unit id="jakarta.activation" version="1.2.2.v20221112-0806"/>
<unit id="jakarta.servlet" version="0.0.0"/>
<unit id="org.apache.commons.lang" version="0.0.0"/>
<unit id="org.apache.httpcomponents.httpclient" version="0.0.0"/>
@@ -61,6 +59,14 @@
<unit id="org.mockito.mockito-core" version="0.0.0"/>
<unit id="org.objenesis" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/S20230403203110/repository/"/>
<unit id="com.sun.xml.bind" version="2.3.3.v20221203-1659" />
<unit id="jakarta.xml.bind" version="2.3.3.v20221203-1659" />
<unit id="javax.activation" version="1.2.2.v20221203-1659" />
<unit id="javax.activation" version="2.0.0.v20221203-1659" />
<unit id="org.glassfish.hk2.osgi-resource-locator" version="2.5.0.v20161103-1916" />
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://subclipse.github.io/updates/subclipse/1.8.x/"/>
<unit id="org.tigris.subversion.clientadapter.feature.feature.group" version="1.8.6"/>
@@ -91,42 +97,5 @@
<unit id="org.apache.lucene.lucene-sandbox" version="0.0.0"/>
<unit id="org.mockito.mockito-inline" version="0.0.0"/>
</location>
<location includeDependencyDepth="infinite" includeDependencyScopes="compile,provided,runtime" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<version>2.0.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>osgi-resource-locator</artifactId>
<version>2.4.0</version>
<type>jar</type>
</dependency>
</dependencies>
<instructions><![CDATA[
Bundle-Name: Bundle derived from maven artifact ${mvnGroupId}:${mvnArtifactId}:${mvnVersion}
version: ${version_cleanup;${mvnVersion}}
Bundle-SymbolicName: ${mvnGroupId}.${mvnArtifactId}
Bundle-Version: ${version}
Import-Package: *;resolution:=optional
Export-Package: *;version="${version}";-noimport:=true
DynamicImport-Package: *
]]></instructions>
</location>
</locations>
</target>

0 comments on commit 0374d9a

Please sign in to comment.