Author: kishore
Date: Sun Feb 19 22:34:53 2017
New Revision: 1783700

URL: http://svn.apache.org/viewvc?rev=1783700&view=rev
Log:
Added *.js and font files for webapp build.

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

Modified: manifoldcf/branches/CONNECTORS-1196/framework/build.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196/framework/build.xml?rev=1783700&r1=1783699&r2=1783700&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1196/framework/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1196/framework/build.xml Sun Feb 19 22:34:53 
2017
@@ -697,8 +697,8 @@
                 <include name="*.tld"/>
             </fileset>
         </copy>
-        <copy todir="build/webapp/crawler-ui-proprietary">
-            <fileset dir="crawler-ui/src/main/webapp" 
includes="**/*.jsp,**/*.css,**/*.png,**/*.html"/>
+        <copy todir="build/webapp/crawler-ui-proprietary">            
+            <fileset dir="crawler-ui/src/main/webapp" 
includes="**/*.jsp,**/*.css,**/*.png,**/*.html,**/*.js,**/*.eot,**/*.svg,**/*.ttf,**/*.woff,**/*.woff2"/>
         </copy>
         <jar 
destfile="build/webapp/crawler-ui-proprietary/WEB-INF/lib/mcf-crawler-ui.jar" 
basedir="build/crawler-ui/classes"/>
     </target>


Reply via email to