Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim Equinox SDK from update site #1743

Merged
merged 4 commits into from
Apr 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@
id="org.eclipse.equinox.p2.extras.feature"
version="0.0.0"/>

<includes
id="org.eclipse.equinox.p2.rcp.feature"
version="0.0.0"/>

<includes
id="org.eclipse.equinox.p2.user.ui"
version="0.0.0"/>

<includes
id="org.eclipse.help"
version="0.0.0"/>
Expand Down Expand Up @@ -344,22 +336,6 @@
id="org.eclipse.equinox.p2.transport.ecf"
version="0.0.0"/>

<plugin
id="org.eclipse.equinox.p2.ui"
version="0.0.0"/>

<plugin
id="org.eclipse.equinox.p2.ui.sdk"
version="0.0.0"/>

<plugin
id="org.eclipse.equinox.p2.ui.sdk.scheduler"
version="0.0.0"/>

<plugin
id="org.eclipse.equinox.p2.updatechecker"
version="0.0.0"/>

<plugin
id="org.eclipse.equinox.preferences"
version="0.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
id="org.eclipse.license"
version="0.0.0"/>

<includes
id="org.eclipse.platform"
version="0.0.0"/>

<plugin
id="org.eclipse.chemclipse.rcp.compilation.community.ui"
version="0.0.0"/>
Expand Down Expand Up @@ -388,4 +384,12 @@
id="org.slf4j.api"
version="0.0.0"/>

<plugin
id="org.eclipse.ltk.core.refactoring"
version="0.0.0"/>

<plugin
id="org.eclipse.ltk.ui.refactoring"
version="0.0.0"/>

</feature>
16 changes: 2 additions & 14 deletions chemclipse/sites/chemclipse/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,9 @@
<feature url="features/org.eclipse.chemclipse.rcp.compilation.community.feature_0.9.0.qualifier.jar" id="org.eclipse.chemclipse.rcp.compilation.community.feature" version="0.9.0.qualifier">
<category name="org.eclipse.chemclipse.chemclipse"/>
</feature>
<feature id="org.eclipse.equinox.sdk">
<category name="org.eclipse.chemclipse.chemclipse.libraries"/>
</feature>
<feature id="org.eclipse.equinox.executable">
<category name="org.eclipse.chemclipse.chemclipse.libraries"/>
</feature>
<category-def name="org.eclipse.chemclipse.chemclipse" label="Chemclipse">
<description>
The parts of ChemClipse
</description>
</category-def>
<category-def name="org.eclipse.chemclipse.chemclipse.libraries" label="Libraries">
<category-def name="org.eclipse.chemclipse.chemclipse" label="ChemClipse">
<description>
Contains libraries useful for projects that like to enhance ChemClipse.
To make sure that all extensions are consistent and we do not end up with several versions we provide here these so extension developers can use one unique update site.
Update site for derivative products.
</description>
</category-def>
</site>
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void test_1() {

public void test_2() {

assertEquals(15, chromatogram.getHeaderDataMap().size());
assertEquals(16, chromatogram.getHeaderDataMap().size());
}

public void test_3() {
Expand Down
Loading