You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/09/27 08:48:41 UTC

[sling-org-apache-sling-starter] 04/04: Remove the clean includes specific to old Jackrabbit

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git

commit 15c6e2fe011f15a57b39836f723a7efc8eb85b89
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Sep 27 10:42:50 2019 +0200

    Remove the clean includes specific to old Jackrabbit
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0f48d38..79c026a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,10 +61,7 @@
                         <fileset>
                             <directory>${basedir}</directory>
                             <includes>
-                                <include>derby.log</include>
-                                <include>cachedir/**</include>
                                 <include>sling/**</include>
-                                <include>jackrabbit/**</include>
                                 <include>coverage.ec</include>
                             </includes>
                         </fileset>