From af0eaa9f93edc2541ea6b63aa77bb8a899426f90 Mon Sep 17 00:00:00 2001 From: Jakub Kubrynski Date: Mon, 2 Nov 2015 18:22:58 +0100 Subject: [PATCH] Update to support nested elements --- .../io_codearte_props2yaml_props2yaml_0_4.xml | 11 ----------- .../io_codearte_props2yaml_props2yaml_0_4_1.xml | 11 +++++++++++ props2yaml-idea-plugin.iml | 2 +- resources/META-INF/plugin.xml | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 .idea/libraries/io_codearte_props2yaml_props2yaml_0_4.xml create mode 100644 .idea/libraries/io_codearte_props2yaml_props2yaml_0_4_1.xml diff --git a/.idea/libraries/io_codearte_props2yaml_props2yaml_0_4.xml b/.idea/libraries/io_codearte_props2yaml_props2yaml_0_4.xml deleted file mode 100644 index 37e268e..0000000 --- a/.idea/libraries/io_codearte_props2yaml_props2yaml_0_4.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/io_codearte_props2yaml_props2yaml_0_4_1.xml b/.idea/libraries/io_codearte_props2yaml_props2yaml_0_4_1.xml new file mode 100644 index 0000000..663c210 --- /dev/null +++ b/.idea/libraries/io_codearte_props2yaml_props2yaml_0_4_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/props2yaml-idea-plugin.iml b/props2yaml-idea-plugin.iml index 9714361..cf9d7d4 100644 --- a/props2yaml-idea-plugin.iml +++ b/props2yaml-idea-plugin.iml @@ -9,6 +9,6 @@ - + \ No newline at end of file diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 599b2fb..00ae704 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ io.codearte.props2yaml Properties to YAML Converter - 1.0 + 1.0.1 Codearte - most HTML tags may be used - ]]> + 1.0.0 Initial version
+ 1.0.1 Support for nested elements + ]]>