summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2014-06-10 21:02:29 -0400
committerJames Moger <james.moger@gmail.com>2014-06-10 21:02:29 -0400
commit899c62c6ff3014cc513679bc2ccfb000132102dd (patch)
tree3a3642f5e70f4956ac489ef99a51b0a4d80134be
parent3e5ed9b35badd020b2f51be223700ab53dce28a3 (diff)
downloadiciql-899c62c6ff3014cc513679bc2ccfb000132102dd.tar.gz
iciql-899c62c6ff3014cc513679bc2ccfb000132102dd.zip
Update to Moxie 0.9.2
-rw-r--r--.classpath4
-rw-r--r--build.moxie2
-rw-r--r--build.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.classpath b/.classpath
index d90bb62..1157ddf 100644
--- a/.classpath
+++ b/.classpath
@@ -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
diff --git a/build.xml b/build.xml
index 4d4172b..173fd2b 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />