You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GWT 395B

12345678910111213141516171819202122232425262728
  1. *.class
  2. # Package Files #
  3. *.jar
  4. *.war
  5. # gwt caches and compiled units #
  6. war/gwt_bree/
  7. gwt-unitCache/
  8. # boilerplate generated classes #
  9. .apt_generated/
  10. # more caches and things from deploy #
  11. war/WEB-INF/deploy/
  12. war/WEB-INF/classes/
  13. #compilation logs
  14. .gwt/
  15. #caching for already compiled files
  16. gwt-unitCache/
  17. #gwt junit compilation files
  18. www-test/
  19. #old GWT (1.5) created this dir
  20. .gwt-tmp/