-- adjusted filtering

-- default to non recover indices

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@38 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab 2008-07-10 15:51:30 +00:00
parent 196f3c271d
commit 2bf4a9093f
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<property name="name" value="exampleComponent" />
<property name="description" value="A demonstration component" />
<property name="sinceVersion" value="2.0" />
<property name="appliesFromVersion" value=".20x" />
<property name="appliesFromVersion" value="2.0" />
</bean>
</beans>

View File

@ -21,7 +21,7 @@
# In this default file we take the property from the POM (for compatbility with local jetty and jboss deployments) but it can also be edited here.
dir.root=${alfresco.data.location}
# Allowed values are: NONE, AUTO, FULL
index.recovery.mode=FULL
index.recovery.mode=AUTO
# Fail or not when there are node integrity checker errors
integrity.failOnError=true