diff options
author | James Moger <james.moger@gitblit.com> | 2014-09-04 20:17:17 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-09-04 20:17:17 -0400 |
commit | 22ed6a50dd6742d5b3a964be4b7a8d7c2b58f88e (patch) | |
tree | 811226b3ebb95538152b380217173b6740b60161 /.classpath | |
parent | 426f5c1729554d318989041457554f2abfa79d3e (diff) | |
download | gitblit-22ed6a50dd6742d5b3a964be4b7a8d7c2b58f88e.tar.gz gitblit-22ed6a50dd6742d5b3a964be4b7a8d7c2b58f88e.zip |
Allow Plugins to have injected members and Extensions to be constructed
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,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.8.0.jar" sourcepath="ext/src/pf4j-0.8.0.jar" /> + <classpathentry kind="lib" path="ext/pf4j-0.9.0.jar" sourcepath="ext/src/pf4j-0.9.0.jar" /> <classpathentry kind="lib" path="ext/tika-core-1.5.jar" sourcepath="ext/src/tika-core-1.5.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" /> |