[rkward-cvs] SF.net SVN: rkward: [2273] branches/KDE4_port/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Nov 26 12:15:54 UTC 2007
Revision: 2273
http://rkward.svn.sourceforge.net/rkward/?rev=2273&view=rev
Author: tfry
Date: 2007-11-26 04:15:54 -0800 (Mon, 26 Nov 2007)
Log Message:
-----------
Remove some obsolete files
Removed Paths:
-------------
branches/KDE4_port/rkward/lo16-app-rkward.png
branches/KDE4_port/rkward/lo32-app-rkward.png
branches/KDE4_port/rkward/makerkwardscript.pl
Deleted: branches/KDE4_port/rkward/lo16-app-rkward.png
===================================================================
(Binary files differ)
Deleted: branches/KDE4_port/rkward/lo32-app-rkward.png
===================================================================
(Binary files differ)
Deleted: branches/KDE4_port/rkward/makerkwardscript.pl
===================================================================
--- branches/KDE4_port/rkward/makerkwardscript.pl 2007-11-26 12:14:50 UTC (rev 2272)
+++ branches/KDE4_port/rkward/makerkwardscript.pl 2007-11-26 12:15:54 UTC (rev 2273)
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-
-$template = $ARGV[0];
-$r_home = "\"$ARGV[1]\"";
-
-open (TEMPLATE, "< $template") or die "Can't open template";
-while (<TEMPLATE>) {
- $line = $_;
- $line =~ s/###R_HOME_DIR###/$r_home/;
- print ($line);
-}
-close (TEMPLATE);
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list