aboutsummaryrefslogblamecommitdiff
path: root/stage2/ports.scala
blob: 51ae4f0a66374bea3ac922da335fb10117a8236a (plain) (tree)
1
2
3
4
5
6
7
8







                                                                        
package cbt
class ports( context: Context ) {
  private def dep( name: String ) = DirectoryDependency(
    context.copy( workingDirectory = context.cbtHome / "ports" / name ),
    None
  )
  def mima = dep( "migration-manager" )
}