开发者

What java android files should I not upload to my SVN Server?

I just setup SVN for my java Android project through SubEclipse. Can anyone advise me on which files I should not upload to the repository?开发者_开发问答 Just like in Objective C I have my build files in a separate folder, I still don't know how the build system in Java organizes files and what is considered "build" files.

Any advice?


I would leave out anything in the following directories:

  • /bin
  • /gen
  • /libs

You will need to check in the following files only if you want to include your Eclipse project settings:

  • /.settings
  • /.externalToolBuilders
  • .classpath
  • .project
  • default.properties
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜