Browse Source

Update to pf4j 0.7.1 for a bug fix

tags/v1.5.0
James Moger 10 years ago
parent
commit
70aeceb0e6
4 changed files with 7 additions and 6 deletions
  1. 1
    1
      .classpath
  2. 1
    1
      build.moxie
  3. 3
    3
      gitblit.iml
  4. 2
    1
      releases.moxie

+ 1
- 1
.classpath View File

<classpathentry kind="lib" path="ext/args4j-2.0.26.jar" sourcepath="ext/src/args4j-2.0.26.jar" /> <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/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/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/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/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" /> <classpathentry kind="lib" path="ext/selenium-java-2.28.0.jar" sourcepath="ext/src/selenium-java-2.28.0.jar" />

+ 1
- 1
build.moxie View File

- compile 'args4j:args4j:2.0.26' :war :fedclient :authority - compile 'args4j:args4j:2.0.26' :war :fedclient :authority
- compile 'commons-codec:commons-codec:1.7' :war - compile 'commons-codec:commons-codec:1.7' :war
- compile 'redis.clients:jedis:2.3.1' :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' - test 'junit'
# Dependencies for Selenium web page testing # Dependencies for Selenium web page testing
- test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar

+ 3
- 3
gitblit.iml View File

</library> </library>
</orderEntry> </orderEntry>
<orderEntry type="module-library"> <orderEntry type="module-library">
<library name="pf4j-0.7.0.jar">
<library name="pf4j-0.7.1.jar">
<CLASSES> <CLASSES>
<root url="jar://$MODULE_DIR$/ext/pf4j-0.7.0.jar!/" />
<root url="jar://$MODULE_DIR$/ext/pf4j-0.7.1.jar!/" />
</CLASSES> </CLASSES>
<JAVADOC /> <JAVADOC />
<SOURCES> <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> </SOURCES>
</library> </library>
</orderEntry> </orderEntry>

+ 2
- 1
releases.moxie View File

- args4j 2.0.26 - args4j 2.0.26
- JGit 3.3.1 - JGit 3.3.1
- Mina SSHD 0.10.1 - Mina SSHD 0.10.1
- pf4j 0.6
- pf4j 0.7.1
contributors: contributors:
- James Moger - James Moger
- David Ostrovsky - David Ostrovsky
- Johann Ollivier-Lapeyre - Johann Ollivier-Lapeyre
- Jeremie Brebec - Jeremie Brebec
- Tim Ryan - Tim Ryan
- Decebal Suiu
settings: settings:
- { name: 'realm.ldap.bindpattern', defaultValue: ' ' } - { name: 'realm.ldap.bindpattern', defaultValue: ' ' }
- { name: 'tickets.closeOnPushCommitMessageRegex', defaultValue: '(?:fixes|closes)[\\s-]+#?(\\d+)' } - { name: 'tickets.closeOnPushCommitMessageRegex', defaultValue: '(?:fixes|closes)[\\s-]+#?(\\d+)' }

Loading…
Cancel
Save