On 8/29/16, 11:40 PM, "OK" <p...@olafkrueger.net> wrote:
>Alex Harui wrote >> I think I may have found a GitHub copy of svg.js at [3]. I will verify >>it >> some day. > >Wouldn't it make more sense to just copy the file from googlecode [1] to >the >FlexJS repo to make sure that it's the same version and to make sure that >it >will never lost again? >Or are there some licence issues? We could bundle into our repos, but I'd rather not have code in our repos that wasn't officially donated to Apache. Often, external dependencies have active communities and we want to switch versions, so in general I prefer having external dependencies vs bundled dependencies from a source-code perspective. Our binary packages do bundle more things. My 2 cents, -Alex