plugin/builder-virtualbox: new package

pull/919/head
Mitchell Hashimoto 13 years ago
parent afd67ea104
commit 09c3d67c51

@ -1,7 +1,7 @@
package main
import (
"github.com/mitchellh/packer/builder/virtualbox"
"github.com/mitchellh/packer/builder/virtualbox/iso"
"github.com/mitchellh/packer/packer/plugin"
)
@ -10,6 +10,6 @@ func main() {
if err != nil {
panic(err)
}
server.RegisterBuilder(new(virtualbox.Builder))
server.RegisterBuilder(new(iso.Builder))
server.Serve()
}

Loading…
Cancel
Save