Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Schwarz2012-07-09 13:38:37 +0000
committerUwe Stieber2012-07-09 13:38:37 +0000
commit8b409058a81a99360980bffcd2ba00aaa87240f6 (patch)
treeeb579dba6f8f2e675d38778094cd24ebf4987987 /target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF
parentb597943e493c505151baec6c896d9e41c2ee6bc0 (diff)
downloadorg.eclipse.tcf-8b409058a81a99360980bffcd2ba00aaa87240f6.tar.gz
org.eclipse.tcf-8b409058a81a99360980bffcd2ba00aaa87240f6.tar.xz
org.eclipse.tcf-8b409058a81a99360980bffcd2ba00aaa87240f6.zip
Target Explorer: ADD History Management
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF/MANIFEST.MF b/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF/MANIFEST.MF
index 1e29e2f0c..a88a8d288 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF/MANIFEST.MF
+++ b/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/META-INF/MANIFEST.MF
@@ -15,6 +15,7 @@ Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.tcf.te.runtime.persistence,
org.eclipse.tcf.te.runtime.persistence.activator;x-internal:=true,
+ org.eclipse.tcf.te.runtime.persistence.history,
org.eclipse.tcf.te.runtime.persistence.interfaces,
org.eclipse.tcf.te.runtime.persistence.internal;x-internal:=true,
org.eclipse.tcf.te.runtime.persistence.services

Back to the top