# fragments is defined in this file # host = JavaClassName helloworld = sample.helloworld.HelloFragment pickname = sample.helloworld.PickerFragment # you can define the default fragment to launch # or you can choose one before launch (a dialog will show up when you run "ant run") # default = host default = helloworld