]> source.dussan.org Git - gitblit.git/commitdiff
Update Moxie to 0.9.0
authorJames Moger <james.moger@gitblit.com>
Tue, 19 Nov 2013 21:12:30 +0000 (16:12 -0500)
committerJames Moger <james.moger@gitblit.com>
Tue, 19 Nov 2013 21:12:30 +0000 (16:12 -0500)
Change-Id: Ia4c9536282af6df3d9d462946dec1d8112459242

.classpath
build.moxie
build.xml

index 998233bcba69d16bae37887ec48becf7d4a498cf..2803f8d6e48d6ea49634875a34a718ea0e8f73fa 100644 (file)
@@ -73,6 +73,6 @@
        <classpathentry kind="lib" path="ext/httpcore-4.2.1.jar" sourcepath="ext/src/httpcore-4.2.1.jar" />
        <classpathentry kind="lib" path="ext/commons-logging-1.1.1.jar" sourcepath="ext/src/commons-logging-1.1.1.jar" />
        <classpathentry kind="lib" path="ext/commons-exec-1.1.jar" sourcepath="ext/src/commons-exec-1.1.jar" />
-       <classpathentry kind="output" path="bin/classes" />
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" />
-</classpath>
\ No newline at end of file
+       <classpathentry kind="output" path="bin/classes" />
+</classpath>
index 478374884e983cb6c810b4a642908fe392023d42..b2abddfc0cbf39ab4abb2bea18cdfb79ab6a838d 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 # Specify minimum Moxie version required to build
-requires: 0.8.3
+requires: 0.9.0
 
 # Project Metadata
 name: Gitblit
index e4af1ef24c63e1c9402372f533a540efe7614de8..e2c46b2adb047155224dcfd9f219995692545ab5 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -8,14 +8,14 @@
                documentation @ http://gitblit.github.io/moxie\r
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
        -->\r
-       <property name="moxie.version" value="0.8.3" />\r
+       <property name="moxie.version" value="0.9.0" />\r
        <property name="moxie.url" value="http://gitblit.github.io/moxie/maven" />\r
        <property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />\r
        <property name="moxie.dir" value="${user.home}/.moxie" />\r
        \r
        <!-- Download Moxie from it's Maven repository to user.home -->\r
        <mkdir dir="${moxie.dir}" />\r
-       <get src="${moxie.url}/org/moxie/moxie-toolkit/${moxie.version}/${moxie.jar}"\r
+       <get src="${moxie.url}/com/gitblit/moxie/moxie-toolkit/${moxie.version}/${moxie.jar}"\r
                dest="${moxie.dir}" skipexisting="true" verbose="true" />\r
        \r
        <!-- Register Moxie tasks -->\r