This website requires JavaScript.
Explore
Help
Sign In
andreacavalli
/
netty5
Watch
1
Star
0
Fork
0
You've already forked netty5
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
521bf83d0f
netty5
/
.gitignore
13 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 11:44:04 +01:00
.project
.classpath
.settings
*.iml
*.ipr
*.iws
.geany
*/target
*/target
Added .gitignore
2009-01-16 01:57:03 +01:00
/reports
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 11:44:04 +01:00
*/reports
Reference in New Issue
Copy Permalink