Skip to content

Commit

Permalink
Merge pull request #61 from Mailaender/trim-cdk
Browse files Browse the repository at this point in the history
Trim the CDK bundle
  • Loading branch information
eselmeister authored Feb 23, 2024
2 parents 3b1fb8f + 4671bfc commit 6a722a9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?><target name="OpenChrom Third Party Libraries" sequenceNumber="9">
<?pde version="3.8"?>
<target name="OpenChrom Third Party Libraries" sequenceNumber="9">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.equinox.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.chemclipse.rcp.compilation.community.feature.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/chemclipse/integration/develop/repository"/>
</location>
<location includeDependencyDepth="none" includeSource="true" missingManifest="generate" type="Maven">
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
Expand All @@ -16,5 +17,25 @@
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>uk.ac.ebi.beam</groupId>
<artifactId>beam-core</artifactId>
<version>1.3.5</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<version>1.5.2</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
</locations>
</target>
</target>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Bundle-SymbolicName: net.openchrom.thirdpartylibraries.cdk;singleton:=true
Bundle-Version: 2.9.0.qualifier
Bundle-Activator: net.openchrom.thirdpartylibraries.cdk.Activator
Bundle-Vendor: The OpenScience Project
Require-Bundle: org.eclipse.core.runtime
Require-Bundle: org.eclipse.core.runtime,
javax.vecmath;bundle-version="1.5.2",
wrapped.uk.ac.ebi.beam.beam-core;bundle-version="1.3.5"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
Expand Down
Binary file not shown.

0 comments on commit 6a722a9

Please sign in to comment.