[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [51] trunk



Revision: 51
          http://svn.sourceforge.net/ledger-smb/?rev=51&view=rev
Author:   linuxpoet
Date:     2006-09-09 14:02:04 -0700 (Sat, 09 Sep 2006)

Log Message:
-----------
Removed Oracle and DB2 support from ledger-smb.conf, also added note in TODO

Modified Paths:
--------------
    trunk/TODO
    trunk/ledger-smb.conf
    trunk/ledger-smb.conf.default

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2006-09-09 20:53:43 UTC (rev 50)
+++ trunk/TODO	2006-09-09 21:02:04 UTC (rev 51)
@@ -18,8 +18,7 @@
 - Prevent printing without posting. 
 - Add last cost field to laber/overhead creation screen.
 - drop Oracle support? 
-    Oracle support is already largely abandoned.  Not sure if we should
-    drop the code though... Chris Travers
+  Removed all of the Oracle sql. Removed some Oracle code from perl. Joshua Drake
 - %code cleanup (move to established coding standards, not structural yet) 
 	In Progress
 - %xhtml compliant code

Modified: trunk/ledger-smb.conf
===================================================================
--- trunk/ledger-smb.conf	2006-09-09 20:53:43 UTC (rev 50)
+++ trunk/ledger-smb.conf	2006-09-09 21:02:04 UTC (rev 51)
@@ -39,10 +39,6 @@
 # on mac os X using Fink's Perl libs, add the path
 #$ENV{PERL5LIB} .= ":/sw/lib/perl5";
 
-# DB2, Default dataset is expected to be LEDGER
-#$ENV{DB2INSTANCE} = "db2inst1";
-#$ENV{DB2_HOME} = "/opt/IBM/db2/V8.1/";
 
-
 1;
 

Modified: trunk/ledger-smb.conf.default
===================================================================
--- trunk/ledger-smb.conf.default	2006-09-09 20:53:43 UTC (rev 50)
+++ trunk/ledger-smb.conf.default	2006-09-09 21:02:04 UTC (rev 51)
@@ -18,10 +18,6 @@
 # set language for login and admin
 $language = "";
 
-# Oracle
-#$sid = "T80509";
-#$ENV{"ORACLE_HOME"} = "/usr/local/oracle";
-
 # if you have latex installed set to 1
 $latex = 1;
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.