summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-11-29 10:58:14 -0500
committerJames Moger <james.moger@gitblit.com>2013-11-29 11:03:01 -0500
commit79cad53bba094cffa1d25581edbf4972a5158cd4 (patch)
tree4ad2158da5f5e5b7ad7a8b5f42b397ef01aba0c4
parent11642275bab78a22da2f85ed06eb2246f8444f4f (diff)
downloadgitblit-79cad53bba094cffa1d25581edbf4972a5158cd4.tar.gz
gitblit-79cad53bba094cffa1d25581edbf4972a5158cd4.zip
Update to Moxie 0.9.1
Change-Id: I8e0479b632af3b5ca809aacf955e4be96822ac2c
-rw-r--r--.classpath5
-rw-r--r--build.moxie2
-rw-r--r--build.xml2
3 files changed, 2 insertions, 7 deletions
diff --git a/.classpath b/.classpath
index fc7ba626..d1b04dad 100644
--- a/.classpath
+++ b/.classpath
@@ -74,10 +74,5 @@
<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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" />
- <classpathentry kind="src" path="src/main/dagger">
- <attributes>
- <attribute name="optional" value="true"/>
- </attributes>
- </classpathentry>
<classpathentry kind="output" path="bin/classes" />
</classpath>
diff --git a/build.moxie b/build.moxie
index 9f099fae..7816c927 100644
--- a/build.moxie
+++ b/build.moxie
@@ -3,7 +3,7 @@
#
# Specify minimum Moxie version required to build
-requires: 0.9.0
+requires: 0.9.1
# Project Metadata
name: Gitblit
diff --git a/build.xml b/build.xml
index 3e42cb9d..860eca90 100644
--- a/build.xml
+++ b/build.xml
@@ -8,7 +8,7 @@
documentation @ http://gitblit.github.io/moxie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
- <property name="moxie.version" value="0.9.0" />
+ <property name="moxie.version" value="0.9.1" />
<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" />