> -----Original Message----- > From: Manikanta Kattamuri [mailto:manikanta.kattam...@sungard.com] > Sent: Tuesday, September 11, 2012 10:36 AM > To: cloudstack-dev@incubator.apache.org > Subject: Removing .classpath and .project files for the modules. > > Hi, > > There are .classpath and .project files in each module present. I found > them to be eclipse configuration files or we using them anywhere else > (i am > not much acquainted with the codebase yet) . > Problem is these classpath files are having lib jar locations from deps > module. As the codebase is moved to maven and the jars themselves are > removed, these files are obsolete. > > Can we remove the .classpath and .project files or we can fix the > projects > in eclipse and replace these files with new sensible ones according to > maven practices..
+1, to remove them, as these files are managed by eclipse + maven now. From http://maven.apache.org/guides/mini/guide-ide-eclipse.html, It recommends to add .classpath and .project into .gitignore. > > Mani.