5.3 Specifying property placeholders

To specify a property placeholder in your manifest template, use the form ${property.name}, where property.name refers to the name of the property placeholder. The method in which the manifest template actually gets the value of the property placeholder at runtime depends on the Bundlor front end you use (command line, ANT, or Maven); the details are described later.

The following example shows how to use a property placeholder for the Bundle-Name manifest header rather than a literal.

Bundle-Name: ${bundle.name}