Bug 64470 - <packages prefixes=..../> should be removed
Summary: <packages prefixes=..../> should be removed
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 RC1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-27 18:44 EDT by Wassim Melhem CLA
Modified: 2004-05-28 15:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wassim Melhem CLA 2004-05-27 18:44:17 EDT
The <packages> element in the following snippet is meaningless and unused in 
the 3.0 runtime.  It ought to be removed from the plugin.xml

<runtime>
  <library name="jdtcore.jar">  
     <export name="*"/>
     <packages prefixes="org.eclipse.jdt.core,org.eclipse.jdt.internal"/>
  </library> 
</runtime>
Comment 1 Philipe Mulet CLA 2004-05-28 09:59:11 EDT
Isn't it used to speed up classloading ?
Comment 2 Wassim Melhem CLA 2004-05-28 10:28:10 EDT
That used to be the case in the old 2.1 runtime.  But the new OSGi runtime 
does not use it.
Comment 3 Philipe Mulet CLA 2004-05-28 11:21:30 EDT
Olivier - pls take care of it
Comment 4 Olivier Thomann CLA 2004-05-28 11:42:16 EDT
Fixed and released in HEAD.
Comment 5 Olivier Thomann CLA 2004-05-28 15:48:04 EDT
Verified in 200405281200