Improved: Refactor and simplify the startup sequence in OFBiz
(OFBIZ-8337)

Fix a minor exclusion typo in the sourceSets block

Thanks: Jacques Le Roux for reporting the issue


git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1773202 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.gradle b/build.gradle
index 8e72b1a..57e6853 100644
--- a/build.gradle
+++ b/build.gradle
@@ -208,7 +208,7 @@
             exclude excludedJavaSources
             exclude excludedConfigFiles
             // Below are necessary for unit tests run by Gradle and integration tests
-            exclude { FileTreeElement elem -> elem.getName().contains('.Labels.xml') }
+            exclude { FileTreeElement elem -> elem.getName().contains('Labels.xml') }
             exclude { FileTreeElement elem -> elem.getName().contains('.properties') && 
                 !elem.getName().contains('start.properties') && 
                 !elem.getName().contains('load-data.properties') &&