diff options
author | James Moger <james.moger@gmail.com> | 2014-06-10 21:02:29 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2014-06-10 21:02:29 -0400 |
commit | 899c62c6ff3014cc513679bc2ccfb000132102dd (patch) | |
tree | 3a3642f5e70f4956ac489ef99a51b0a4d80134be | |
parent | 3e5ed9b35badd020b2f51be223700ab53dce28a3 (diff) | |
download | iciql-899c62c6ff3014cc513679bc2ccfb000132102dd.tar.gz iciql-899c62c6ff3014cc513679bc2ccfb000132102dd.zip |
Update to Moxie 0.9.2
-rw-r--r-- | .classpath | 4 | ||||
-rw-r--r-- | build.moxie | 2 | ||||
-rw-r--r-- | build.xml | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -13,6 +13,6 @@ <classpathentry kind="lib" path="ext/commons-dbcp-1.4.jar" sourcepath="ext/src/commons-dbcp-1.4.jar" /> <classpathentry kind="lib" path="ext/junit-4.11.jar" sourcepath="ext/src/junit-4.11.jar" /> <classpathentry kind="lib" path="ext/hamcrest-core-1.3.jar" sourcepath="ext/src/hamcrest-core-1.3.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 9c02090..fdb8d2f 100644 --- a/build.moxie +++ b/build.moxie @@ -3,7 +3,7 @@ # # Specify minimum Moxie version required to build -requires: 0.7.4 +requires: 0.9.2 # Project Metadata name: Iciql @@ -8,7 +8,7 @@ documentation @ http://gitblit.github.io/moxie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
- <property name="moxie.version" value="0.7.4" />
+ <property name="moxie.version" value="0.9.2" />
<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" />
|