[gnome-builder] snippets: remove -scope from xml & rpmspec snippets



commit 8c817748231984e55352eda8bf7259c924e47f31
Author: Roberto Majadas <roberto majadas openshine com>
Date:   Sun Jan 11 00:57:28 2015 +0100

    snippets: remove -scope from xml & rpmspec snippets

 src/resources/snippets/rpmspec.snippets |    4 ----
 src/resources/snippets/xml.snippets     |    1 -
 2 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/resources/snippets/rpmspec.snippets b/src/resources/snippets/rpmspec.snippets
index 9eef6c6..b8dc6fe 100644
--- a/src/resources/snippets/rpmspec.snippets
+++ b/src/resources/snippets/rpmspec.snippets
@@ -1,5 +1,4 @@
 snippet minimal
-- scope rpmspec
        Name:          ${1:$filename|stripsuffix}
        Version:       ${2:1.0}
        Release:       ${3:1}%{?dist}
@@ -33,7 +32,6 @@ snippet minimal
        * $shortweekday $shortmonth $day $year ${13:$fullname} <${14:$email}> - $2-$3
        - Initial package$0
 snippet library
-- scope rpmspec
        Name:          ${1:$filename|stripsuffix}
        Version:       ${2:1.0}
        Release:       ${3:1}%{?dist}
@@ -86,7 +84,6 @@ snippet library
        * $shortweekday $shortmonth $day $year ${18:$fullname} <${19:$email}> - $2-$3
        - Initial package$0
 snippet python-arch
-- scope rpmspec
        %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import 
get_python_lib; print(get_python_lib())")}
        %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import 
get_python_lib; print(get_python_lib(1))")}
        Name:          ${1:$filename|stripsuffix}
@@ -123,7 +120,6 @@ snippet python-arch
        * $shortweekday $shortmonth $day $year ${16:$fullname} <${17:$email}> - $2-$3
        - Initial package$0
 snippet python-noarch
-- scope rpmspec
        Name:          ${1:$filename|stripsuffix}
        Version:       ${2:1.0}
        Release:       ${3:1}%{?dist}
diff --git a/src/resources/snippets/xml.snippets b/src/resources/snippets/xml.snippets
index 0b5a08c..f69a216 100644
--- a/src/resources/snippets/xml.snippets
+++ b/src/resources/snippets/xml.snippets
@@ -1,4 +1,3 @@
 snippet xml
-- scope xml
        <?xml version="1.0"?>
        $0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]