Here is the corresponding snippet from the jar Ant target in compiler/build.xml (line #281):
<jar file="${falcon.mxmlc.jar}"> <manifest> <attribute name="Sealed" value="${manifest.sealed}" /> <attribute name="Implementation-Title" value="${manifest.Implementation-Title} - MXMLC Command Line Compiler" /> <attribute name="Implementation-Version" value="${manifest.Implementation-Version}.${build.number}" /> <attribute name="Implementation-Vendor" value="${manifest.Implementation-Vendor}" /> <attribute name="Main-Class" value="org.apache.flex.compiler.clients.MXMLC" /> <attribute name="Class-Path" value="compiler.jar" /> </manifest> </jar> Should I file a bug? - Raju