Skip to content

Commit

Permalink
Merge pull request #1714 from Mailaender/manual-dependencies
Browse files Browse the repository at this point in the history
Resolve the dependencies manually (again)
  • Loading branch information
eselmeister authored Mar 21, 2024
2 parents 37ab963 + 9b1eca2 commit 5adcbcc
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,52 @@
id="org.mortbay.jasper.apache-jsp"
version="0.0.0"/>

<plugin
id="org.eclipse.nebula.widgets.richtext"
version="0.0.0"/>

<plugin
id="org.osgi.service.coordinator"
version="0.0.0"/>

<plugin
id="org.osgi.service.http.whiteboard"
version="0.0.0"/>

<plugin
id="org.eclipse.equinox.http.service.api"
version="0.0.0"/>

<plugin
id="org.mortbay.jasper.apache-el"
version="0.0.0"/>

<plugin
id="org.eclipse.equinox.jsp.jasper.registry"
version="0.0.0"/>

<plugin
id="org.eclipse.help.base"
version="0.0.0"/>

<plugin
id="org.apache.lucene.analysis-common"
version="0.0.0"/>

<plugin
id="org.apache.lucene.analysis-smartcn"
version="0.0.0"/>

<plugin
id="org.eclipse.jetty.http"
version="0.0.0"/>

<plugin
id="slf4j.api"
version="0.0.0"/>

<plugin
id="org.eclipse.nebula.widgets.richtext"
id="org.slf4j.api"
version="0.0.0"/>

</feature>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.apache.commons.commons-compress;bundle-version="1.22.0",
wrapped.org.apache.httpcomponents.httpclient;bundle-version="4.5.14",
wrapped.org.apache.httpcomponents.httpcore;bundle-version="4.4.16",
slf4j.api;bundle-version="1.7.30",
org.slf4j.api;bundle-version="1.7.30",
com.github.jsonld-java;bundle-version="0.13.4",
wrapped.org.apache.httpcomponents.httpclient-cache;bundle-version="4.5.14",
org.eclipse.chemclipse.logging;bundle-version="0.9.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="ChemClipse" uid="org.eclipse.chemclipse.rcp.compilation.community.product.id" id="org.eclipse.chemclipse.rcp.compilation.community.ui.product" application="org.eclipse.chemclipse.rcp.app.ui.org.eclipse.chemclipse.rcp.application" version="0.9.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
<product name="ChemClipse" uid="org.eclipse.chemclipse.rcp.compilation.community.product.id" id="org.eclipse.chemclipse.rcp.compilation.community.ui.product" application="org.eclipse.chemclipse.rcp.app.ui.org.eclipse.chemclipse.rcp.application" version="0.9.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="false">

<aboutInfo>
<image path="/org.eclipse.chemclipse.rcp.compilation.community.ui/icons/about_250x330.png"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<unit id="ch.qos.logback.core" version="0.0.0"/>
<repository location="https://download.eclipse.org/releases/2024-03/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.slf4j.api" version="0.0.0"/>
<repository location="https://download.eclipse.org/releases/2022-12/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/"/>
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
Expand Down

0 comments on commit 5adcbcc

Please sign in to comment.