You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by eb...@apache.org on 2020/04/06 16:35:02 UTC

[tomcat-jakartaee-migration] branch master updated (a7db414 -> 77850c7)

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

ebourg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git.


    from a7db414  Revert "Made the internal classes package private"
     new 4eb136a  Added an extension to the license and notice files
     new 77850c7  Removed the meta files from the included dendencies

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE => LICENSE.txt |  0
 NOTICE => NOTICE.txt   |  0
 pom.xml                | 14 ++++++++++++++
 3 files changed, 14 insertions(+)
 rename LICENSE => LICENSE.txt (100%)
 rename NOTICE => NOTICE.txt (100%)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[tomcat-jakartaee-migration] 01/02: Added an extension to the license and notice files

Posted by eb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ebourg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git

commit 4eb136aa04ca925ffe99ae856d834da27f247dd1
Author: Emmanuel Bourg <eb...@apache.org>
AuthorDate: Mon Apr 6 18:22:03 2020 +0200

    Added an extension to the license and notice files
---
 LICENSE => LICENSE.txt | 0
 NOTICE => NOTICE.txt   | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/LICENSE b/LICENSE.txt
similarity index 100%
rename from LICENSE
rename to LICENSE.txt
diff --git a/NOTICE b/NOTICE.txt
similarity index 100%
rename from NOTICE
rename to NOTICE.txt


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[tomcat-jakartaee-migration] 02/02: Removed the meta files from the included dendencies

Posted by eb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ebourg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git

commit 77850c7226173692cbc0c2399148d42bf82df7f8
Author: Emmanuel Bourg <eb...@apache.org>
AuthorDate: Mon Apr 6 18:34:13 2020 +0200

    Removed the meta files from the included dendencies
---
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pom.xml b/pom.xml
index 61ef6f5..8ba872a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,6 +121,20 @@
               <shadedArtifactAttached>true</shadedArtifactAttached>
               <minimizeJar>true</minimizeJar>
               <createDependencyReducedPom>false</createDependencyReducedPom>
+              <filters>
+                <filter>
+                  <artifact>org.apache.bcel:*</artifact>
+                  <excludes>
+                    <exclude>META-INF/**</exclude>
+                  </excludes>
+                </filter>
+                <filter>
+                  <artifact>commons-io:*</artifact>
+                  <excludes>
+                    <exclude>META-INF/**</exclude>
+                  </excludes>
+                </filter>
+              </filters>
               <relocations>
                 <relocation>
                   <pattern>org.apache.bcel</pattern>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org