Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[incubation] Initial contributions questions

Hi,

As part of the move of Ceylon to Eclipse, I have some questions regarding the initial contributions:

We have a dependency which is a shaded jar containing renamed third-party
modules. How do I go about making a CQ for this one? Single CQ for the shaded
jar, pointing to every shaded module? Or one CQ per shaded module. If latter,
do I mark them as modified or not? They are not modified aside from the package
renaming used by shading.

Should I create one initial contribution CQ per Ceylon project (one project per git repo)? Or a single one for all of them
even though they're separate git repos?

In one of our repos, we have a single file that comes from a third-party lib,
which we did not modify except for renaming its package. That file is licensed
under a BSD licence. What sort of CQ do I need for this?

Thanks!

Back to the top