Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2002-12-15 21:40:03 +0000
committerAndre Weinand2002-12-15 21:40:03 +0000
commit40f528532264a2257a6aee7df0d6dca0842ab9a6 (patch)
tree4c76664e5c8004d60f359225cff22c55b9227f96 /bundles/org.eclipse.compare/plugin.xml
parent9a6d9ebd00ca3d8f6c11975e763e6275a45d3dc9 (diff)
downloadeclipse.platform.team-40f528532264a2257a6aee7df0d6dca0842ab9a6.tar.gz
eclipse.platform.team-40f528532264a2257a6aee7df0d6dca0842ab9a6.tar.xz
eclipse.platform.team-40f528532264a2257a6aee7df0d6dca0842ab9a6.zip
added package prefix
Diffstat (limited to 'bundles/org.eclipse.compare/plugin.xml')
-rw-r--r--bundles/org.eclipse.compare/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.compare/plugin.xml b/bundles/org.eclipse.compare/plugin.xml
index a5c3bb585..b0aa9013b 100644
--- a/bundles/org.eclipse.compare/plugin.xml
+++ b/bundles/org.eclipse.compare/plugin.xml
@@ -19,6 +19,7 @@
<runtime>
<library name="compare.jar" >
<export name="*"/>
+ <packages prefixes="org.eclipse.compare"/>
</library>
</runtime>

Back to the top