Browse Source

Update to SLF4J 1.7.12

tags/v1.7.0
James Moger 8 years ago
parent
commit
f068986119
3 changed files with 9 additions and 9 deletions
  1. 2
    2
      .classpath
  2. 1
    1
      build.moxie
  3. 6
    6
      gitblit.iml

+ 2
- 2
.classpath View File

@@ -12,8 +12,8 @@
<classpathentry kind="lib" path="ext/guice-servlet-4.0-gb1.jar" sourcepath="ext/src/guice-servlet-4.0-gb1.jar" />
<classpathentry kind="lib" path="ext/annotations-12.0.jar" sourcepath="ext/src/annotations-12.0.jar" />
<classpathentry kind="lib" path="ext/log4j-1.2.17.jar" sourcepath="ext/src/log4j-1.2.17.jar" />
<classpathentry kind="lib" path="ext/slf4j-api-1.7.10.jar" sourcepath="ext/src/slf4j-api-1.7.10.jar" />
<classpathentry kind="lib" path="ext/slf4j-log4j12-1.7.10.jar" sourcepath="ext/src/slf4j-log4j12-1.7.10.jar" />
<classpathentry kind="lib" path="ext/slf4j-api-1.7.12.jar" sourcepath="ext/src/slf4j-api-1.7.12.jar" />
<classpathentry kind="lib" path="ext/slf4j-log4j12-1.7.12.jar" sourcepath="ext/src/slf4j-log4j12-1.7.12.jar" />
<classpathentry kind="lib" path="ext/javax.mail-1.5.1.jar" sourcepath="ext/src/javax.mail-1.5.1.jar" />
<classpathentry kind="lib" path="ext/javax.servlet-api-3.1.0.jar" sourcepath="ext/src/javax.servlet-api-3.1.0.jar" />
<classpathentry kind="lib" path="ext/jetty-all-9.2.10.v20150310.jar" sourcepath="ext/src/jetty-all-9.2.10.v20150310.jar" />

+ 1
- 1
build.moxie View File

@@ -103,7 +103,7 @@ repositories: central, eclipse-snapshots, eclipse, gitblit
# Convenience properties for dependencies
properties: {
jetty.version : 9.2.10.v20150310
slf4j.version : 1.7.10
slf4j.version : 1.7.12
wicket.version : 1.4.21
lucene.version : 4.10.0
jgit.version : 4.0.1.201506240215-r

+ 6
- 6
gitblit.iml View File

@@ -91,24 +91,24 @@
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="slf4j-api-1.7.10.jar">
<library name="slf4j-api-1.7.12.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/slf4j-api-1.7.10.jar!/" />
<root url="jar://$MODULE_DIR$/ext/slf4j-api-1.7.12.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/ext/src/slf4j-api-1.7.10.jar!/" />
<root url="jar://$MODULE_DIR$/ext/src/slf4j-api-1.7.12.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="slf4j-log4j12-1.7.10.jar">
<library name="slf4j-log4j12-1.7.12.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/slf4j-log4j12-1.7.10.jar!/" />
<root url="jar://$MODULE_DIR$/ext/slf4j-log4j12-1.7.12.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/ext/src/slf4j-log4j12-1.7.10.jar!/" />
<root url="jar://$MODULE_DIR$/ext/src/slf4j-log4j12-1.7.12.jar!/" />
</SOURCES>
</library>
</orderEntry>

Loading…
Cancel
Save