12.8.3 Specifying a JAR command for doc.jar
To produce doc.jar, use a Mif2Go system command. For example:
SystemEndCommand = jar -cvf doc.jar *
See §34.4.1 Specifying system commands.
If you give your JAR file a name that allows it to be included in the ECLIPSE_HOME/plugins directory, you do not need to provide a subdirectory for your Eclipse Help system. For example:
SystemEndCommand = jar -cvf com.myapp.eclipse.core.doc.jar *
When you JAR your Eclipse Help system, you have exactly one deliverable, so you do not need to do any further archiving.
> 12 Generating Eclipse Help > 12.8 Packaging Eclipse Help files > 12.8.3 Specifying a JAR command for doc.jar