Author: mattmann
Date: Mon Aug 24 16:43:59 2015
New Revision: 1697456
URL: http://svn.apache.org/r1697456
Log:
- reorder and indicate that skin isn't part of curator services
Modified:
oodt/trunk/curator/webapp/src/main/webapp/META-INF/context.xml
Modified: oodt/trunk/curator/webapp/src/main/webapp/META-INF/context.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/curator/webapp/src/main/webapp/META-INF/context.xml?rev=1697456&r1=1697455&r2=1697456&view=diff
==============================================================================
--- oodt/trunk/curator/webapp/src/main/webapp/META-INF/context.xml (original)
+++ oodt/trunk/curator/webapp/src/main/webapp/META-INF/context.xml Mon Aug 24
16:43:59 2015
@@ -24,7 +24,13 @@ the License.
value="org.apache.oodt.security.sso.DummyImpl"/>
<Parameter name="curator.homepage"
value="org.apache.oodt.cas.curation.workbench.WorkbenchPage"/>
-
+
+ <!-- switch to edrn to see the NCI Early Detection Research Network
+ curator skin
+ -->
+ <Parameter name="org.apache.oodt.cas.curator.skin"
+ value=""/>
+
<!-- needed by Curation Services -->
<Parameter name="org.apache.oodt.cas.curator.metExtractorConf.uploadPath"
@@ -45,15 +51,10 @@ the License.
<Parameter name="org.apache.oodt.cas.curator.metExtension"
value=".met"/>
- <!-- switch to edrn to see the NCI Early Detection Research Network
- curator skin
- -->
- <Parameter name="org.apache.oodt.cas.curator.skin"
- value=""/>
-
<Parameter name="org.apache.oodt.cas.fm.url"
value="[FILEMGR_URL]"/>
- <Parameter name="org.apache.oodt.cas.curator.catalogFactoryClass"
+
+ <Parameter name="org.apache.oodt.cas.curator.catalogFactoryClass"
value="org.apache.oodt.cas.filemgr.catalog.LuceneCatalogFactory" />
</Context>