diff options
author | James Moger <james.moger@gmail.com> | 2013-03-27 17:19:49 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2013-03-27 17:19:49 -0400 |
commit | 550f84a9f47c930c024c08a29f8eb57f9634cb59 (patch) | |
tree | c53de0395f06a57d71f8cf042e09f76bf56fc389 /build.xml | |
parent | 47a2a350bd232d0c9c319ab72ba1bcbe6ec3b56e (diff) | |
download | iciql-550f84a9f47c930c024c08a29f8eb57f9634cb59.tar.gz iciql-550f84a9f47c930c024c08a29f8eb57f9634cb59.zip |
Updated to Moxie 0.7.1
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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"
|