Author: rwhitcomb
Date: Wed Jan 31 01:58:41 2018
New Revision: 1822725

URL: http://svn.apache.org/viewvc?rev=1822725&view=rev
Log:
There is a problem with the way tutorials are packaged in the .war file
versus how the work offline, so that copying the extra files "works" to
run them standalone, but results in duplicate .zip file entries doing
a "deploy".  So, rather than break the build, revert to the original
file copy list and try to figure out what's really going on later.

Modified:
    pivot/trunk/build.xml

Modified: pivot/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1822725&r1=1822724&r2=1822725&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Wed Jan 31 01:58:41 2018
@@ -553,12 +553,8 @@ limitations under the License.
         <compile project="tutorials"/>
         <copy todir="tutorials/${folder.bin}">
             <fileset dir="tutorials/src" includes="**/*.bxml"/>
-            <fileset dir="tutorials/src" includes="**/*.jpg"/>
-            <fileset dir="tutorials/src" includes="**/*.js"/>
             <fileset dir="tutorials/src" includes="**/*.json"/>
             <fileset dir="tutorials/src" includes="**/*.png"/>
-            <fileset dir="tutorials/src" includes="**/*.svg"/>
-            <fileset dir="tutorials/src" includes="**/*.txt"/>
         </copy>
     </target>
 


Reply via email to