You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/12/16 15:47:21 UTC

[ofbiz-framework] branch trunk updated: Improved: no functional change, removes applications/content/index/ from .gitignore

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new aac0571  Improved: no functional change, removes applications/content/index/ from .gitignore
aac0571 is described below

commit aac0571283054c94ea69d243163c4f9ba850a27b
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Thu Dec 16 16:46:06 2021 +0100

    Improved: no functional change, removes applications/content/index/ from .gitignore
    
    Also adds a comment in spotbugs/exclude.xml
---
 .gitignore           | 1 -
 spotbugs/exclude.xml | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index a2c3ead..8d7a1c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,7 +18,6 @@ runtime/catalina/work/*
 runtime/tempfiles/*
 runtime/indexes/products/
 !runtime/tempfiles/README
-applications/content/index/
 changelog
 .classpath
 .project
diff --git a/spotbugs/exclude.xml b/spotbugs/exclude.xml
index cc809aa..a5b0fd2 100644
--- a/spotbugs/exclude.xml
+++ b/spotbugs/exclude.xml
@@ -126,6 +126,7 @@
   </Match>
   <Match>
     <!-- not a problem this is used only once during test, no possible collisions -->
+    <!-- Moreover this is now commented out to allow building with BuilBot 3.3.2 -->
     <Class name="org.apache.ofbiz.service.test" />
     <Method name="XmlRpcTests" />
     <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />