Author: mattmann
Date: Mon Aug 31 06:30:10 2015
New Revision: 1700207
URL: http://svn.apache.org/r1700207
Log:
Prepare RADIX for 0.10.
Modified:
oodt/trunk/mvn/archetypes/opsui/src/main/resources/archetype-resources/pom.xml
oodt/trunk/mvn/archetypes/opsui/src/main/resources/archetype-resources/src/main/webapp/META-INF/context.xml
oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix
Modified:
oodt/trunk/mvn/archetypes/opsui/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/opsui/src/main/resources/archetype-resources/pom.xml?rev=1700207&r1=1700206&r2=1700207&view=diff
==============================================================================
---
oodt/trunk/mvn/archetypes/opsui/src/main/resources/archetype-resources/pom.xml
(original)
+++
oodt/trunk/mvn/archetypes/opsui/src/main/resources/archetype-resources/pom.xml
Mon Aug 31 06:30:10 2015
@@ -64,7 +64,7 @@ the License.
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>pcs-opsui</artifactId>
- <version>0.4-SNAPSHOT</version>
+ <version>0.10</version>
<type>war</type>
</dependency>
</dependencies>
Modified:
oodt/trunk/mvn/archetypes/opsui/src/main/resources/archetype-resources/src/main/webapp/META-INF/context.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/opsui/src/main/resources/archetype-resources/src/main/webapp/META-INF/context.xml?rev=1700207&r1=1700206&r2=1700207&view=diff
==============================================================================
---
oodt/trunk/mvn/archetypes/opsui/src/main/resources/archetype-resources/src/main/webapp/META-INF/context.xml
(original)
+++
oodt/trunk/mvn/archetypes/opsui/src/main/resources/archetype-resources/src/main/webapp/META-INF/context.xml
Mon Aug 31 06:30:10 2015
@@ -49,4 +49,30 @@ the License.
<Parameter name="opsui.skin" value=""/>
<Parameter name="opsui.homepage"
value="org.apache.oodt.pcs.opsui.HomePage"/>
+
+ <!-- needed by Curation Services -->
+ <Parameter name="org.apache.oodt.cas.curator.metExtractorConf.uploadPath"
+ value="[OODT_HOME]/extractors" />
+
+ <Parameter name="org.apache.oodt.cas.curator.dataDefinition.uploadPath"
+ value="[FILEMGR_HOME]/policy" />
+
+ <Parameter name="org.apache.oodt.cas.curator.stagingAreaPath"
+ value="[OODT_HOME]/data/staging"/>
+
+ <Parameter name="org.apache.oodt.cas.curator.metAreaPath"
+ value="[OODT_HOME]/data/met"/>
+
+ <Parameter name="org.apache.oodt.cas.curator.fmProps"
+ value="[FILEMGR_HOME]/etc/filemgr.properties"/>
+
+ <Parameter name="org.apache.oodt.cas.curator.metExtension"
+ value=".met"/>
+
+ <Parameter name="org.apache.oodt.cas.fm.url"
+ value="[FILEMGR_URL]"/>
+
+ <Parameter name="org.apache.oodt.cas.curator.catalogFactoryClass"
+
value="org.apache.oodt.cas.filemgr.catalog.LuceneCatalogFactory" />
+
</Context>
Modified: oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix
URL:
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix?rev=1700207&r1=1700206&r2=1700207&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix (original)
+++ oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix Mon Aug 31
06:30:10 2015
@@ -15,5 +15,5 @@
mvn archetype:generate -DarchetypeGroupId=org.apache.oodt \
-DarchetypeArtifactId=radix-archetype -DarchetypeVersion=0.9 \
- -Doodt=0.9 -DgroupId=com.mycompany \
+ -Doodt=0.10 -DgroupId=com.mycompany \
-DartifactId=oodt -Dversion=0.1