ceylon-sdk
ceylon-sdk copied to clipboard
Make the SDK build not depend on the Ceylon project
Right now the SDK can't be built using an installed Ceylon version, you need the ceylon project to exist in the same folder as ceylon-sdk. This didn't use to be necessary, it would be nice if the SDK project could be built stand-alone again.
Seeing it mostly has to do with the OSGi stuff I'm assigning this to you @davidfestal ;)