Right click on the project output folder and select Properties from the pop-up menu.
The ProvideX Builder adds a properties page to project output folder. This properties page can be used to define test folders (or application install folders) where the files in the project will be copied as part of the build process. This is useful when an application has a complex configuration and installation process that cannot be easily reproduced through an Application Launcher. This also allows part of an application to be modified without impacting other parts and yet still allow valid testing of the modified code.
This is the preferred method for linking a project in Eclipse to an existing application folder.
Do not change the location of the output folder to reference an application folder.
Eclipse expects to have total control over the output folder and will delete the contents of this folder under certain conditions.