libreccm-legacy/ccm-ldn-search
jensp 26c046958a Changed various ALTER TABLE ONLY statements to ALTER TABLE in the default upgrade scripts. ALTER TABLE ONLY isn't supported by Oracle, therefore these scripts did not work with an Oracle DB. Also, ALTER TABLE ONLY has only an effect when using table inheritance which is an feature we are not using.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3017 8810af33-2d31-482b-a856-94f89814c4df
2014-12-08 15:20:32 +00:00
..
.settings Initiale Version 2008-02-04 11:59:05 +00:00
doc Diverser Kleinkram (unter anderem Abgleich ccm-bundle, einige Ergänzungen an Upgrades etc.) 2012-05-08 08:46:31 +00:00
etc Initiale Version 2008-02-04 11:59:05 +00:00
lib Initiale Version 2008-02-04 11:59:05 +00:00
pdl/com/arsdigita/london/search ccm-ldn-search jetzt legacy-free. Servlet SearchWorkerServlet in Initializer verschoben, muss aus web.xml entfernt werden. Remote background threads auf 0 gesetzt, da praktisch nicht verwendet. 2012-03-03 12:23:21 +00:00
sql/ccm-ldn-search Changed various ALTER TABLE ONLY statements to ALTER TABLE in the default upgrade scripts. ALTER TABLE ONLY isn't supported by Oracle, therefore these scripts did not work with an Oracle DB. Also, ALTER TABLE ONLY has only an effect when using table inheritance which is an feature we are not using. 2014-12-08 15:20:32 +00:00
src Unfortunately quite a large update, combined BaseDispatcher and DispatcherServlet into a modern, standard compliant CCMDispatcherServlet, modified various classes to enable CCM installed in any arbitrary context, not just ROOT. Part 1. Currently it works for ScientificCMS only, for other bundles StylesheetPaths.txt has to be modified. 2014-03-06 12:53:03 +00:00
web Unfortunately quite a large update: Reorganized web.xml fragments into a separate directory, Modified build script to use the same web.xml merger as ccm installation script. NOTE: Logic bug fixed: If bundle specifies a web.xml, it is used as is without any postprocessing. If no web.xml is specified or the file does not exist, core's web.xml is used and the web.xml fragment of any module merged in. 2014-05-30 05:40:29 +00:00
.classpath Initiale Version 2008-02-04 11:59:05 +00:00
.project Initiale Version 2008-02-04 11:59:05 +00:00
.svnignore Initiale Version 2008-02-04 11:59:05 +00:00
README Initiale Version 2008-02-04 11:59:05 +00:00
application.xml Singleton Property für Applications wird jetzt wieder korrekt gesetzt (Ticket #1717). Upgrade-Scripts enthalten. 2013-05-31 18:39:53 +00:00

README

Please make sure that configuration in etc/web-xml.xsl is added to
your web.xml. 

WEB-INF/server-config.wsd is also need to make Axis work.