You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2015/12/08 14:30:44 UTC

svn commit: r1718596 - /commons/proper/jexl/trunk/src/main/assembly/src.xml

Author: ebourg
Date: Tue Dec  8 13:30:44 2015
New Revision: 1718596

URL: http://svn.apache.org/viewvc?rev=1718596&view=rev
Log:
Don't include the jexl-compat directory in the source tarball (removed in r1211429)

Modified:
    commons/proper/jexl/trunk/src/main/assembly/src.xml

Modified: commons/proper/jexl/trunk/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/assembly/src.xml?rev=1718596&r1=1718595&r2=1718596&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/jexl/trunk/src/main/assembly/src.xml Tue Dec  8 13:30:44 2015
@@ -34,11 +34,5 @@
         <fileSet>
             <directory>src</directory>
         </fileSet>
-        <fileSet>
-            <directory>jexl-compat</directory>
-            <excludes>
-                <exclude>target/**</exclude>
-            </excludes>
-        </fileSet>
     </fileSets>
 </assembly>