mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
-- 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:
parent
196f3c271d
commit
2bf4a9093f
@ -28,7 +28,7 @@
|
|||||||
<property name="name" value="exampleComponent" />
|
<property name="name" value="exampleComponent" />
|
||||||
<property name="description" value="A demonstration component" />
|
<property name="description" value="A demonstration component" />
|
||||||
<property name="sinceVersion" value="2.0" />
|
<property name="sinceVersion" value="2.0" />
|
||||||
<property name="appliesFromVersion" value=".20x" />
|
<property name="appliesFromVersion" value="2.0" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
@ -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.
|
# 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}
|
dir.root=${alfresco.data.location}
|
||||||
# Allowed values are: NONE, AUTO, FULL
|
# Allowed values are: NONE, AUTO, FULL
|
||||||
index.recovery.mode=FULL
|
index.recovery.mode=AUTO
|
||||||
|
|
||||||
# Fail or not when there are node integrity checker errors
|
# Fail or not when there are node integrity checker errors
|
||||||
integrity.failOnError=true
|
integrity.failOnError=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user