... | ... | @@ -80,7 +80,7 @@ Hint: The Bundles `org.fredosar.service.io.mysql`, `org.fredosar.service.io.xmpp |
|
|
|
|
|
|
|
|
### Build all
|
|
|
The script is used to compile and package all bundles located under the projects-directroies. After the build, it searhes for all .jar-Packages, that have the prefix org.fredosar and are contained in the directories stated under the variable `projects`. The .jar files are copied into each of the given dest-directories.
|
|
|
For building and copying the required files this script can be used (change directories). It compiles and packages all bundles located under the projects-directroies. After the build, it searhes for all .jar-Packages, that have the prefix org.fredosar and are contained in the directories stated under the variable `projects`. The .jar files are copied into each of the given dest-directories.
|
|
|
```
|
|
|
#/bin/bash
|
|
|
dest="/cygdrive/c/osgi/framework/felix-framework-5.4.0/load/ /cygdrive/c/osgi/framework/copy-felix-framework-5.4.0/load"
|
... | ... | |