~sergiusens/snapcraft/meta-all-yaml

« back to all changes in this revision

Viewing changes to snapcraft/plugins/jdk.py

  • Committer: Snappy Tarmac
  • Author(s): Ted Gould, John R. Lenton
  • Date: 2015-08-05 20:31:21 UTC
  • mfrom: (75.8.41 qml)
  • Revision ID: snappy_tarmac-20150805203121-tchab170kk5fckp3
QML Plugin by ted approved by mterry

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        super().__init__(name, options)
25
25
 
26
26
        class UbuntuOptions:
27
 
            package = "default-jdk"
 
27
            packages = ["default-jdk"]
28
28
        self.ubuntu = UbuntuPlugin(name, UbuntuOptions())
29
29
 
30
30
    def pull(self):