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/22 19:40:15 UTC

svn commit: r1401046 - /incubator/easyant/plugins/trunk/parent.ivy

Author: jlboudart
Date: Mon Oct 22 19:40:15 2012
New Revision: 1401046

URL: http://svn.apache.org/viewvc?rev=1401046&view=rev
Log:
Add easyant-plugin-documentation in parent-plugin

Modified:
    incubator/easyant/plugins/trunk/parent.ivy

Modified: incubator/easyant/plugins/trunk/parent.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/parent.ivy?rev=1401046&r1=1401045&r2=1401046&view=diff
==============================================================================
--- incubator/easyant/plugins/trunk/parent.ivy (original)
+++ incubator/easyant/plugins/trunk/parent.ivy Mon Oct 22 19:40:15 2012
@@ -22,5 +22,6 @@
             <ea:property name="scm.tag.name" value="${ivy.module}-${version}" />
         </ea:plugin>
         <ea:plugin module="antunit" revision="0.9" />
+        <ea:plugin module="easyant-plugin-documentation" revision="0.9" plugindoc.source.dir="${basedir}/src/main/resources"/>
     </info>
-</ivy-module>
\ No newline at end of file
+</ivy-module>