Repository: ant-ivy
Updated Branches:
  refs/heads/master 6f22f4b49 -> 844100aed


fix the build of the asciidoc extension by using a wider Ivy configuration


Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/844100ae
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/844100ae
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/844100ae

Branch: refs/heads/master
Commit: 844100aed6413cd5d3246856060dac7dd1e03110
Parents: 6f22f4b
Author: Nicolas Lalevée <nicolas.lale...@hibnet.org>
Authored: Wed Jul 12 23:26:08 2017 +0200
Committer: Nicolas Lalevée <nicolas.lale...@hibnet.org>
Committed: Wed Jul 12 23:26:08 2017 +0200

----------------------------------------------------------------------
 build-release.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/844100ae/build-release.xml
----------------------------------------------------------------------
diff --git a/build-release.xml b/build-release.xml
index 0a6fcb6..83d777f 100644
--- a/build-release.xml
+++ b/build-release.xml
@@ -167,7 +167,7 @@
     </target>
 
     <target name="init-asciidoctor-extensions" depends="init-ivy" 
unless="skip.doc">
-        <ivy:cachepath pathid="asciidoctorj.path" 
organisation="org.asciidoctor" module="asciidoctorj" revision="1.5.5" 
conf="runtime" inline="true"/>
+        <ivy:cachepath pathid="asciidoctorj.path" 
organisation="org.asciidoctor" module="asciidoctorj" revision="1.5.5" 
inline="true"/>
         <mkdir dir="${build.dir}/asciidoc-extensions/classes"/>
         <javac srcdir="${doc.src.dir}/templates/extensions/src" 
destdir="${build.dir}/asciidoc-extensions/classes"
                debug="true" includeantruntime="no" 
classpathref="asciidoctorj.path"/>

Reply via email to