Author: kishore
Date: Sun Feb 19 23:04:55 2017
New Revision: 1783701
URL: http://svn.apache.org/viewvc?rev=1783701&view=rev
Log:
Updated framework build.xml to include *.js file for all web builds.
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=1783701&r1=1783700&r2=1783701&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1196/framework/build.xml (original)
+++ manifoldcf/branches/CONNECTORS-1196/framework/build.xml Sun Feb 19 23:04:55
2017
@@ -642,7 +642,7 @@
</fileset>
</copy>
<copy todir="build/webapp/crawler-ui">
- <fileset dir="crawler-ui/src/main/webapp"
includes="**/*.jsp,**/*.css,**/*.png,**/*.html"/>
+ <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/WEB-INF/lib/mcf-crawler-ui.jar"
basedir="build/crawler-ui/classes"/>
</target>
@@ -748,7 +748,7 @@
</fileset>
</copy>
<copy todir="build/webapp/combined-service">
- <fileset dir="crawler-ui/src/main/webapp"
includes="**/*.jsp,**/*.css,**/*.png,**/*.html"/>
+ <fileset dir="crawler-ui/src/main/webapp"
includes="**/*.jsp,**/*.css,**/*.png,**/*.html,**/*.js,**/*.eot,**/*.svg,**/*.ttf,**/*.woff,**/*.woff2"/>
</copy>
<jar
destfile="build/webapp/combined-service/WEB-INF/lib/mcf-combined-service.jar"
basedir="build/combined-service/classes"/>
</target>
@@ -806,7 +806,7 @@
</fileset>
</copy>
<copy todir="build/webapp/combined-service-proprietary">
- <fileset dir="crawler-ui/src/main/webapp"
includes="**/*.jsp,**/*.css,**/*.png,**/*.html"/>
+ <fileset dir="crawler-ui/src/main/webapp"
includes="**/*.jsp,**/*.css,**/*.png,**/*.html,**/*.js,**/*.eot,**/*.svg,**/*.ttf,**/*.woff,**/*.woff2"/>
</copy>
<jar
destfile="build/webapp/combined-service-proprietary/WEB-INF/lib/mcf-combined-service.jar"
basedir="build/combined-service/classes"/>
</target>