diff --git a/.idea/modules.xml b/.idea/modules.xml index 5fbe4581a919..b724cbc1c285 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -264,6 +264,7 @@ + diff --git a/update-server-mock/.gitignore b/update-server-mock/.gitignore new file mode 100644 index 000000000000..0c426e5cfcc5 --- /dev/null +++ b/update-server-mock/.gitignore @@ -0,0 +1,3 @@ +/.gradle/ +/build/ +/.idea/ \ No newline at end of file diff --git a/update-server-mock/.hgignore b/update-server-mock/.hgignore deleted file mode 100644 index 914fca1de2ab..000000000000 --- a/update-server-mock/.hgignore +++ /dev/null @@ -1,3 +0,0 @@ -\.gradle/ -build/ -\.idea/ \ No newline at end of file diff --git a/update-server-mock/lib/log4j-api-2.6.2.jar b/update-server-mock/lib/log4j-api-2.6.2.jar new file mode 100644 index 000000000000..a40cc563e971 Binary files /dev/null and b/update-server-mock/lib/log4j-api-2.6.2.jar differ diff --git a/update-server-mock/lib/log4j-core-2.6.2.jar b/update-server-mock/lib/log4j-core-2.6.2.jar new file mode 100644 index 000000000000..388918f6c798 Binary files /dev/null and b/update-server-mock/lib/log4j-core-2.6.2.jar differ diff --git a/update-server-mock/update-server-mock.iml b/update-server-mock/update-server-mock.iml new file mode 100644 index 000000000000..242828660b29 --- /dev/null +++ b/update-server-mock/update-server-mock.iml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file