From f405f7ce496ba451d2c4ac03d4e90106d256b3b1 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 4 Jun 2017 00:14:35 -0700 Subject: [PATCH] Renamed Utils to PropertyFileUtils to avoid conflicts. --- .../inspectionProfiles/profiles_settings.xml | 6 - .idea/kobalt.xml | 2 +- .../kobalt/wrapper/kobalt-wrapper.properties | 2 +- kobalt-property-file.iml | 622 +----------------- kobalt/Build.kt.iml | 22 +- kobalt/src/Build.kt | 1 + kobalt/wrapper/kobalt-wrapper.properties | 2 +- .../plugin/propertyfile/PropertyFilePlugin.kt | 6 +- .../{Utils.kt => PropertyFileUtils.kt} | 14 +- ...{UtilsTest.kt => PropertyFileUtilsTest.kt} | 58 +- 10 files changed, 69 insertions(+), 666 deletions(-) delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml rename src/main/kotlin/net/thauvin/erik/kobalt/plugin/propertyfile/{Utils.kt => PropertyFileUtils.kt} (91%) rename src/test/kotlin/net/thauvin/erik/kobalt/plugin/propertyfile/{UtilsTest.kt => PropertyFileUtilsTest.kt} (77%) diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index cb2fdb3..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/kobalt.xml b/.idea/kobalt.xml index 7e18043..74645f4 100644 --- a/.idea/kobalt.xml +++ b/.idea/kobalt.xml @@ -6,7 +6,7 @@