Base Project
From Plex-XML
Typically you are going to develop more than one Plex-XML project over the time. The base project is the mother of all these projects and contains general files like XSLT's, JScripts, images etc. Files from your base project are copied to all other projects while you deploy your project. So your base project is the one an only source for files that are used in more than one project.
Files from the base project should not be stored in the CVS of other projects. Otherwise you going to have more than one version of these files and the copy task may not work correctly.

