From 7a7323460cc3cdadc513e85fa357ec07bf0946f6 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Thu, 16 Dec 2021 10:53:00 +0000 Subject: mockftpserver: drop .classpath files and update README.txt Android build does not use the .classpath files, but they contain references to log4j which may show up in security audits. Update README.txt since it's possible to use mockftpserver without log4j. Bug: 210115136 Test: m Merged-In: Iff60241aec3b9fa685969e18f41c48e87165c396 Change-Id: Iff60241aec3b9fa685969e18f41c48e87165c396 --- MockFtpServer/.classpath | 36 ----------------------------------- MockFtpServer/README.txt | 2 -- branches/1.x_Branch/.classpath | 21 -------------------- tags/1.0/.classpath | 21 -------------------- tags/1.1/.classpath | 21 -------------------- tags/1.2.1/.classpath | 21 -------------------- tags/1.2.2/.classpath | 21 -------------------- tags/1.2.3/.classpath | 21 -------------------- tags/1.2.4/.classpath | 21 -------------------- tags/1.2/.classpath | 21 -------------------- tags/2.0-rc1/.classpath | 27 -------------------------- tags/2.0-rc1/MockFtpServer/.classpath | 26 ------------------------- tags/2.0-rc3/MockFtpServer/.classpath | 26 ------------------------- tags/2.0.1/.classpath | 26 ------------------------- tags/2.0.2/.classpath | 26 ------------------------- tags/2.0/.classpath | 26 ------------------------- tags/2.1/.classpath | 26 ------------------------- tags/2.2/.classpath | 26 ------------------------- tags/2.3/.classpath | 26 ------------------------- tags/2.4/.classpath | 36 ----------------------------------- tags/2.5/.classpath | 36 ----------------------------------- tags/2.x_Before_IDEA/.classpath | 26 ------------------------- 22 files changed, 539 deletions(-) delete mode 100644 MockFtpServer/.classpath delete mode 100644 branches/1.x_Branch/.classpath delete mode 100644 tags/1.0/.classpath delete mode 100644 tags/1.1/.classpath delete mode 100644 tags/1.2.1/.classpath delete mode 100644 tags/1.2.2/.classpath delete mode 100644 tags/1.2.3/.classpath delete mode 100644 tags/1.2.4/.classpath delete mode 100644 tags/1.2/.classpath delete mode 100644 tags/2.0-rc1/.classpath delete mode 100644 tags/2.0-rc1/MockFtpServer/.classpath delete mode 100644 tags/2.0-rc3/MockFtpServer/.classpath delete mode 100644 tags/2.0.1/.classpath delete mode 100644 tags/2.0.2/.classpath delete mode 100644 tags/2.0/.classpath delete mode 100644 tags/2.1/.classpath delete mode 100644 tags/2.2/.classpath delete mode 100644 tags/2.3/.classpath delete mode 100644 tags/2.4/.classpath delete mode 100644 tags/2.5/.classpath delete mode 100644 tags/2.x_Before_IDEA/.classpath diff --git a/MockFtpServer/.classpath b/MockFtpServer/.classpath deleted file mode 100644 index 61fc388..0000000 --- a/MockFtpServer/.classpath +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/MockFtpServer/README.txt b/MockFtpServer/README.txt index 582fcc4..ed98e8f 100644 --- a/MockFtpServer/README.txt +++ b/MockFtpServer/README.txt @@ -26,5 +26,3 @@ DEPENDENCIES MockFtpServer requires - Java (JDK) version 1.4 or later - - The Log4J jar, version 1.2.13 or later, accessible on the CLASSPATH - (http://logging.apache.org/log4j/index.html). diff --git a/branches/1.x_Branch/.classpath b/branches/1.x_Branch/.classpath deleted file mode 100644 index c0a3d65..0000000 --- a/branches/1.x_Branch/.classpath +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/1.0/.classpath b/tags/1.0/.classpath deleted file mode 100644 index c0a3d65..0000000 --- a/tags/1.0/.classpath +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/1.1/.classpath b/tags/1.1/.classpath deleted file mode 100644 index c0a3d65..0000000 --- a/tags/1.1/.classpath +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/1.2.1/.classpath b/tags/1.2.1/.classpath deleted file mode 100644 index c0a3d65..0000000 --- a/tags/1.2.1/.classpath +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/1.2.2/.classpath b/tags/1.2.2/.classpath deleted file mode 100644 index c0a3d65..0000000 --- a/tags/1.2.2/.classpath +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/1.2.3/.classpath b/tags/1.2.3/.classpath deleted file mode 100644 index c0a3d65..0000000 --- a/tags/1.2.3/.classpath +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/1.2.4/.classpath b/tags/1.2.4/.classpath deleted file mode 100644 index c0a3d65..0000000 --- a/tags/1.2.4/.classpath +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/1.2/.classpath b/tags/1.2/.classpath deleted file mode 100644 index c0a3d65..0000000 --- a/tags/1.2/.classpath +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tags/2.0-rc1/.classpath b/tags/2.0-rc1/.classpath deleted file mode 100644 index 7089351..0000000 --- a/tags/2.0-rc1/.classpath +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/2.0-rc1/MockFtpServer/.classpath b/tags/2.0-rc1/MockFtpServer/.classpath deleted file mode 100644 index 5c34391..0000000 --- a/tags/2.0-rc1/MockFtpServer/.classpath +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/2.0-rc3/MockFtpServer/.classpath b/tags/2.0-rc3/MockFtpServer/.classpath deleted file mode 100644 index 5c34391..0000000 --- a/tags/2.0-rc3/MockFtpServer/.classpath +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/2.0.1/.classpath b/tags/2.0.1/.classpath deleted file mode 100644 index 5c34391..0000000 --- a/tags/2.0.1/.classpath +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/2.0.2/.classpath b/tags/2.0.2/.classpath deleted file mode 100644 index 5c34391..0000000 --- a/tags/2.0.2/.classpath +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/2.0/.classpath b/tags/2.0/.classpath deleted file mode 100644 index 5c34391..0000000 --- a/tags/2.0/.classpath +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/2.1/.classpath b/tags/2.1/.classpath deleted file mode 100644 index 5c34391..0000000 --- a/tags/2.1/.classpath +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/2.2/.classpath b/tags/2.2/.classpath deleted file mode 100644 index 5c34391..0000000 --- a/tags/2.2/.classpath +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/2.3/.classpath b/tags/2.3/.classpath deleted file mode 100644 index 5c34391..0000000 --- a/tags/2.3/.classpath +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/2.4/.classpath b/tags/2.4/.classpath deleted file mode 100644 index 0cf1090..0000000 --- a/tags/2.4/.classpath +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/2.5/.classpath b/tags/2.5/.classpath deleted file mode 100644 index 61fc388..0000000 --- a/tags/2.5/.classpath +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tags/2.x_Before_IDEA/.classpath b/tags/2.x_Before_IDEA/.classpath deleted file mode 100644 index 05ded44..0000000 --- a/tags/2.x_Before_IDEA/.classpath +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3