Browse Source

Update to Moxie 0.9.2

tags/v1.3.0
James Moger 10 years ago
parent
commit
899c62c6ff
3 changed files with 4 additions and 4 deletions
  1. 2
    2
      .classpath
  2. 1
    1
      build.moxie
  3. 1
    1
      build.xml

+ 2
- 2
.classpath View File

@@ -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>
<classpathentry kind="output" path="bin/classes" />
</classpath>

+ 1
- 1
build.moxie View File

@@ -3,7 +3,7 @@
#

# Specify minimum Moxie version required to build
requires: 0.7.4
requires: 0.9.2

# Project Metadata
name: Iciql

+ 1
- 1
build.xml View File

@@ -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" />

Loading…
Cancel
Save