~snappy-dev/snapcraft/core

« back to all changes in this revision

Viewing changes to examples/java-hello-world/snapcraft.yaml

  • Committer: Sergio Schvezov
  • Date: 2015-10-01 08:54:15 UTC
  • mto: This revision was merged to the branch mainline in revision 225.
  • Revision ID: sergio.schvezov@canonical.com-20151001085415-bnh59efda36tjyt1
Remove the -project from plugin names that have been released and add a deprecation message

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
parts:
12
12
    local:
13
 
        plugin: ant-project
 
13
        plugin: ant
14
14
        source: .
15
15
    wrapper:
16
 
        plugin: make-project
 
16
        plugin: make
17
17
        source: .