diff options
author | Bibiko <bibiko@eva.mpg.de> | 2011-06-27 08:15:21 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2011-06-27 08:15:21 +0000 |
commit | bdce9864553e64d39d9908d85e154675c5d093f1 (patch) | |
tree | d6990b4f0aa92419198813c0c26736211844d875 /SharedSupport/Default Bundles | |
parent | afda89c28347bf13bd8c69454a2261dd021c2f5f (diff) | |
download | sequelpro-bdce9864553e64d39d9908d85e154675c5d093f1.tar.gz sequelpro-bdce9864553e64d39d9908d85e154675c5d093f1.tar.bz2 sequelpro-bdce9864553e64d39d9908d85e154675c5d093f1.zip |
• fixed minimal size of Bundle Editor's right split view
• added to default bundles SHA1 und MD5 the key:
<key>isDefaultBundle</key>
<true/>
- for both bundles description and author are missing
• removed bundle file 'echo n' from SHA1 package
Diffstat (limited to 'SharedSupport/Default Bundles')
3 files changed, 4 insertions, 1 deletions
diff --git a/SharedSupport/Default Bundles/MD5 Hash.spBundle/command.plist b/SharedSupport/Default Bundles/MD5 Hash.spBundle/command.plist index 6ad3635d..0b820665 100644 --- a/SharedSupport/Default Bundles/MD5 Hash.spBundle/command.plist +++ b/SharedSupport/Default Bundles/MD5 Hash.spBundle/command.plist @@ -25,5 +25,7 @@ print Digest::MD5.hexdigest(gets) <string>inputfield</string> <key>uuid</key> <string>8CAA33B3-D168-47FC-A9BE-EA5A8576E380</string> + <key>isDefaultBundle</key> + <true/> </dict> </plist> diff --git a/SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist b/SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist index a68eae1f..93300c53 100644 --- a/SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist +++ b/SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist @@ -23,5 +23,7 @@ print Digest::SHA1.hexdigest(gets) <string>inputfield</string> <key>uuid</key> <string>19F272BA-1369-48A7-B10A-4F25EF5B9DD3</string> + <key>isDefaultBundle</key> + <true/> </dict> </plist> diff --git a/SharedSupport/Default Bundles/SHA1 Hash.spBundle/echo-n b/SharedSupport/Default Bundles/SHA1 Hash.spBundle/echo-n deleted file mode 100644 index 56520c7b..00000000 --- a/SharedSupport/Default Bundles/SHA1 Hash.spBundle/echo-n +++ /dev/null @@ -1 +0,0 @@ -6f1ed002ab5595859014ebf0951522d9 |