Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-06-09 10:38:31 +0000
committerDani Megert2004-06-09 10:38:31 +0000
commit1c572ff6bdae260c430d0138cb1c4cbb8cae64db (patch)
treed8b21d22fa857479942d59653e981fccab25b38a /org.eclipse.core.filebuffers
parent91e9ecbc5cf8954cdb299ec624b287a4822e9713 (diff)
downloadeclipse.platform.text-1c572ff6bdae260c430d0138cb1c4cbb8cae64db.tar.gz
eclipse.platform.text-1c572ff6bdae260c430d0138cb1c4cbb8cae64db.tar.xz
eclipse.platform.text-1c572ff6bdae260c430d0138cb1c4cbb8cae64db.zip
Fixed bugs 64471 & 64474: <packages prefixes=..../> should be removed
Diffstat (limited to 'org.eclipse.core.filebuffers')
-rw-r--r--org.eclipse.core.filebuffers/plugin.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.core.filebuffers/plugin.xml b/org.eclipse.core.filebuffers/plugin.xml
index e1f786cbca5..467758fc7dc 100644
--- a/org.eclipse.core.filebuffers/plugin.xml
+++ b/org.eclipse.core.filebuffers/plugin.xml
@@ -10,7 +10,6 @@
<runtime>
<library name="filebuffers.jar">
<export name="*"/>
- <packages prefixes="org.eclipse.core.filebuffers,org.eclipse.core.internal.filebuffers"/>
</library>
</runtime>
<requires>

Back to the top