From 437bddf6cd7c20bf2ae724f9648fe3b2ab13e717 Mon Sep 17 00:00:00 2001 From: Alex Bertram Date: Thu, 14 May 2020 11:53:40 +0200 Subject: [PATCH] Additional cleanup --- .gitignore | 1 + activityinfo.iml | 139 ------------------------------- activityinfo.properties.template | 38 --------- checkstyle.xml | 124 --------------------------- pom.xml | 2 +- 5 files changed, 2 insertions(+), 302 deletions(-) delete mode 100644 activityinfo.iml delete mode 100644 activityinfo.properties.template delete mode 100644 checkstyle.xml diff --git a/.gitignore b/.gitignore index f2aa995738..51971c2cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ war/WEB-INF/appengine-generated /ActivityInfo Chrome.launch /ActivityInfo Firefox.launch /target +*.iml diff --git a/activityinfo.iml b/activityinfo.iml deleted file mode 100644 index 6730503212..0000000000 --- a/activityinfo.iml +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/activityinfo.properties.template b/activityinfo.properties.template deleted file mode 100644 index 17e6d1888e..0000000000 --- a/activityinfo.properties.template +++ /dev/null @@ -1,38 +0,0 @@ -# -# This an example of the deployment property file for ActivityInfo. -# In the production environment, properties are provided by the container, -# but when developing, you can copy this file to your home directory -# and configure access to your development database and to your S3 test account. -# -# For example, on Windows you should copy this file to : -# C:\Users\Alex\activityinfo.properties -# -# On a *nix system, -# /home/alex/activityinfo.properties -# -# BE VERY CAREFUL not to edit this file! -# This is just a template, and will not be consulted by the server. -# -# DO NOT add sensistive passwords here!! - -hibernate.dialect=org.hibernate.dialect.MySQLDialect -hibernate.connection.driver_class=com.mysql.jdbc.Driver -hibernate.connection.username=root -hibernate.connection.password=adminpwd -hibernate.connection.url=jdbc:mysql://localhost:3306/activityinfo - -hibernate.hbm2ddl.auto=update -hibernate.show_sql=false -hibernate.format_sql=false - -aws.accessKeyId=XYZ123 -aws.secretKey=PQY456 - -smtp.host=localhost -#smtp.port=25 -smtp.from=me@localhost -smtp.from.name=developer -#smtp.username= -#smtp.password= -#smtp.tls=true - \ No newline at end of file diff --git a/checkstyle.xml b/checkstyle.xml deleted file mode 100644 index 60774f0e45..0000000000 --- a/checkstyle.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 9eaae848e5..7e79461d55 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.activityinfo activityinfo - 2.7.0-SNAPSHOT + 2.7.0 war ActivityInfo