Repository: incubator-eagle Updated Branches: refs/heads/branch-0.4.0 095e7138f -> af085ea25 (forced update)
EAGLE-365 delete .jar files to fix the issue found in voting of 0.4.0-incubating-rc2 https://issues.apache.org/jira/browse/EAGLE-365 - delete eagle-assembly/src/main/lib/tomcat/bin/bootstrap.jar - delete eagle-assembly/src/main/lib/tomcat/bin/commons-daemon.jar - delete eagle-assembly/src/main/lib/tomcat/bin/tomcat-juli.jar author: anyway1021 <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/af085ea2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/af085ea2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/af085ea2 Branch: refs/heads/branch-0.4.0 Commit: af085ea25a53eea067ba69339d729917bf1ab37c Parents: 6a3f152 Author: anyway1021 <[email protected]> Authored: Mon Jul 11 14:53:01 2016 +0800 Committer: anyway1021 <[email protected]> Committed: Mon Jul 11 15:01:16 2016 +0800 ---------------------------------------------------------------------- .../src/main/lib/tomcat/bin/bootstrap.jar | Bin 28052 -> 0 bytes .../src/main/lib/tomcat/bin/commons-daemon.jar | Bin 24283 -> 0 bytes .../src/main/lib/tomcat/bin/tomcat-juli.jar | Bin 38222 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/af085ea2/eagle-assembly/src/main/lib/tomcat/bin/bootstrap.jar ---------------------------------------------------------------------- diff --git a/eagle-assembly/src/main/lib/tomcat/bin/bootstrap.jar b/eagle-assembly/src/main/lib/tomcat/bin/bootstrap.jar deleted file mode 100644 index 8f43864..0000000 Binary files a/eagle-assembly/src/main/lib/tomcat/bin/bootstrap.jar and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/af085ea2/eagle-assembly/src/main/lib/tomcat/bin/commons-daemon.jar ---------------------------------------------------------------------- diff --git a/eagle-assembly/src/main/lib/tomcat/bin/commons-daemon.jar b/eagle-assembly/src/main/lib/tomcat/bin/commons-daemon.jar deleted file mode 100644 index 2b6b9c6..0000000 Binary files a/eagle-assembly/src/main/lib/tomcat/bin/commons-daemon.jar and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/af085ea2/eagle-assembly/src/main/lib/tomcat/bin/tomcat-juli.jar ---------------------------------------------------------------------- diff --git a/eagle-assembly/src/main/lib/tomcat/bin/tomcat-juli.jar b/eagle-assembly/src/main/lib/tomcat/bin/tomcat-juli.jar deleted file mode 100644 index e1b80ad..0000000 Binary files a/eagle-assembly/src/main/lib/tomcat/bin/tomcat-juli.jar and /dev/null differ
