Skip to content

Commit

Permalink
Update to Gitblit 1.7.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
gitblit committed Nov 22, 2015
1 parent 3660a76 commit 03b72a6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .classpath
Expand Up @@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src/main/java" />
<classpathentry kind="src" path="src/main/resources" />
<classpathentry kind="lib" path="ext/gitblit-1.7.0-SNAPSHOT.jar" sourcepath="ext/src/gitblit-1.7.0-SNAPSHOT.jar" />
<classpathentry kind="lib" path="ext/gitblit-1.7.0.jar" sourcepath="ext/src/gitblit-1.7.0.jar" />
<classpathentry kind="lib" path="ext/guice-4.0.jar" sourcepath="ext/src/guice-4.0.jar" />
<classpathentry kind="lib" path="ext/javax.inject-1.jar" sourcepath="ext/src/javax.inject-1.jar" />
<classpathentry kind="lib" path="ext/aopalliance-1.0.jar" sourcepath="ext/src/aopalliance-1.0.jar" />
Expand Down Expand Up @@ -39,15 +39,15 @@
<classpathentry kind="lib" path="ext/tracwiki-core-1.4.jar" sourcepath="ext/src/tracwiki-core-1.4.jar" />
<classpathentry kind="lib" path="ext/mediawiki-core-1.4.jar" sourcepath="ext/src/mediawiki-core-1.4.jar" />
<classpathentry kind="lib" path="ext/confluence-core-1.4.jar" sourcepath="ext/src/confluence-core-1.4.jar" />
<classpathentry kind="lib" path="ext/org.eclipse.jgit-4.1.0.201509280440-r.jar" sourcepath="ext/src/org.eclipse.jgit-4.1.0.201509280440-r.jar" />
<classpathentry kind="lib" path="ext/org.eclipse.jgit-4.1.1.201511131810-r.jar" sourcepath="ext/src/org.eclipse.jgit-4.1.1.201511131810-r.jar" />
<classpathentry kind="lib" path="ext/jsch-0.1.53.jar" sourcepath="ext/src/jsch-0.1.53.jar" />
<classpathentry kind="lib" path="ext/JavaEWAH-0.7.9.jar" sourcepath="ext/src/JavaEWAH-0.7.9.jar" />
<classpathentry kind="lib" path="ext/httpclient-4.3.6.jar" sourcepath="ext/src/httpclient-4.3.6.jar" />
<classpathentry kind="lib" path="ext/httpcore-4.3.3.jar" sourcepath="ext/src/httpcore-4.3.3.jar" />
<classpathentry kind="lib" path="ext/commons-logging-1.1.3.jar" sourcepath="ext/src/commons-logging-1.1.3.jar" />
<classpathentry kind="lib" path="ext/commons-codec-1.7.jar" sourcepath="ext/src/commons-codec-1.7.jar" />
<classpathentry kind="lib" path="ext/org.eclipse.jdt.annotation-1.1.0.jar" />
<classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-4.1.0.201509280440-r.jar" />
<classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-4.1.1.201511131810-r.jar" sourcepath="ext/src/org.eclipse.jgit.http.server-4.1.1.201511131810-r.jar" />
<classpathentry kind="lib" path="ext/bcprov-jdk15on-1.52.jar" sourcepath="ext/src/bcprov-jdk15on-1.52.jar" />
<classpathentry kind="lib" path="ext/bcmail-jdk15on-1.52.jar" sourcepath="ext/src/bcmail-jdk15on-1.52.jar" />
<classpathentry kind="lib" path="ext/bcpkix-jdk15on-1.52.jar" sourcepath="ext/src/bcpkix-jdk15on-1.52.jar" />
Expand Down
2 changes: 1 addition & 1 deletion build.moxie
Expand Up @@ -93,7 +93,7 @@ repositories: 'central', 'com.gitblit'

# Convenience properties for dependencies
properties: {
gitblit.version : 1.7.0-SNAPSHOT
gitblit.version : 1.7.0
}

# Dependencies
Expand Down
20 changes: 11 additions & 9 deletions slack.iml
Expand Up @@ -10,13 +10,13 @@
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" scope="PROVIDED">
<library name="gitblit-1.7.0-SNAPSHOT.jar">
<library name="gitblit-1.7.0.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/gitblit-1.7.0-SNAPSHOT.jar!/" />
<root url="jar://$MODULE_DIR$/ext/gitblit-1.7.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/ext/src/gitblit-1.7.0-SNAPSHOT.jar!/" />
<root url="jar://$MODULE_DIR$/ext/src/gitblit-1.7.0.jar!/" />
</SOURCES>
</library>
</orderEntry>
Expand Down Expand Up @@ -415,13 +415,13 @@
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="org.eclipse.jgit-4.1.0.201509280440-r.jar">
<library name="org.eclipse.jgit-4.1.1.201511131810-r.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit-4.1.0.201509280440-r.jar!/" />
<root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit-4.1.1.201511131810-r.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit-4.1.0.201509280440-r.jar!/" />
<root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit-4.1.1.201511131810-r.jar!/" />
</SOURCES>
</library>
</orderEntry>
Expand Down Expand Up @@ -501,12 +501,14 @@
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="org.eclipse.jgit.http.server-4.1.0.201509280440-r.jar">
<library name="org.eclipse.jgit.http.server-4.1.1.201511131810-r.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit.http.server-4.1.0.201509280440-r.jar!/" />
<root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit.http.server-4.1.1.201511131810-r.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
<SOURCES>
<root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit.http.server-4.1.1.201511131810-r.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
Expand Down

0 comments on commit 03b72a6

Please sign in to comment.