Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Fragment location support changing - integration build 2002-04-02

As of today's integration build (2002-04-02), support for automatically 
adding the /fragments directory to a plugin's class path has been removed. 


What this means:
- Fragments are now able to live as siblings of their plugins. That is, 
they both can reside in the same /plugins directory.
- Fragments living in the /fragments directory will NOT automatically be 
found when running.

How to fix your fragments:
- Move your fragments from <eclipseInstall>/fragments/ to 
<eclipseInstall>/plugins/.
- Nothing else should be necessary to make this work. (e.g. you do NOT 
rename the fragment.xml file)

As always, please report bugs to Bugzilla on http://bugs.eclipse.org/bugs.



Back to the top