38 | | * the bundles.config files were created for the author and the server editions. They contain the bundles to be loaded by the Felix Framework. If you add a bundle you should also add it in the config file. |
39 | | * The launcher run configuration was created. It runs the Author edition. If you want to run the other editions you should edit it by making the working directory to be the directory where the edition is located. For now it is possible to run only the author, because the server is not properly configured yet. |
| 38 | * the bundles.config files were created for the author and the server editions. They contain the bundles to be loaded by the Felix Framework. If you add a bundle you should also add it in the config file for its edition. |
| 39 | * The !TrueAuthorMain run configuration was edited. It runs the Author edition using Felix and the launcher module. There is also TrueServerMain launch configuration which should run the server(when it is configured properly). |