James Moger
2012-01-09 c7bcdce232aa701135c1b7272b132961b846c38c
Updated to Groovy 1.8.5
3 files modified
16 ■■■■ changed files
.classpath 10 ●●●● patch | view | raw | blame | history
docs/04_releases.mkd 2 ●●● patch | view | raw | blame | history
src/com/gitblit/build/Build.java 4 ●●●● patch | view | raw | blame | history
.classpath
@@ -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>
docs/04_releases.mkd
@@ -52,7 +52,7 @@
#### dependency changes
- updated to JGit 1.2.0
- added Groovy 1.8.4
- added Groovy 1.8.5
- added Clippy (bundled)
### Older Releases
src/com/gitblit/build/Build.java
@@ -498,8 +498,8 @@
                "5875e2729de83a4e46391f8f979ec8bd03810c10", null);
        public static final MavenObject GROOVY = new MavenObject("groovy", "org/codehaus/groovy", "groovy-all",
                "1.8.4", 6143000, 2290000, 4608000, "b5e7c2a5e6af43ccccf643ad656d6fe4b773be2b",
                "a527e83e5c715540108d8f2b86ca19a3c9c78ac1", "8e5da5584fff57b14adbb4ee25cca09f5a00b013");
                "1.8.5", 6143000, 2290000, 4608000, "3be3914c49ca7d8e8afb29a7772a74c30a1f1b28",
                "1435cc8c90e3a91e5fee7bb53e83aad96e93aeb7", "5a214b52286523f9e2a4b5fed526506c763fa6f1");
        public final String name;
        public final String group;