151b6735bfb75d70bb7d591924be2300a8aae3b7
wiki/typical-development-scenarios.md
| ... | ... | @@ -11,9 +11,9 @@ Add a New Library which can not be found in any SAP Repository |
| 11 | 11 | * In case the library is not OSGi-enabled someone has to create such a OSGi-enabled version (ask the technical lead of the project) |
| 12 | 12 | * Add the library to an appropriate target folder under plugins/ in the project com.sap.sailing.targetplatform.base (e.g. target-base) |
| 13 | 13 | * Add a corresponding entry to the corresponding feature.xml in the project com.sap.sailing.targetplatform.base |
| 14 | -* Rebuild the base target platform by running the script createLocalBaseP2repository.sh (com.sap.sailing.targetplatform/scripts). The script needs to be adjusted to your local paths for your Eclipse and GIT workspace directories. |
|
| 14 | +* Rebuild the base target platform by running the script `createLocalBaseP2repository.sh` (com.sap.sailing.targetplatform/scripts). The script needs to be adjusted to your local paths for your Eclipse and GIT workspace directories. |
|
| 15 | 15 | * Test the new overall target platform by settings the race-analysis-p2-ide-p2admin.target as target platform in the IDE |
| 16 | -• The admin of the central p2 repository (currently at sapsailing.com) must now replace the content of the central server /home/trac/p2-repositories/sailing with the content of the new local base p2 repository (com.sap.sailing.targetplatform/base/gen/p2) |
|
| 16 | +* The admin of the central p2 repository (currently at sapsailing.com) must now replace the content of the central server /home/trac/p2-repositories/sailing with the content of the new local base p2 repository (com.sap.sailing.targetplatform/base/gen/p2), using the `uploadRepositoryToServer.sh` script |
|
| 17 | 17 | * Reload the target platform in the IDE |
| 18 | 18 | |
| 19 | 19 | ## Adding or Upgrading Bundles from a p2 Repository |