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 54c1fe1  Avoid deprecation warning
     new 0a52c66  Split the CLI handling from the main migration class
     new 44521e8  Ant task for the migration tool
     new 75de6b5  Test with an invalid profile
     new 70a9455  Wrap the lines in the README file

The 4 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:
 README.md                                          | 17 ++--
 pom.xml                                            | 14 +++-
 .../org/apache/tomcat/jakartaee/AntHandler.java    | 67 ++++++++++++++++
 .../org/apache/tomcat/jakartaee/Migration.java     | 63 ---------------
 .../org/apache/tomcat/jakartaee/MigrationCLI.java  | 92 ++++++++++++++++++++++
 .../org/apache/tomcat/jakartaee/MigrationTask.java | 82 +++++++++++++++++++
 .../org/apache/tomcat/jakartaee/antlib.xml         |  4 +
 src/main/scripts/migrate.sh                        |  2 +-
 .../apache/tomcat/jakartaee/MigrationTaskTest.java | 81 +++++++++++++++++++
 .../org/apache/tomcat/jakartaee/MigrationTest.java | 21 ++++-
 src/test/resources/testbuild.xml                   | 13 +++
 11 files changed, 382 insertions(+), 74 deletions(-)
 create mode 100644 src/main/java/org/apache/tomcat/jakartaee/AntHandler.java
 create mode 100644 src/main/java/org/apache/tomcat/jakartaee/MigrationCLI.java
 create mode 100644 src/main/java/org/apache/tomcat/jakartaee/MigrationTask.java
 create mode 100644 src/main/resources/org/apache/tomcat/jakartaee/antlib.xml
 create mode 100644 
src/test/java/org/apache/tomcat/jakartaee/MigrationTaskTest.java
 create mode 100644 src/test/resources/testbuild.xml


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

Reply via email to