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 hi...@apache.org on 2011/03/11 23:44:09 UTC

svn commit: r1080799 - /incubator/easyant/site/module.ant

Author: hibou
Date: Fri Mar 11 23:44:09 2011
New Revision: 1080799

URL: http://svn.apache.org/viewvc?rev=1080799&view=rev
Log:
In the generation copy also the javascript files

Modified:
    incubator/easyant/site/module.ant

Modified: incubator/easyant/site/module.ant
URL: http://svn.apache.org/viewvc/incubator/easyant/site/module.ant?rev=1080799&r1=1080798&r2=1080799&view=diff
==============================================================================
--- incubator/easyant/site/module.ant (original)
+++ incubator/easyant/site/module.ant Fri Mar 11 23:44:09 2011
@@ -31,6 +31,11 @@
         <copy todir="${staging.directory}">
             <fileset dir="${target.documentation.dir}"/>
         </copy>
+        <copy todir="${staging.directory}">
+            <fileset dir="${src.documentation.dir}">
+                <include name="js/*" />
+            </fileset>
+        </copy>
     	<!-- todo invoke svn add / svn commit -->
     </target>