From 70aeceb0e61c03bd495921865715774c7e99663a Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 11 Apr 2014 13:48:13 -0400
Subject: [PATCH] Update to pf4j 0.7.1 for a bug fix

---
 .classpath     |    2 +-
 releases.moxie |    3 ++-
 build.moxie    |    2 +-
 gitblit.iml    |    6 +++---
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.classpath b/.classpath
index bcf2fbd..7939536 100644
--- a/.classpath
+++ b/.classpath
@@ -76,7 +76,7 @@
 	<classpathentry kind="lib" path="ext/args4j-2.0.26.jar" sourcepath="ext/src/args4j-2.0.26.jar" />
 	<classpathentry kind="lib" path="ext/jedis-2.3.1.jar" sourcepath="ext/src/jedis-2.3.1.jar" />
 	<classpathentry kind="lib" path="ext/commons-pool2-2.0.jar" sourcepath="ext/src/commons-pool2-2.0.jar" />
-	<classpathentry kind="lib" path="ext/pf4j-0.7.0.jar" sourcepath="ext/src/pf4j-0.7.0.jar" />
+	<classpathentry kind="lib" path="ext/pf4j-0.7.1.jar" sourcepath="ext/src/pf4j-0.7.1.jar" />
 	<classpathentry kind="lib" path="ext/junit-4.11.jar" sourcepath="ext/src/junit-4.11.jar" />
 	<classpathentry kind="lib" path="ext/hamcrest-core-1.3.jar" sourcepath="ext/src/hamcrest-core-1.3.jar" />
 	<classpathentry kind="lib" path="ext/selenium-java-2.28.0.jar" sourcepath="ext/src/selenium-java-2.28.0.jar" />
diff --git a/build.moxie b/build.moxie
index bc4d7d5..8767737 100644
--- a/build.moxie
+++ b/build.moxie
@@ -174,7 +174,7 @@
 - compile 'args4j:args4j:2.0.26' :war :fedclient :authority
 - compile 'commons-codec:commons-codec:1.7' :war
 - compile 'redis.clients:jedis:2.3.1' :war
-- compile 'ro.fortsoft.pf4j:pf4j:0.7.0' :war
+- compile 'ro.fortsoft.pf4j:pf4j:0.7.1' :war
 - test 'junit'
 # Dependencies for Selenium web page testing
 - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar
diff --git a/gitblit.iml b/gitblit.iml
index 0d5fb69..bd5df9b 100644
--- a/gitblit.iml
+++ b/gitblit.iml
@@ -791,13 +791,13 @@
       </library>
     </orderEntry>
     <orderEntry type="module-library">
-      <library name="pf4j-0.7.0.jar">
+      <library name="pf4j-0.7.1.jar">
         <CLASSES>
-          <root url="jar://$MODULE_DIR$/ext/pf4j-0.7.0.jar!/" />
+          <root url="jar://$MODULE_DIR$/ext/pf4j-0.7.1.jar!/" />
         </CLASSES>
         <JAVADOC />
         <SOURCES>
-          <root url="jar://$MODULE_DIR$/ext/src/pf4j-0.7.0.jar!/" />
+          <root url="jar://$MODULE_DIR$/ext/src/pf4j-0.7.1.jar!/" />
         </SOURCES>
       </library>
     </orderEntry>
diff --git a/releases.moxie b/releases.moxie
index 32da215..e79782b 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -33,13 +33,14 @@
     - args4j 2.0.26
     - JGit 3.3.1
     - Mina SSHD 0.10.1
-    - pf4j 0.6
+    - pf4j 0.7.1
     contributors:
     - James Moger
     - David Ostrovsky
     - Johann Ollivier-Lapeyre
     - Jeremie Brebec
     - Tim Ryan
+    - Decebal Suiu
     settings:
     - { name: 'realm.ldap.bindpattern', defaultValue: ' ' }
     - { name: 'tickets.closeOnPushCommitMessageRegex', defaultValue: '(?:fixes|closes)[\\s-]+#?(\\d+)' }

--
Gitblit v1.9.1