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
b10cf29393
netty5
/
.gitignore
12 lines
97 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
ignore .idea/ folder
2012-01-16 09:01:00 +01:00
.idea/
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
.geany
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 12:16:14 +01:00
/target
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
*/target
Added .gitignore
2009-01-16 01:57:03 +01:00
/reports
ignore .idea/ folder
2012-01-16 09:01:00 +01:00
*/reports
Reference in New Issue
Copy Permalink