aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2014-01-19 14:31:23 +0000
committerStuart Connolly <stuart02@gmail.com>2014-01-19 14:31:23 +0000
commit111b47c047923c629b20e488bafd522882fcd5ca (patch)
treee8e7a821b60e1314e372096b829363f81763e192 /Scripts
parent18ba5ccae950eec7a3581ac592f9a4e43b2fd724 (diff)
downloadsequelpro-111b47c047923c629b20e488bafd522882fcd5ca.tar.gz
sequelpro-111b47c047923c629b20e488bafd522882fcd5ca.tar.bz2
sequelpro-111b47c047923c629b20e488bafd522882fcd5ca.zip
Remove SVN property placeholders.
Diffstat (limited to 'Scripts')
-rwxr-xr-xScripts/build.sh2
-rwxr-xr-xScripts/create-test-stubs.pl6
-rwxr-xr-xScripts/localize.sh2
-rwxr-xr-xScripts/package-application.sh5
-rwxr-xr-xScripts/trim-application.sh2
5 files changed, 3 insertions, 14 deletions
diff --git a/Scripts/build.sh b/Scripts/build.sh
index 5e2aa02c..63caa6e0 100755
--- a/Scripts/build.sh
+++ b/Scripts/build.sh
@@ -1,8 +1,6 @@
#! /bin/ksh
#
-# $Id$
-#
# build.sh
# sequel-pro
#
diff --git a/Scripts/create-test-stubs.pl b/Scripts/create-test-stubs.pl
index fb44385a..1cf146b3 100755
--- a/Scripts/create-test-stubs.pl
+++ b/Scripts/create-test-stubs.pl
@@ -1,8 +1,6 @@
#! /usr/bin/perl
#
-# $Id$
-#
# create-test-stubs.pl
# sequel-pro
#
@@ -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
diff --git a/Scripts/localize.sh b/Scripts/localize.sh
index 82d20d8f..0bf5e58c 100755
--- a/Scripts/localize.sh
+++ b/Scripts/localize.sh
@@ -1,8 +1,6 @@
#! /bin/ksh
#
-# $Id$
-#
# localize.sh
# sequel-pro
#
diff --git a/Scripts/package-application.sh b/Scripts/package-application.sh
index 0eaaac79..92e6072f 100755
--- a/Scripts/package-application.sh
+++ b/Scripts/package-application.sh
@@ -1,8 +1,6 @@
#!/bin/sh
#
-# $Id$
-#
# package-application.sh
# sequel-pro
#
@@ -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.
diff --git a/Scripts/trim-application.sh b/Scripts/trim-application.sh
index c5b9d5b8..4ee6e85a 100755
--- a/Scripts/trim-application.sh
+++ b/Scripts/trim-application.sh
@@ -1,8 +1,6 @@
#! /bin/ksh
#
-# $Id$
-#
# trim-application.sh
# sequel-pro
#