Merge lp:~dholbach/snapcraft/small-typo into lp:~snappy-dev/snapcraft/core

Proposed by Daniel Holbach
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 165
Merged at revision: 165
Proposed branch: lp:~dholbach/snapcraft/small-typo
Merge into: lp:~snappy-dev/snapcraft/core
Diff against target: 22 lines (+1/-2)
2 files modified
examples/java-hello-world/snapcraft.yaml (+1/-1)
plugins/ant-project.yaml (+0/-1)
To merge this branch: bzr merge lp:~dholbach/snapcraft/small-typo
Reviewer Review Type Date Requested Status
Sergio Schvezov Approve
Review via email: mp+271086@code.launchpad.net

Commit message

Fix small typo.

To post a comment you must log in.
lp:~dholbach/snapcraft/small-typo updated
165. By Daniel Holbach

remove superfluous systemPackages entry - it has been renamed to build-tools

Revision history for this message
Sergio Schvezov (sergiusens) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'examples/java-hello-world/snapcraft.yaml'
2--- examples/java-hello-world/snapcraft.yaml 2015-09-08 11:48:30 +0000
3+++ examples/java-hello-world/snapcraft.yaml 2015-09-15 09:49:29 +0000
4@@ -4,7 +4,7 @@
5 binaries:
6 - name: hello
7 exec: bin/wrapper
8-summary: A java exmaple
9+summary: A java example
10 description: this is not much more than an example
11 icon: icon.png
12
13
14=== modified file 'plugins/ant-project.yaml'
15--- plugins/ant-project.yaml 2015-09-08 18:06:03 +0000
16+++ plugins/ant-project.yaml 2015-09-15 09:49:29 +0000
17@@ -1,5 +1,4 @@
18 module: ant_project
19-systemPackages: [ant]
20 requires:
21 - jdk
22 options:

Subscribers

People subscribed via source and target branches