From a917838ad957c329a2b459f6fe36b7873be7b8a4 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 30 May 2017 12:28:48 -0700 Subject: [PATCH 01/12] Version 0.9.1 --- .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .idea/inspectionProfiles/profiles_settings.xml diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..cb2fdb3 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file From b1a0fb132576f4a6b19f0e7c1379cd05d1647ac8 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 30 May 2017 15:03:31 -0700 Subject: [PATCH 02/12] Updated bintray badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 031a4b9..b478d77 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PropertyFile plug-in for [Kobalt](http://beust.com/kobalt/home/index.html) -[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) [![Build Status](https://travis-ci.org/ethauvin/kobalt-property-file.svg?branch=master)](https://travis-ci.org/ethauvin/kobalt-property-file) [![CircleCI](https://circleci.com/gh/ethauvin/kobalt-property-file/tree/master.svg?style=shield)](https://circleci.com/gh/ethauvin/kobalt-property-file/tree/master) [ ![Download](https://api.bintray.com/packages/ethauvin/maven/kobalt-property-file/images/download.svg?version=0.9.0) ](https://bintray.com/ethauvin/maven/kobalt-property-file/0.9.0/link) +[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) [![Build Status](https://travis-ci.org/ethauvin/kobalt-property-file.svg?branch=master)](https://travis-ci.org/ethauvin/kobalt-property-file) [![CircleCI](https://circleci.com/gh/ethauvin/kobalt-property-file/tree/master.svg?style=shield)](https://circleci.com/gh/ethauvin/kobalt-property-file/tree/master) [![Download](https://api.bintray.com/packages/ethauvin/maven/kobalt-property-file/images/download.svg) ](https://bintray.com/ethauvin/maven/kobalt-property-file/_latestVersion) The PropertyFile plug-in provides an optional task for editing [property files](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html). It is inspired by the [ant PropertyFile task](https://ant.apache.org/manual/Tasks/propertyfile.html). From 15dd53897bfdeb2fc816766443e1a9ea5adcd29d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 30 May 2017 15:06:25 -0700 Subject: [PATCH 03/12] Added release badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b478d77..cd8895f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PropertyFile plug-in for [Kobalt](http://beust.com/kobalt/home/index.html) -[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) [![Build Status](https://travis-ci.org/ethauvin/kobalt-property-file.svg?branch=master)](https://travis-ci.org/ethauvin/kobalt-property-file) [![CircleCI](https://circleci.com/gh/ethauvin/kobalt-property-file/tree/master.svg?style=shield)](https://circleci.com/gh/ethauvin/kobalt-property-file/tree/master) [![Download](https://api.bintray.com/packages/ethauvin/maven/kobalt-property-file/images/download.svg) ](https://bintray.com/ethauvin/maven/kobalt-property-file/_latestVersion) +[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) [![release](http://github-release-version.herokuapp.com/github/ethauvin/kobalt-property-file/release.svg?style=flat)](https://github.com/ethauvin/kobalt-property-file/releases/latest) [![Build Status](https://travis-ci.org/ethauvin/kobalt-property-file.svg?branch=master)](https://travis-ci.org/ethauvin/kobalt-property-file) [![CircleCI](https://circleci.com/gh/ethauvin/kobalt-property-file/tree/master.svg?style=shield)](https://circleci.com/gh/ethauvin/kobalt-property-file/tree/master) [![Download](https://api.bintray.com/packages/ethauvin/maven/kobalt-property-file/images/download.svg) ](https://bintray.com/ethauvin/maven/kobalt-property-file/_latestVersion) The PropertyFile plug-in provides an optional task for editing [property files](https://docs.oracle.com/javase/tutorial/essential/environment/properties.html). It is inspired by the [ant PropertyFile task](https://ant.apache.org/manual/Tasks/propertyfile.html). From f405f7ce496ba451d2c4ac03d4e90106d256b3b1 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 4 Jun 2017 00:14:35 -0700 Subject: [PATCH 04/12] 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 @@