~snappy-dev/snapcraft/core

« back to all changes in this revision

Viewing changes to integration-tests/data/dependencies/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:
7
7
 
8
8
parts:
9
9
  p1:
10
 
    plugin: make-project
 
10
    plugin: make
11
11
    source: p1
12
12
  p2:
13
 
    plugin: make-project
 
13
    plugin: make
14
14
    source: p2
15
15
    after: [p1]
16
16
  p3:
17
 
    plugin: make-project
 
17
    plugin: make
18
18
    source: p3
19
19
    after: [p2]