Hi, all. After we split Proton J out of Proton, the existing Proton C source tree no longer made sense. This proposed change moves the proton-c/* content to the top level and generally aligns the source tree with conventions we use in some of our other code bases.
It also removes bindings, APIs, docs, and test code that have been deprecated for some time, are no longer used, or are not maintained. The tree after the reorg: https://github.com/ssorj/qpid-proton/tree/ssorj-reorganize-the-source-tree Pull requests (these build on each other): https://github.com/apache/qpid-proton/pull/136 - Remove deprecated bindings and APIs https://github.com/apache/qpid-proton/pull/138 - Remove obsolete docs and test code https://github.com/apache/qpid-proton/pull/140 - Reorganize the source tree CI results (passing apart from an unrelated OS X issue and a known intermittent failure on Windows): https://travis-ci.org/ssorj/qpid-proton https://ci.appveyor.com/project/ssorj/qpid-proton
