commit 05090ef2dcfca8829375e2c30909cdac2868acd0 Author: Alex Mukha Date: Wed May 15 10:16:13 2019 +0100 Initial commit diff --git a/packaging/tests/tas-restapi/.gitignore b/packaging/tests/tas-restapi/.gitignore new file mode 100644 index 0000000000..a1c2a238a9 --- /dev/null +++ b/packaging/tests/tas-restapi/.gitignore @@ -0,0 +1,23 @@ +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* diff --git a/packaging/tests/tas-restapi/README.md b/packaging/tests/tas-restapi/README.md new file mode 100644 index 0000000000..22e6f186f1 --- /dev/null +++ b/packaging/tests/tas-restapi/README.md @@ -0,0 +1,2 @@ +# alfresco-tas-restapi +Common classes for REST APIs TAS tests for ACS projects