Creating new Eclipse project
If you wish to commit new Toolkit project e.g. into incubator area please consider following guidelines first.
Do not commit Eclipse specific files from your project, make SVN to ignore them instead.
- .classpath
- .project
- .settings
This is because these files are Eclipse version specific (.project) and operating system specific (.classpath).
If all developers would use exactly the same Eclipse and/or same OS then you could commit them, but do not make this assumption here :-)
Same goes for any compiled classes such as
- WebContent?/WEB-INF/ITMILL/widgetsets
- build result files
- any temporary files (e.g. GWT compiler creates them)
