Skip to content

Commit

Permalink
Remove ESTD.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Jan 16, 2025
1 parent 6172426 commit 2c2dca2
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
# Matthias Mailänder - initial API and implementation
###############################################################################
#Properties file
CreateDatabaseESTD=Create Database (ESTD)
PeakQuantifier=Peak Quantifier
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#Properties file
CreateDatabaseESTD=Erstelle Datenbank (ESTD)
PeakQuantifier=Peak Quantifizierer
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/,\
fragment.e4xmi,\
plugin.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
id="org.eclipse.chemclipse.chromatogram.xxd.quantitation.supplier.chemclipse.ui.modelContribution"
point="org.eclipse.e4.workbench.model">
<fragment
uri="fragment.e4xmi">
</fragment>
</extension>
<extension
point="org.eclipse.chemclipse.xxd.process.ui.menu.icon">
<icon
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2021, 2024 Lablicate GmbH.
* Copyright (c) 2021, 2025 Lablicate GmbH.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down Expand Up @@ -248,8 +248,6 @@ public static String getDefaultIcon(IProcessSupplier<?> processSupplier) {
imageFileName = IApplicationImage.IMAGE_QUANTIFY_ALL_PEAKS;
if(processSupplier.getName().contains("ISTD")) {
imageFileName = IApplicationImage.IMAGE_INTERNAL_STANDARDS_DEFAULT;
} else if(processSupplier.getName().contains("ESTD")) {
imageFileName = IApplicationImage.IMAGE_EXTERNAL_STANDARDS_DEFAULT;
}
if(processSupplier.getName().contains("Add Peaks to DB")) {
imageFileName = IApplicationImage.IMAGE_ADD_PEAKS_TO_QUANTITATION_TABLE;
Expand Down

0 comments on commit 2c2dca2

Please sign in to comment.