~jocave/snapcraft/plainbox-provider-plugin

« back to all changes in this revision

Viewing changes to snapcraft/plugins/jdk.py

  • Committer: Michael Terry
  • Date: 2015-08-06 14:59:07 UTC
  • mfrom: (129 snapcraft)
  • mto: This revision was merged to the branch mainline in revision 132.
  • Revision ID: michael.terry@canonical.com-20150806145907-wzkkzm3mitiewa03
MergeĀ fromĀ trunk

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):