jitsi / turnserver

Open-source TURN server implementation.
Apache License 2.0
164 stars 87 forks source link

Mavenized and modified to support modified ice4j #2

Closed mondain closed 8 years ago

mondain commented 8 years ago

This PR requires https://github.com/jitsi/ice4j/pull/38 to be merged first.

ibauersachs commented 8 years ago

I can't make out the differences between the various changes. Please create a one pull request at a time, with the Mavenization being either the first or the last. Also IDE files (Eclipse) should not end up in the repo (anymore).

Some files were apparently not detected as a move or contain line-endings changes. If the repo is unclean (line-ending wise) then please also create a separate pull request for that.

What is that modified ice4j about? Found it.

mondain commented 8 years ago

The majority of the change here is that the files are moved to the maven directory structure from an ant style setup; I'll take a look tomorrow and resubmit.

mondain commented 8 years ago

I'm closing this so the work can be resubmitted in smaller more correct parts.