[Rt-commit] [svn] r1633 - in RT-KeyBindings: . html/Callbacks
html/Callbacks/RT-KeyBindings html/Callbacks/RT-KeyBindings/Elements
html/Callbacks/RT-KeyBindings/Elements/Header
html/KeyBindings/Callbacks
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Wed Oct 6 16:32:37 EDT 2004
Author: jesse
Date: Wed Oct 6 16:32:36 2004
New Revision: 1633
Added:
RT-KeyBindings/html/Callbacks/
RT-KeyBindings/html/Callbacks/RT-KeyBindings/
RT-KeyBindings/html/Callbacks/RT-KeyBindings/Elements/
RT-KeyBindings/html/Callbacks/RT-KeyBindings/Elements/Header/
RT-KeyBindings/html/Callbacks/RT-KeyBindings/Elements/Header/Head
Removed:
RT-KeyBindings/html/KeyBindings/Callbacks/
Modified:
RT-KeyBindings/ (props changed)
RT-KeyBindings/Makefile
RT-KeyBindings/Makefile.PL
Log:
r1927 at tinbook (orig r1608): jesse | 2004-10-03T22:25:32.941075Z
r1928 at tinbook (orig r1609): jesse | 2004-10-03T22:28:30.070774Z
----------------------------------------------------------------------
r10444 at tinbook: jesse | 2004-10-03T22:23:51.657869Z
----------------------------------------------------------------------
r10445 at tinbook: jesse | 2004-10-03T22:25:02.504896Z
Initial checkin
----------------------------------------------------------------------
r1982 at tinbook: jesse | 2004-10-06T02:05:00.428952Z
r1995 at tinbook: jesse | 2004-10-06T20:31:05.680537Z
Build fixes
Modified: RT-KeyBindings/Makefile
==============================================================================
--- RT-KeyBindings/Makefile (original)
+++ RT-KeyBindings/Makefile Wed Oct 6 16:32:36 2004
@@ -120,8 +120,8 @@
MAKE_APERL_FILE = $(FIRST_MAKEFILE).aperl
PERLMAINCC = $(CC)
PERL_INC = /opt/perl-5.8.5/lib/5.8.5/darwin-2level/CORE
-PERL = /opt/perl-5.8.5/bin/perl -Iinc
-FULLPERL = /opt/perl-5.8.5/bin/perl -Iinc
+PERL = /usr/local/bin/perl5.8.5 -Iinc
+FULLPERL = /usr/local/bin/perl5.8.5 -Iinc
ABSPERL = $(PERL)
PERLRUN = $(PERL)
FULLPERLRUN = $(FULLPERL)
@@ -642,7 +642,7 @@
# --- MakeMaker makeaperl section ---
MAP_TARGET = perl
-FULLPERL = /opt/perl-5.8.5/bin/perl
+FULLPERL = /usr/local/bin/perl5.8.5
$(MAP_TARGET) :: static $(MAKE_APERL_FILE)
$(MAKE) -f $(MAKE_APERL_FILE) $@
Modified: RT-KeyBindings/Makefile.PL
==============================================================================
--- RT-KeyBindings/Makefile.PL (original)
+++ RT-KeyBindings/Makefile.PL Wed Oct 6 16:32:36 2004
@@ -1,6 +1,6 @@
use inc::Module::Install;
RTx('RT-KeyBindings');
-version('0.00_01');
+version('0.00_02');
author('Jesse Vincent <jesse at bestpractical.com>');
license('perl');
&WriteAll;
Added: RT-KeyBindings/html/Callbacks/RT-KeyBindings/Elements/Header/Head
==============================================================================
--- (empty file)
+++ RT-KeyBindings/html/Callbacks/RT-KeyBindings/Elements/Header/Head Wed Oct 6 16:32:36 2004
@@ -0,0 +1,4 @@
+<%init>
+$m->comp('/KeyBindings/Elements/SetupKeyBindings');
+return();
+</%init>
More information about the Rt-commit
mailing list