Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/ITranslationSupport.java')
-rw-r--r--bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/ITranslationSupport.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/ITranslationSupport.java b/bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/ITranslationSupport.java
deleted file mode 100644
index 0efb19213..000000000
--- a/bundles/org.eclipse.equinox.p2.ql/src/org/eclipse/equinox/p2/ql/ITranslationSupport.java
+++ /dev/null
@@ -1,7 +0,0 @@
-package org.eclipse.equinox.p2.ql;
-
-import org.eclipse.equinox.p2.metadata.IInstallableUnit;
-
-public interface ITranslationSupport {
- String getIUProperty(IInstallableUnit iu, String key);
-}

Back to the top