diff --git a/build.xml b/build.xml index 062ab01..6b6e727 100644 --- a/build.xml +++ b/build.xml @@ -1,3 +1,23 @@ + + @@ -10,9 +30,9 @@ - - + + + diff --git a/config/web.xml b/config/web.xml index 7f3b4e6..6af70aa 100644 --- a/config/web.xml +++ b/config/web.xml @@ -74,16 +74,38 @@ action org.thdl.lex.LexActionServlet + + globalDataRefreshDelay - - 6 + 6 - recentItems - + recentItems 6 + + + + oaiServer + http://datastore.lib.virginia.edu/tibet/spt/SPT--OAI.php + + + oaiMetadataPrefix + oai_dc + + + oaiHome + /Users/travis/webapps/oai-sources + + + oaiLocalCopy + Thdl_Oai_Bibliography_Sources.xml + + + oaiRefreshDelay + 24 + diff --git a/src/java/hibernate.cfg.xml b/src/java/hibernate.cfg.xml index ca38ebe..d23a992 100644 --- a/src/java/hibernate.cfg.xml +++ b/src/java/hibernate.cfg.xml @@ -7,7 +7,7 @@ java:comp/env/jdbc/lex-datasource - true + false true net.sf.hibernate.dialect.MySQLDialect