Skip to content

Commit

Permalink
Remove debug code. Remove old script. Update template.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpage committed Sep 8, 2008
1 parent eb7483f commit dcf4943
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
2 changes: 1 addition & 1 deletion StackBuilder.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-09-08 13:36+0100\n"
"POT-Creation-Date: 2008-09-08 14:39+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
16 changes: 0 additions & 16 deletions stringextract.bat

This file was deleted.

6 changes: 3 additions & 3 deletions stringmerge
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
set -x

##########################################################################
# Name: stringmerge
# Purpose: Merge translations
# Author: Dave Page
# Created: 2007-02-13
# RCS-ID: $Id: stringmerge,v 1.1 2008/09/08 13:39:42 dpage Exp $
# RCS-ID: $Id: stringmerge,v 1.2 2008/09/08 13:41:45 dpage Exp $
# Copyright: (c) EnterpriseDB
# Licence: BSD Licence
##########################################################################
Expand All @@ -25,5 +25,5 @@ if test -f StackBuilder.pot; then

cd i18n
echo "Committing changes to CVS."
# svn commit -m "Automatic merge using stringmerge script."
cvs commit -m "Automatic merge using stringmerge script."
fi

0 comments on commit dcf4943

Please sign in to comment.