summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-11-19 16:12:30 -0500
committerJames Moger <james.moger@gitblit.com>2013-11-19 16:12:30 -0500
commitabd1524e7bae97e17ac5f722faad1362297743ce (patch)
treee152c08142cf99c42810bf885489933e14b7ffd0
parentfa5e44bf284f09883c84b7cb6c6ccb8827680624 (diff)
downloadgitblit-abd1524e7bae97e17ac5f722faad1362297743ce.tar.gz
gitblit-abd1524e7bae97e17ac5f722faad1362297743ce.zip
Update Moxie to 0.9.0
Change-Id: Ia4c9536282af6df3d9d462946dec1d8112459242
-rw-r--r--.classpath4
-rw-r--r--build.moxie2
-rw-r--r--build.xml4
3 files changed, 5 insertions, 5 deletions
diff --git a/.classpath b/.classpath
index 998233bc..2803f8d6 100644
--- a/.classpath
+++ b/.classpath
@@ -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>
diff --git a/build.moxie b/build.moxie
index 47837488..b2abddfc 100644
--- a/build.moxie
+++ b/build.moxie
@@ -3,7 +3,7 @@
#
# Specify minimum Moxie version required to build
-requires: 0.8.3
+requires: 0.9.0
# Project Metadata
name: Gitblit
diff --git a/build.xml b/build.xml
index e4af1ef2..e2c46b2a 100644
--- a/build.xml
+++ b/build.xml
@@ -8,14 +8,14 @@
documentation @ http://gitblit.github.io/moxie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
- <property name="moxie.version" value="0.8.3" />
+ <property name="moxie.version" value="0.9.0" />
<property name="moxie.url" value="http://gitblit.github.io/moxie/maven" />
<property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />
<property name="moxie.dir" value="${user.home}/.moxie" />
<!-- Download Moxie from it's Maven repository to user.home -->
<mkdir dir="${moxie.dir}" />
- <get src="${moxie.url}/org/moxie/moxie-toolkit/${moxie.version}/${moxie.jar}"
+ <get src="${moxie.url}/com/gitblit/moxie/moxie-toolkit/${moxie.version}/${moxie.jar}"
dest="${moxie.dir}" skipexisting="true" verbose="true" />
<!-- Register Moxie tasks -->