[open-ils-commits] r7499 - trunk/Open-ILS/examples/apache

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Jul 1 21:37:05 EDT 2007


Author: erickson
Date: 2007-07-01 21:33:43 -0400 (Sun, 01 Jul 2007)
New Revision: 7499

Modified:
   trunk/Open-ILS/examples/apache/startup.pl
Log:
changed bootstrap config to new opensrf_core.xml file

Modified: trunk/Open-ILS/examples/apache/startup.pl
===================================================================
--- trunk/Open-ILS/examples/apache/startup.pl	2007-06-29 18:47:15 UTC (rev 7498)
+++ trunk/Open-ILS/examples/apache/startup.pl	2007-07-02 01:33:43 UTC (rev 7499)
@@ -1,8 +1,8 @@
 #!/usr/bin/perl
 use lib qw( /openils/lib/perl5 ); 
-use OpenILS::WWW::SuperCat qw( /openils/conf/bootstrap.conf );
-use OpenILS::WWW::AddedContent qw( /openils/conf/bootstrap.conf );
-use OpenILS::Reporter::Proxy ('/openils/conf/bootstrap.conf');
+use OpenILS::WWW::SuperCat qw( /openils/conf/opensrf_core.xml );
+use OpenILS::WWW::AddedContent qw( /openils/conf/opensrf_core.xml );
+use OpenILS::Reporter::Proxy ('/openils/conf/opensrf_core.xml');
 
 
 



More information about the open-ils-commits mailing list