Go to file
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
all Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
buffer Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
codec Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
codec-http Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
common Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
example Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
handler Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
lib Make build independent from JBoss.org M2 repository 2011-12-09 11:38:29 +09:00
license Added webbit license and credits 2011-10-27 10:34:37 +11:00
testsuite Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
transport Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
transport-http Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
transport-rxtx Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
transport-sctp Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
.fbfilter.xml Update license header / Remove JBoss style 2011-12-09 14:18:34 +09:00
.fbprefs Updated Find Bugs configuration 2009-03-04 10:33:09 +00:00
.gitignore Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00
LICENSE.txt Relicensed to Apache License v2 2009-08-28 07:15:49 +00:00
NOTICE.txt More copyright updates 2011-12-09 14:28:48 +09:00
pom.xml Issue #60: Make the project multi-module 2011-12-28 19:44:04 +09:00