Mercurial > public > develkit
changeset 70:23c4f06b3880
fix jasper config
author | smith@nwoca.org |
---|---|
date | Thu, 02 Feb 2012 11:30:36 -0500 |
parents | 9e09ab83f8d9 |
children | b109d27e627c |
files | jasper-ant.xml ssdt.default.ivy.settings.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/jasper-ant.xml Thu Jan 26 16:24:17 2012 -0500 +++ b/jasper-ant.xml Thu Feb 02 11:30:36 2012 -0500 @@ -6,11 +6,11 @@ <property name="reports.dest.dir" value="${build.web.dir}/WEB-INF/reports" /> <ivy:settings id="jasper.ivy.id"/> - <ivy:resolve id="jasper.ivy.id" conf="jasper-ant" log="quiet"/> + <ivy:resolve id="jasper.ivy.id" conf="compile" log="quiet"/> <ivy:cachepath resolveId="jasper.ivy.id" pathid="jasper.classpath" - conf="jasper-ant" + conf="compile" type="jar" log="quiet"/>
--- a/ssdt.default.ivy.settings.xml Thu Jan 26 16:24:17 2012 -0500 +++ b/ssdt.default.ivy.settings.xml Thu Feb 02 11:30:36 2012 -0500 @@ -25,7 +25,7 @@ <url name="ssdt-snapshots" changingPattern=".*SNAPSHOT" checkmodified="true" m2compatible="true" cache="snapshot-cache"> <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-snapshots/[organisation]/[module]/ivy-[revision].xml" /> - </url> + </url> <url name="ssdt-releases" checkmodified="true" m2compatible="true" cache="snapshot-cache"> <artifact pattern="http://repos.ssdt.nwoca.org/artifactory/libs-releases/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> <ivy pattern="http://repos.ssdt.nwoca.org/artifactory/libs-releases/[organisation]/[module]/ivy-[revision].xml" />