Application Platform 10.3 | Developing with Application Platform in Designer | Configuring Application Platform | Configuring Application Platform Projects
 
Configuring Application Platform Projects
Projects that you create in Designer contain project-specific properties. Application Platform projects contain the Application Platform Core project facet and an Application Platform project property configuration.
You configure the properties of your Application Platform projects in Designer.
*To configure Application Platform projects
1. Right-click the required project and click Properties.
2. In the Properties dialog box, expand Application Platform.
3. Click Project Version.
4. In the Version field enter the project version.
The version string must be valid for the OSGi standard and it must include three numeric values, separated by periods. Bundles you create for this project will adopt the same value for the Bundle Version manifest header.
Note:
If you have created a custom Bnd template using the Create Bnd template tool from the project context menu, you must update the Bnd template with the updated project version. This will ensure that the Bundle Version header is up to date.
Important:
If you are deploying your project using Deployer, you must create a project manifest in order to use the Project Version property. You must include the manifest with other project files that you commit to source control, so that the manifest is available when using the Asset Build Environment. This will ensure that the bundle produced by the Asset Build Environment contains the expected Bundle Version property.
5. Optional. If you are configuring a web project, go to the Navigation panel and click Project Bundle. Fill in the Web Context Path field.
You can update the web context path of projects, created with the Application Platform Web project facet, after creating the project.