You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by jl...@apache.org on 2012/10/21 22:20:10 UTC

svn commit: r1400732 - /incubator/easyant/plugins/trunk/xooki/src/main/resources/xooki.ant

Author: jlboudart
Date: Sun Oct 21 22:20:10 2012
New Revision: 1400732

URL: http://svn.apache.org/viewvc?rev=1400732&view=rev
Log:
Update xooki skeleton organisation

Modified:
    incubator/easyant/plugins/trunk/xooki/src/main/resources/xooki.ant

Modified: incubator/easyant/plugins/trunk/xooki/src/main/resources/xooki.ant
URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/xooki/src/main/resources/xooki.ant?rev=1400732&r1=1400731&r2=1400732&view=diff
==============================================================================
--- incubator/easyant/plugins/trunk/xooki/src/main/resources/xooki.ant (original)
+++ incubator/easyant/plugins/trunk/xooki/src/main/resources/xooki.ant Sun Oct 21 22:20:10 2012
@@ -66,7 +66,7 @@
     <target name="xooki:create-skeleton" depends="xooki:init">
         <mkdir dir="${xooki.temp.dir}" />
         <mkdir dir="${documentation.css.dir}" />
-        <ivy:retrieve organisation="xooki" module="xooki" inline="true" pattern="${xooki.temp.dir}/[artifact].[ext]"
+        <ivy:retrieve organisation="org.apache.xooki" module="xooki" inline="true" pattern="${xooki.temp.dir}/[artifact].[ext]"
             settingsRef="easyant.ivy.instance" />
         <unzip src="${xooki.temp.dir}/xooki.jar" dest="${src.documentation.dir}" />
         <delete dir="${xooki.temp.dir}" />
@@ -137,4 +137,4 @@
         <zip destfile="${target.artifacts}/${ivy.module}-docs.zip" basedir="${target.documentation.dir}" />
         <ea:registerartifact type="doc" ext="zip" classifier="doc" settingsRef="${project.ivy.instance}" />
     </target>
-</project>
\ No newline at end of file
+</project>