Eclipse - res location
Is it possible to change the location of the res folder so it's not in the Eclipse project?
I know I can link the src f开发者_运维知识库older of the project to another location, but can I do the same for the res folder.
I had some issues when I included the Eclipse project into svn, so I would like to keep them separate like I do on any Flash/Flex builder project.
I don't think that would make sense, as they are needed at the time your project is built, and when Eclipse refers to resources they have.
Don't put them anywhere else than its current location.
精彩评论