From 38bb5cd391a05dfe20aa98cba56aae23d7d8db05 Mon Sep 17 00:00:00 2001 From: Michael Suzuki Date: Fri, 3 Jun 2016 15:11:46 +0100 Subject: [PATCH] Amend folder description --- alfresco-solr/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alfresco-solr/README.md b/alfresco-solr/README.md index 02359f1b6..f93d4bb83 100644 --- a/alfresco-solr/README.md +++ b/alfresco-solr/README.md @@ -19,14 +19,14 @@ mvn test -Dtest={testname} . ├── /README.md # Readme file. ├── /pom.xml # Project configuration and meta data. -├── /src # Project source code folder. +├── /src # Project folder. | ├── /main # Main application folder. | | ├── /java # Application code. -| | ├── /resources # Main application resource. +| | ├── /resources # Application resource. | | | ├── /solr # Solr resource. | | ├── /webapp # Web application code. | ├── /test/ # Test folder. -| | ├── /java # Java test class folder. +| | ├── /java # Java test folder. | | ├── /resources # Test resource directory. | | | ├── /test-files # Solr test data directory and test solr location. ```