Commit Graph

7 Commits

Author SHA1 Message Date
Trustin Lee
ebfc4513e0 Apply checkstyle to the build
Please note that the build will fail at the moment due to various checkstyle
violations which should be fixed soon
2012-01-11 20:16:14 +09:00
Trustin Lee
8663716d38 Issue #60: Make the project multi-module
Split the project into the following modules:
* common
* buffer
* codec
* codec-http
* transport
* transport-*
* handler
* example
* testsuite (integration tests that involve 2+ modules)
* all (does nothing yet, but will make it generate netty.jar)

This commit also fixes the compilation errors with transport-sctp on
non-Linux systems.  It will at least compile without complaints.
2011-12-28 19:44:04 +09:00
Trustin Lee
6fdb7d9116 org.jboss.netty -> io.netty 2011-12-09 12:38:59 +09:00
Cruz Bishop
62f2876694 Ignore "geany" files
These files are generated by the IDE that I use now
2011-12-01 17:17:19 +10:00
Trustin Lee
cd133919d3 Added IntelliJ specific files to .gitignore 2010-11-23 20:09:22 +09:00
Trustin Lee
96ba5819cc Added Version.java to .gitignore because it's generated during the build 2010-11-12 09:51:52 +09:00
Trustin Lee
e8a18dbd12 Added .gitignore 2009-01-16 00:57:03 +00:00