diff options
author | James Moger <james.moger@gitblit.com> | 2012-01-09 22:21:32 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-01-09 22:21:32 -0500 |
commit | c7bcdce232aa701135c1b7272b132961b846c38c (patch) | |
tree | f915c2198b8cf17bff1c1fa86ae3a010842f3b05 /.classpath | |
parent | 7b08956a654c224f6d4d119cec70ba0042d9a04c (diff) | |
download | gitblit-c7bcdce232aa701135c1b7272b132961b846c38c.tar.gz gitblit-c7bcdce232aa701135c1b7272b132961b846c38c.zip |
Updated to Groovy 1.8.5
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -87,11 +87,6 @@ <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/wicket-extensions-1.4.19-javadoc.jar!/"/>
</attributes>
</classpathentry>
- <classpathentry kind="lib" path="ext/groovy-all-1.8.4.jar" sourcepath="ext/groovy-all-1.8.4-sources.jar">
- <attributes>
- <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/groovy-all-1.8.4-javadoc.jar!/"/>
- </attributes>
- </classpathentry>
<classpathentry kind="lib" path="ext/org.eclipse.jgit-1.2.0.201112221803-r.jar" sourcepath="ext/org.eclipse.jgit-1.1.0.201109151100-r-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/org.eclipse.jgit-1.2.0.201112221803-r-javadoc.jar!/"/>
@@ -102,5 +97,10 @@ <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/org.eclipse.jgit.http.server-1.2.0.201112221803-r-javadoc.jar!/"/>
</attributes>
</classpathentry>
+ <classpathentry kind="lib" path="ext/groovy-all-1.8.5.jar" sourcepath="ext/groovy-all-1.8.5-sources.jar">
+ <attributes>
+ <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/groovy-all-1.8.5-javadoc.jar!/"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
|