Skip to content

Commit

Permalink
Remove SVN property placeholders.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuconnolly committed Jan 19, 2014
1 parent 18ba5cc commit 111b47c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 14 deletions.
2 changes: 0 additions & 2 deletions Scripts/build.sh
@@ -1,7 +1,5 @@
#! /bin/ksh

#
# $Id$
#
# build.sh
# sequel-pro
Expand Down
6 changes: 1 addition & 5 deletions Scripts/create-test-stubs.pl
@@ -1,7 +1,5 @@
#! /usr/bin/perl

#
# $Id$
#
# create-test-stubs.pl
# sequel-pro
Expand Down Expand Up @@ -80,9 +78,7 @@ sub write_header_to_file

$filename = ($is_header) ? "${filename}.h" : "${filename}.m";

my $content = << "EOF";
//
// \$Id\$
my $content = << "EOF";
//
// $filename
// $project
Expand Down
2 changes: 0 additions & 2 deletions Scripts/localize.sh
@@ -1,7 +1,5 @@
#! /bin/ksh

#
# $Id$
#
# localize.sh
# sequel-pro
Expand Down
5 changes: 2 additions & 3 deletions Scripts/package-application.sh
@@ -1,7 +1,5 @@
#!/bin/sh

#
# $Id$
#
# package-application.sh
# sequel-pro
Expand Down Expand Up @@ -32,7 +30,8 @@
#
# More info at <http://code.google.com/p/sequel-pro/>

# A very basic script to build and sign a disk image for Sequel Pro; based on better work by Stuart Connolly.
# A very basic script to build and sign a disk image for Sequel Pro;
# based on better work by Stuart Connolly.
#
# Ensure the path to the application has been supplied - should have occurred when the
# script was run by selecting 'Distribution' target and building.
Expand Down
2 changes: 0 additions & 2 deletions Scripts/trim-application.sh
@@ -1,7 +1,5 @@
#! /bin/ksh

#
# $Id$
#
# trim-application.sh
# sequel-pro
Expand Down

0 comments on commit 111b47c

Please sign in to comment.