From 8e8e53018107c2a37f1d5d3631f0edacfd7f5dc1 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 19 Apr 2019 21:02:54 -0700 Subject: [PATCH] Cleanup. --- .gitignore | 100 ++++++++++++------ gradle/wrapper/gradle-wrapper.properties | 2 +- mobibot.ipr | 8 +- .../net/thauvin/erik/mobibot/ReleaseInfo.java | 14 +-- .../erik/mobibot/modules/ModuleException.java | 2 +- .../erik/mobibot/msg/NoticeMessage.java | 4 +- .../net/thauvin/erik/mobibot/UtilsTest.java | 6 +- .../modules/CurrencyConverterTest.java | 2 +- .../erik/mobibot/modules/LocalProperties.java | 2 +- version.properties | 4 +- 10 files changed, 84 insertions(+), 60 deletions(-) diff --git a/.gitignore b/.gitignore index 51bd2bf..72be2b8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,53 +2,85 @@ !.vscode/launch.json !.vscode/settings.json !.vscode/tasks.json +!gradle-wrapper.jar +!properties/* .classpath .DS_Store .gradle .history +.idea_modules/ +.idea/**/contentModel.xml +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/dataSources/ +.idea/**/dbnavigator.xml +.idea/**/dictionaries +.idea/**/dynamic.xml +.idea/**/gradle.xml +.idea/**/libraries +.idea/**/mongoSettings.xml +.idea/**/shelf +.idea/**/sqlDataSources.xml +.idea/**/tasks.xml +.idea/**/uiDesigner.xml +.idea/**/usage.statistics.xml +.idea/**/workspace.xml +.idea/caches/build_file_checksums.ser +.idea/httpRequests +.idea/replstate.xml .kobalt +.mtj.tmp/ +.mvn/timing.properties +.mvn/wrapper/maven-wrapper.jar .nb-gradle .project +.scannerwork .settings .vscode/* +*.class *.code-workspace +*.ctxt +*.ear *.iws +*.jar +*.log +*.nar +*.rar *.sublime-* -**/.idea/**/dataSources.ids -**/.idea/**/dataSources.local.xml -**/.idea/**/dataSources/ -**/.idea/**/dbnavigator.xml -**/.idea/**/dictionaries -**/.idea/**/dynamic.xml -**/.idea/**/gradle.xml -**/.idea/**/libraries -**/.idea/**/shelf -**/.idea/**/sqlDataSources.xml -**/.idea/**/tasks.xml -**/.idea/**/uiDesigner.xml -**/.idea/**/usage.statistics.xml -**/.idea/**/workspace.xml -**/*.class -/bin -/build -/deploy -/dist -/fetcher.properties -/gen -/gradle.properties -/local.properties -/log4j2.xml -/logs -/mobibot.properties -/out -/proguard-project.txt -/project.properties -/target -/test-output -/weather.log -CVS -debug.log +*.tar.gz +*.war +*.zip +atlassian-ide-plugin.xml +bin/ +build/ +cmake-build-*/ +com_crashlytics_export_strings.xml +crashlytics-build.properties +crashlytics.properties +dependency-reduced-pom.xml +deploy/ +dist/ ehthumbs.db +fabric.properties +gen/ +gradle.properties +hs_err_pid* kobaltBuild kobaltw*-test +lib/kotlin* +libs/ +local.properties +log4j2.xml +logs/ +mobibot.properties +out/ +pom.xml.next +pom.xml.releaseBackup +pom.xml.tag +pom.xml.versionsBackup +proguard-project.txt +project.properties +release.properties +target/ +test-output Thumbs.db diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ea13fdf..5f1b120 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/mobibot.ipr b/mobibot.ipr index fbc1a69..5efd501 100644 --- a/mobibot.ipr +++ b/mobibot.ipr @@ -3,12 +3,12 @@ - + - +