Browse Source

Update to Groovy 2.3.3

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

+ 1
- 1
.classpath View File

@@ -56,7 +56,7 @@
<classpathentry kind="lib" path="ext/rome-0.9.jar" sourcepath="ext/src/rome-0.9.jar" />
<classpathentry kind="lib" path="ext/jdom-1.0.jar" sourcepath="ext/src/jdom-1.0.jar" />
<classpathentry kind="lib" path="ext/gson-2.2.2.jar" sourcepath="ext/src/gson-2.2.2.jar" />
<classpathentry kind="lib" path="ext/groovy-all-1.8.8.jar" sourcepath="ext/src/groovy-all-1.8.8.jar" />
<classpathentry kind="lib" path="ext/groovy-all-2.3.3.jar" sourcepath="ext/src/groovy-all-2.3.3.jar" />
<classpathentry kind="lib" path="ext/unboundid-ldapsdk-2.3.0.jar" sourcepath="ext/src/unboundid-ldapsdk-2.3.0.jar" />
<classpathentry kind="lib" path="ext/ivy-2.2.0.jar" sourcepath="ext/src/ivy-2.2.0.jar" />
<classpathentry kind="lib" path="ext/jcalendar-1.3.2.jar" />

+ 1
- 1
build.moxie View File

@@ -105,7 +105,7 @@ properties: {
wicket.version : 1.4.21
lucene.version : 4.8.1
jgit.version : 3.4.0.201406110918-r
groovy.version : 1.8.8
groovy.version : 2.3.3
bouncycastle.version : 1.49
selenium.version : 2.28.0
wikitext.version : 1.4

+ 3
- 3
gitblit.iml View File

@@ -573,13 +573,13 @@
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="groovy-all-1.8.8.jar">
<library name="groovy-all-2.3.3.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/groovy-all-1.8.8.jar!/" />
<root url="jar://$MODULE_DIR$/ext/groovy-all-2.3.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/ext/src/groovy-all-1.8.8.jar!/" />
<root url="jar://$MODULE_DIR$/ext/src/groovy-all-2.3.3.jar!/" />
</SOURCES>
</library>
</orderEntry>

Loading…
Cancel
Save