开发者

Eclipse - res location

开发者 https://www.devze.com 2023-02-08 01:07 出处:网络
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 sa

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消