From d9b52bb16c7c3720148d4d754791de5a5555354a Mon Sep 17 00:00:00 2001 From: markiewb Date: Wed, 26 Mar 2014 17:32:57 +0100 Subject: [PATCH] issue #4: Provide a valid category for the update center --- pom.xml | 4 ++++ src/main/nbm/manifest.mf | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 src/main/nbm/manifest.mf diff --git a/pom.xml b/pom.xml index 56cbc6b..3d5ac21 100644 --- a/pom.xml +++ b/pom.xml @@ -99,6 +99,10 @@ </p> <h2>Updates</h2> +<h3>1.1.1:</h3> +<ul> +<li>[<a href="https://github.com/markiewb/nb-editor-zoom/issues/4">Fix</a>]: Provide a valid category for the update center</li> +</ul> <h3>1.1.0:</h3> <ul> <li>[<a href="https://github.com/markiewb/nb-editor-zoom/issues/2">Feature</a>]: Add reset zoom action</li> diff --git a/src/main/nbm/manifest.mf b/src/main/nbm/manifest.mf new file mode 100644 index 0000000..941f43a --- /dev/null +++ b/src/main/nbm/manifest.mf @@ -0,0 +1,2 @@ +Manifest-Version: 1.0 +OpenIDE-Module-Display-Category: Editing \ No newline at end of file