Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2011-12-10 11:18:11 +0000
committerUwe Stieber2011-12-10 11:20:30 +0000
commit9fcdd03023fc479f0f612598b60c4cc429c92acc (patch)
tree8f80dc08828f47efff7baf925f9a36f8a8853cfb /target_explorer/plugins/org.eclipse.tcf.te.runtime/META-INF/MANIFEST.MF
parent36ab5a53aa349f6f20e6a22bb2e5abb3586b00c7 (diff)
downloadorg.eclipse.tcf-9fcdd03023fc479f0f612598b60c4cc429c92acc.tar.gz
org.eclipse.tcf-9fcdd03023fc479f0f612598b60c4cc429c92acc.tar.xz
org.eclipse.tcf-9fcdd03023fc479f0f612598b60c4cc429c92acc.zip
Target Explorer: Moved IPAddressUtil to te.runtime plug-in
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.runtime/META-INF/MANIFEST.MF')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.runtime/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.runtime/META-INF/MANIFEST.MF b/target_explorer/plugins/org.eclipse.tcf.te.runtime/META-INF/MANIFEST.MF
index a6703d558..efbc17b77 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.runtime/META-INF/MANIFEST.MF
+++ b/target_explorer/plugins/org.eclipse.tcf.te.runtime/META-INF/MANIFEST.MF
@@ -26,4 +26,5 @@ Export-Package: org.eclipse.tcf.te.runtime.activator,
org.eclipse.tcf.te.runtime.preferences,
org.eclipse.tcf.te.runtime.properties,
org.eclipse.tcf.te.runtime.tracing,
- org.eclipse.tcf.te.runtime.utils
+ org.eclipse.tcf.te.runtime.utils,
+ org.eclipse.tcf.te.runtime.utils.net

Back to the top