Browse Source

Adds eclipse settings files to set correct encoding and complier preferences

This is done in the maven-eclipse-plugin so now all eclipse files are generated by mV eclipse:eclipse and can safely be ignored
Colin Goodheart-Smithe 10 years ago
parent
commit
240155b4ea
2 changed files with 51 additions and 9 deletions
  1. 6 9
      .gitignore
  2. 45 0
      pom.xml

+ 6 - 9
.gitignore

@@ -16,21 +16,18 @@ docs/build.log
 backwards/
 
 ## eclipse ignores (use 'mvn eclipse:eclipse' to build eclipse projects)
-## The only configuration files which are not ignored are certain files in
-## .settings (as listed below) since these files ensure common coding 
-## style across Eclipse and IDEA.
-## Other files (.project, .classpath) should be generated through Maven which
-## will correctly set the classpath based on the declared dependencies.
+## All files (.project, .classpath, .settings/*) should be generated through Maven which
+## will correctly set the classpath based on the declared dependencies and write settings 
+## files to ensure common coding style across Eclipse and IDEA.
 .project
 .classpath
+/.settings
 eclipse-build
 */.project
 */.classpath
 */eclipse-build
-/.settings/
-!/.settings/org.eclipse.core.resources.prefs
-!/.settings/org.eclipse.jdt.core.prefs
-!/.settings/org.eclipse.jdt.ui.prefs
+*/.settings
+plugins/*/.settings
 
 ## netbeans ignores
 nb-configuration.xml

File diff suppressed because it is too large
+ 45 - 0
pom.xml


Some files were not shown because too many files changed in this diff