| [news.eclipse.platform.pde] Re: Trying to have automated PDE build for large RCP |
Hello Mohamed, Same here. We have directory that represent target platform. It's structure looks like this:
My newsreader eats space...:-) here's the directory layout that uses underscores:
workspace +-target_platform_project +- features +- plugins +- deltapack +- sources +- spring ___+- plugins ______+- ... springsource bundles .... +- slf4j ___+- jcl-over-slf4j +- ..... ___+-hibernate +....
This directory layout can be built from an ant script or by hand and
checked into the repository (that's the easiest way to give common platform to all developers on the project).
features and plugins are from eclipse RCP SDK. Notice that you don't
have to use this layout.
You could be more consistent and have:
workspace +-target_platform_project + RCP_SDK ___+- features ___+- plugins ..... +- deltapack +- sources +- ....
HTH
-- Ivica Loncar