You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by at...@apache.org on 2011/06/17 13:44:54 UTC

svn commit: r1136851 - /incubator/rave/trunk/rave-portal/src/main/assembly/distbin.xml

Author: ate
Date: Fri Jun 17 11:44:53 2011
New Revision: 1136851

URL: http://svn.apache.org/viewvc?rev=1136851&view=rev
Log:
RAVE-59: create automation for building of demo package
See: http://issues.apache.org/jira/browse/RAVE-59
- fix missing/excluded (empty) logs folder in the archive

Modified:
    incubator/rave/trunk/rave-portal/src/main/assembly/distbin.xml

Modified: incubator/rave/trunk/rave-portal/src/main/assembly/distbin.xml
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/src/main/assembly/distbin.xml?rev=1136851&r1=1136850&r2=1136851&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal/src/main/assembly/distbin.xml (original)
+++ incubator/rave/trunk/rave-portal/src/main/assembly/distbin.xml Fri Jun 17 11:44:53 2011
@@ -33,7 +33,11 @@
       <excludes>
         <!-- exclude Tomcat packaged LICENSE, NOTICE RELEASE-NOTES and RUNNING.txt files 
              which we provide of our own -->
-        <exclude>*</exclude>
+        <exclude>LICENSE</exclude>
+        <exclude>NOTICE</exclude>
+        <exclude>RELEASE-NOTES</exclude>
+        <exclude>README.txt</exclude>
+        <exclude>.cargo</exclude>
         <!-- exclude Tomcat shell scripts as these should have their execution bit be set (see below) -->
         <exclude>bin/*.sh</exclude>
       </excludes>