[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] RCP export via a feature

Hi,

I recently found the excellent article about exporting an RCP app using the feature mechanism.
http://tinyurl.com/6lyww


The only problem I found is the following:
The files written to "root" are not in the "root directory of the RCP directory", but in a platform-specific subfolder.


Detailed explanation:
For example, I write in the build.properties file:
root = root.files

This should place all files from the root.file directory into the RCP directory. But what happens instead is that these files are created in a subfolder named "win32.win32.x86".


Any ideas how I can force eclipse not to create this folder? Thanks, Lorenz