summaryrefslogtreecommitdiffstats
path: root/gerrit-httpd/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add Intellij IDEA files to ignore listAnatol Pomazau2012-05-031-1/+2
| | | | Change-Id: Ie948a1b3c9df95e79fc09ef343d0d49ff3b267c2
* Add entries to .gitignore for m2e settings/preference filesMohan Zhang2011-12-121-0/+1
| | | | Change-Id: Ie70c285440b6200ad7f4dd8dea8a97317e1e62fc
* Rewrite our build as modular maven componentsShawn O. Pearce2009-11-111-0/+4
This refactoring splits the code up into different components, with their own per-component CLASSPATH. By moving all of our classes into isolated components we can better isolate the classpaths and try to avoid unexpected dependency problems. It also allows us to more clearly define which components are used by the GWT UI and thus must be compiled under GWT, and which components are run on the server and can therefore use more of the J2SE API. Change-Id: I833cc22bacc5655d1c9099ed7c2b0e0a5b08855a Signed-off-by: Shawn O. Pearce <sop@google.com>