[Jifty-commit] r390 - in jifty/trunk: t/Continuations/bin t/Mapper/bin

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Dec 26 00:32:33 EST 2005


Author: alexmv
Date: Sun Dec 25 23:52:06 2005
New Revision: 390

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/Continuations/bin/jifty
   jifty/trunk/t/Mapper/bin/jifty

Log:
 r8387 at zoq-fot-pik:  chmrr | 2005-12-25 23:43:34 -0500
  * Remove the content from these files; they only serve to mark that
 their parent dir is a jifty app root, and having old versions of the
 bin/jifty code might be confusing


Modified: jifty/trunk/t/Continuations/bin/jifty
==============================================================================
--- jifty/trunk/t/Continuations/bin/jifty	(original)
+++ jifty/trunk/t/Continuations/bin/jifty	Sun Dec 25 23:52:06 2005
@@ -1,14 +0,0 @@
-#!/usr/bin/perl
-use warnings;
-use strict;
-use File::Basename qw(dirname); 
-
-BEGIN {
-    my $dir = dirname(__FILE__); 
-    unshift @INC, "$dir/../../../lib";
-    unshift @INC, "$dir/../lib";
-    push @INC, "$dir/../../Jifty/deps";
-}
-
-use Jifty::Script;
-Jifty::Script->dispatch();

Modified: jifty/trunk/t/Mapper/bin/jifty
==============================================================================
--- jifty/trunk/t/Mapper/bin/jifty	(original)
+++ jifty/trunk/t/Mapper/bin/jifty	Sun Dec 25 23:52:06 2005
@@ -1,14 +0,0 @@
-#!/usr/bin/perl
-use warnings;
-use strict;
-use File::Basename qw(dirname); 
-
-BEGIN {
-    my $dir = dirname(__FILE__); 
-    unshift @INC, "$dir/../../../lib";
-    unshift @INC, "$dir/../lib";
-    push @INC, "$dir/../../Jifty/deps";
-}
-
-use Jifty::Script;
-Jifty::Script->dispatch();


More information about the Jifty-commit mailing list