James Moger
2014-07-02 a582f7eebc6a12aefd203a1bdecbe06b10bd9d9b
Update to gson 2.2.2
4 files modified
13 ■■■■ changed files
.classpath 2 ●●● patch | view | raw | blame | history
build.moxie 2 ●●● patch | view | raw | blame | history
gitblit.iml 6 ●●●● patch | view | raw | blame | history
releases.moxie 3 ●●●● patch | view | raw | blame | history
.classpath
@@ -55,7 +55,7 @@
    <classpathentry kind="lib" path="ext/mina-core-2.0.7.jar" sourcepath="ext/src/mina-core-2.0.7.jar" />
    <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-1.7.2.jar" sourcepath="ext/src/gson-1.7.2.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/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" />
build.moxie
@@ -159,7 +159,7 @@
- compile 'org.apache.sshd:sshd-core:${sshd.version}' :war !org.easymock
- compile 'org.apache.mina:mina-core:${mina.version}' :war !org.easymock
- compile 'rome:rome:0.9' :war :manager :api
- compile 'com.google.code.gson:gson:1.7.2' :war :fedclient :manager :api
- compile 'com.google.code.gson:gson:2.2.2' :war :fedclient :manager :api
- compile 'org.codehaus.groovy:groovy-all:${groovy.version}' :war
- compile 'com.unboundid:unboundid-ldapsdk:2.3.0' :war
- compile 'org.apache.ivy:ivy:2.2.0' :war
gitblit.iml
@@ -562,13 +562,13 @@
      </library>
    </orderEntry>
    <orderEntry type="module-library">
      <library name="gson-1.7.2.jar">
      <library name="gson-2.2.2.jar">
        <CLASSES>
          <root url="jar://$MODULE_DIR$/ext/gson-1.7.2.jar!/" />
          <root url="jar://$MODULE_DIR$/ext/gson-2.2.2.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES>
          <root url="jar://$MODULE_DIR$/ext/src/gson-1.7.2.jar!/" />
          <root url="jar://$MODULE_DIR$/ext/src/gson-2.2.2.jar!/" />
        </SOURCES>
      </library>
    </orderEntry>
releases.moxie
@@ -24,7 +24,8 @@
    - Jetty 9.2.1 (pr-202)
    - Lucene 4.8.1 (pr-201)
    - JGit 3.4.0 (pr-200)
    - SLF4j 1.7.7
    - SLF4j 1.7.7 (ticket-122)
    - gson 2.2.2 (ticket-123)
    contributors:
    - James Moger
    - David Ostrovsky