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 2017/10/27 17:08:55 UTC

svn commit: r1813550 - in /ofbiz/ofbiz-framework/trunk: .xmlcatalog.xml rat-excludes.txt

Author: jleroux
Date: Fri Oct 27 17:08:55 2017
New Revision: 1813550

URL: http://svn.apache.org/viewvc?rev=1813550&view=rev
Log:
Improved: Add rat exclude files to excludes those files that does not need 
license header 
(OFBIZ-9856)

No functional change

Adds a WIP rat-excludes.txt file.
This excludes OFBiz files for Apache RAT tool run by ASF Buildbot,
https://ci.apache.org/projects/ofbiz/rat-output.html
http://creadur.apache.org/rat/
http://creadur.apache.org/rat/apache-rat/

While at it adds a ASL2 header to .xmlcatalog.xml

Added:
    ofbiz/ofbiz-framework/trunk/rat-excludes.txt   (with props)
Modified:
    ofbiz/ofbiz-framework/trunk/.xmlcatalog.xml

Modified: ofbiz/ofbiz-framework/trunk/.xmlcatalog.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/.xmlcatalog.xml?rev=1813550&r1=1813549&r2=1813550&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/.xmlcatalog.xml (original)
+++ ofbiz/ofbiz-framework/trunk/.xmlcatalog.xml Fri Oct 27 17:08:55 2017
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
 <!-- This is the catalog of OFBiz XML schemas for Eclipse. Just import it and this will avoid Eclipse to go to the web for checking the xml files against their schema. 
      More at https://cwiki.apache.org/confluence/display/OFBIZ/Eclipse+Tips#EclipseTips-xmlCatalog
 -->

Added: ofbiz/ofbiz-framework/trunk/rat-excludes.txt
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/rat-excludes.txt?rev=1813550&view=auto
==============================================================================
--- ofbiz/ofbiz-framework/trunk/rat-excludes.txt (added)
+++ ofbiz/ofbiz-framework/trunk/rat-excludes.txt Fri Oct 27 17:08:55 2017
@@ -0,0 +1,38 @@
+#####################################################################
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#####################################################################
+
+This excludes OFBiz files for Apache RAT tool run by ASF Buildbot,
+http://creadur.apache.org/rat/
+
+ Files having a separate license should be ignored.
+ For OFBiz these include
+   - Docbook
+   
+*docbook*
+applications/content/dtd/*
+ 
+ Also there are several files which can't have a license statement.
+   - README.md files and at large Markdown files
+   - OPTIONAL_LIBRARIES
+   - .project Eclipse project file, only in plugins for now
+      another solution should be provided
+
+*.md
+OPTIONAL_LIBRARIES
+.project
\ No newline at end of file

Propchange: ofbiz/ofbiz-framework/trunk/rat-excludes.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/ofbiz-framework/trunk/rat-excludes.txt
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/ofbiz-framework/trunk/rat-excludes.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain