Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-12-11 18:31:10 +0000
committerMichael Valenta2002-12-11 18:31:10 +0000
commitab3f49abb685e64abeafc6e87514522f5ccd1483 (patch)
tree408f262790f40eb25ffb712c94f97767eeef7f6f /tests/org.eclipse.team.tests.core
parent0293a1438e333542a986fab526d39268c84b1a82 (diff)
downloadeclipse.platform.team-ab3f49abb685e64abeafc6e87514522f5ccd1483.tar.gz
eclipse.platform.team-ab3f49abb685e64abeafc6e87514522f5ccd1483.tar.xz
eclipse.platform.team-ab3f49abb685e64abeafc6e87514522f5ccd1483.zip
Added package prefixes to all plugins
Diffstat (limited to 'tests/org.eclipse.team.tests.core')
-rw-r--r--tests/org.eclipse.team.tests.core/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.core/plugin.xml b/tests/org.eclipse.team.tests.core/plugin.xml
index a1cf25186..71cf6c98a 100644
--- a/tests/org.eclipse.team.tests.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.core/plugin.xml
@@ -9,6 +9,7 @@
<runtime>
<library name="teamtests.jar">
<export name="*"/>
+ <packages prefixes="org.eclipse.team.tests.core"/>
</library>
</runtime>
<requires>

Back to the top