1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-05 23:22:51 +00:00

Modularize in maven projects the httpchannel library

This commit creates several maven modules for each segment of the
library. Now it is possible to include only individual services to the
classpath instead of the full library.
This commit is contained in:
2011-10-07 01:41:53 -03:00
parent f39d3100c4
commit 1c8db5cf36
74 changed files with 135 additions and 99 deletions

15
.gitignore vendored
View File

@@ -1 +1,14 @@
/target
# Eclipse project files and folders
.project
.metadata
.classpath
.settings/
# Locally stored "Eclipse launch configurations"
*.launch
# Maven target directory
target/
# Find bugs configuration file
/.fbprefs