Skip to content

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 on OcsApp.scala
  • Add a BundleSpec entry to project/app/all_bundles/build.sbt and to any other app the bundle belongs to
  • Reload sbt