Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-04-29 21:54:05 +0000
committerAndrew Niefer2009-04-29 21:54:05 +0000
commit0d4e4baa4cab79552b6c551bc8e5f61c2928e003 (patch)
treed73909356011d4558f0913d637398e47e5de61d2 /bundles/org.eclipse.equinox.p2.metadata
parent291fd185cf09776cef0d105c6f0e9a419566a2dd (diff)
downloadrt.equinox.p2-0d4e4baa4cab79552b6c551bc8e5f61c2928e003.tar.gz
rt.equinox.p2-0d4e4baa4cab79552b6c551bc8e5f61c2928e003.tar.xz
rt.equinox.p2-0d4e4baa4cab79552b6c551bc8e5f61c2928e003.zip
bug 273317 - translation fragments
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/provisional/p2/metadata/IInstallableUnit.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/provisional/p2/metadata/IInstallableUnit.java b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/provisional/p2/metadata/IInstallableUnit.java
index 02f02e012..2e2d2cd1f 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/provisional/p2/metadata/IInstallableUnit.java
+++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/provisional/p2/metadata/IInstallableUnit.java
@@ -132,6 +132,12 @@ public interface IInstallableUnit extends Comparable {
public static final String PROP_DOC_URL = "org.eclipse.equinox.p2.doc.url"; //$NON-NLS-1$
/**
+ * A property key (value <code>"org.eclipse.equinox.p2.bundle.localization"</code>) for a String
+ * property containing the bundle localization property file name
+ */
+ public static final String PROP_BUNDLE_LOCALIZATION = "org.eclipse.equinox.p2.bundle.localization"; //$NON-NLS-1$
+
+ /**
* A property key (value <code>"org.eclipse.equinox.p2.name"</code>) for a
* String property containing a human-readable name for the installable unit.
*

Back to the top