ceylon / ceylon-compiler

DEPRECATED
GNU General Public License v2.0
138 stars 36 forks source link

MANIFEST file not included in .car #2405

Open xkr47 opened 8 years ago

xkr47 commented 8 years ago

Hi, I'm not sure if this is a bug, but I noticed a change inside .car files from 1.1.0 -> 1.2.0:

In 1.2 when I compile e.g. helloworld.ceylon using ceylon compile source/helloworld.ceylon then the modules/default/default.car does NOT contain a META-INF/MANIFEST file - is this expected? In 1.1 a MANIFEST file was included in the .car..

FroMage commented 8 years ago

Oh, right, that's for the default module, right? I bet it would be for other modules. We removed the manifest for the default module since it can't depend on anything and can't be imported either.