Hi Tom,
All requested changes are performed in the CVS. Can you verify?
-Pavlin
|
> |
At this point the packages should be renamed to have "internal" in the package name. In the future we can look at moving the packages to true API packages. Tom
Hi Jeff, Should I rename org.eclipse.equinox.util packages to org.eclipse.equinox.internal.util or not. Some of the packages are used only by DS bundle in equinox distribution. Others are used for more than one bundle. The nature of the packages used only from DS bundles are utilities - like thread pool, xml processing, io, common utilities for access to the framework structures etc. In our FW implementation such utilities are packaged in one bundle putil http://dz.prosyst.com/user-manuals/mBS_Equinox_Edition_2.0.0/framework/bundles/prosyst/system/putilfull/introduction.html similar to equinox.common bundle (license of PUTIL is EPL and the code is distributed with mBS Equinox Eddition). We want after including the code in Equinox to move our code to use donated one in order not to have duplication of the code. It will be strange other bundle to have a dependency with DS only for utility classes. Now I work to remove as many as possible dependencies from util bundle but in some cases this will decrease performance (removing of thread pool) and increase used memory (remove usage of object pools). Do you think that this is the right way? -Pavlin
_______________________________________________ equinox-dev mailing list https://dev.eclipse.org/mailman/listinfo/equinox-dev |
_______________________________________________ equinox-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/equinox-dev
