-
Notifications
You must be signed in to change notification settings - Fork 26
How to add new bundle
Carlos Quiroz edited this page Jun 17, 2015
·
1 revision
If you need to add a new bundle named bundle_name, you should update the following steps (No particular order):
- Create a dir bundle/bundle_name
- Create a build.sbt on the previous dir and set
name := bundle_name
plus whatever else that is needed on you module's definition - Add an entry to
OcsBundle.scala
with your new bundle and its dependencies - Add an entry to
app_all_bundles
onOcsApp.scala
- Add a
BundleSpec
entry toproject/app/all_bundles/build.sbt
and to any other app the bundle belongs to - Reload sbt