Manifest (.mf file)
The package (zip) should have a a directroy with a META-INF dir, that dir has a MANIFEST.MF file that describes what the package contains.
It is or a component package (Package-Type: Web-Component) or a service package (Package-Type: Web-Service).
Some stuff can also be defined in the [spec file](./spec-file.md#Definition and basic structure), service mostly define stuff in the spec file, like modulename,entrypoint, css libs, and components in the manifest.
the format: manifest file definition
after this there are sets of 2 lines of all the spec files (component or service) that are included in this package:
Name: directory/name.spec Web-Service: True
or
Name: directory/name.spec Web-Component: True
Last updated
Was this helpful?