From 2bf4a9093f5bea696fee9ac74d26957055ee2180 Mon Sep 17 00:00:00 2001 From: mindthegab Date: Thu, 10 Jul 2008 15:51:30 +0000 Subject: [PATCH] -- adjusted filtering -- default to non recover indices git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@38 04253f4f-3451-0410-a141-5562f1e59037 --- .../src/main/config/context/service-context.xml | 2 +- .../src/test/properties/local/application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/main/config/context/service-context.xml b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/main/config/context/service-context.xml index 9a634904..78a22ff5 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/main/config/context/service-context.xml +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/main/config/context/service-context.xml @@ -28,7 +28,7 @@ - + diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/test/properties/local/application.properties b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/test/properties/local/application.properties index dc0a167d..de4e0a2e 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/test/properties/local/application.properties +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/test/properties/local/application.properties @@ -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