Adding and removing projects

You can add or remove projects from the solution, by modifying the references in the properties of the solution project.

About this task

The solution project contains references to the BOM project, and to the agent projects that you created. If you want to remove some agent projects from your solution, you must remove the references from the solution project.

You can add references to other projects, such as OSGi projects, to package them into the solution. The agent projects of the solution can then call the Java™ code that is contained in these projects.

Procedure

  1. Right-click the solution project, and click Properties.
  2. Click Project References.
  3. Select the projects that you want to add, or clear the projects to remove from the solution.

Results

The projects that you selected are packaged in the solution archive at export time.