You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/01 01:50:08 UTC

[tomee-jakarta] branch master updated: Remove reference to deleted src/patch/resources directory

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

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a522f0  Remove reference to deleted src/patch/resources directory
5a522f0 is described below

commit 5a522f0f59852bda13df9b6f09ed1c9f547641d6
Author: David Blevins <da...@gmail.com>
AuthorDate: Fri Apr 30 18:49:56 2021 -0700

    Remove reference to deleted src/patch/resources directory
---
 tomee/tomee-plume-webapp/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tomee/tomee-plume-webapp/pom.xml b/tomee/tomee-plume-webapp/pom.xml
index ca9f8c2..9108aa1 100644
--- a/tomee/tomee-plume-webapp/pom.xml
+++ b/tomee/tomee-plume-webapp/pom.xml
@@ -483,9 +483,6 @@
           <patchSources>
             <source>${project.basedir}/../../transform/src/patch/java/</source>
           </patchSources>
-          <patchResources>
-            <source>${project.basedir}/../../transform/src/patch/resources/</source>
-          </patchResources>
           <sourceExcludes>
 <!--            <exclude>org/apache/cxf/jaxrs</exclude>-->
             <exclude>org/apache/bval</exclude>