You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by ki...@apache.org on 2017/04/28 20:21:40 UTC

svn commit: r1793150 - /manifoldcf/branches/CONNECTORS-1418/framework/build.xml

Author: kishore
Date: Fri Apr 28 20:21:40 2017
New Revision: 1793150

URL: http://svn.apache.org/viewvc?rev=1793150&view=rev
Log:
Include map file in war

Modified:
    manifoldcf/branches/CONNECTORS-1418/framework/build.xml

Modified: manifoldcf/branches/CONNECTORS-1418/framework/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1418/framework/build.xml?rev=1793150&r1=1793149&r2=1793150&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1418/framework/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1418/framework/build.xml Fri Apr 28 20:21:40 2017
@@ -705,11 +705,11 @@
             </fileset>
         </copy>
         <copy todir="build/webapp/crawler-ui">
-            <fileset dir="crawler-ui/src/main/webapp" includes="**/*.jsp,**/*.css,**/*.png,**/*.html,**/*.js,**/*.eot,**/*.svg,**/*.ttf,**/*.woff,**/*.woff2"/>
+            <fileset dir="crawler-ui/src/main/webapp" includes="**/*.jsp,**/*.css,**/*.map,**/*.png,**/*.html,**/*.js,**/*.eot,**/*.svg,**/*.ttf,**/*.woff,**/*.woff2"/>
         </copy>
         <mkdir dir="build/webapp/crawler-ui/css"/>
         <copy todir="build/webapp/crawler-ui/css">
-            <fileset dir="build/crawler-ui/css" includes="**/*.css"/>
+            <fileset dir="build/crawler-ui/css" includes="**/*.css,**/*.map"/>
         </copy>
         <jar destfile="build/webapp/crawler-ui/WEB-INF/lib/mcf-crawler-ui.jar" basedir="build/crawler-ui/classes"/>
     </target>