summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2013-03-27 17:19:49 -0400
committerJames Moger <james.moger@gmail.com>2013-03-27 17:19:49 -0400
commit550f84a9f47c930c024c08a29f8eb57f9634cb59 (patch)
treec53de0395f06a57d71f8cf042e09f76bf56fc389 /build.xml
parent47a2a350bd232d0c9c319ab72ba1bcbe6ec3b56e (diff)
downloadiciql-550f84a9f47c930c024c08a29f8eb57f9634cb59.tar.gz
iciql-550f84a9f47c930c024c08a29f8eb57f9634cb59.zip
Updated to Moxie 0.7.1
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/build.xml b/build.xml
index bdd7a29..badf608 100644
--- a/build.xml
+++ b/build.xml
@@ -1,16 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="iciql" default="build" xmlns:mx="antlib:org.moxie">
- <!-- Google Code upload task -->
- <taskdef classname="net.bluecow.googlecode.ant.GoogleCodeUploadTask"
- classpath="${basedir}/tools/ant-googlecode-0.0.3.jar" name="gcupload"/>
-
<!--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Retrieve Moxie Toolkit
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
- <property name="moxie.version" value="0.7.0" />
+ <property name="moxie.version" value="0.7.1" />
<property name="moxie.url" value="http://gitblit.github.com/moxie/maven" />
<property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />
<property name="moxie.dir" value="${user.home}/.moxie" />
@@ -104,7 +100,7 @@
-->
<target name="uploadArtifacts" depends="build">
- <gcupload
+ <mx:gcupload
username="${googlecode.user}"
password="${googlecode.password}"
projectname="iciql"