You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/05/11 18:05:21 UTC

svn commit: r773612 - /activemq/activemq-cpp/trunk/activemq-cpp/assembly/source.xml

Author: tabish
Date: Mon May 11 16:05:21 2009
New Revision: 773612

URL: http://svn.apache.org/viewvc?rev=773612&view=rev
Log:
Updated source.xml with better filtering of unwanted files from the assembly.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/assembly/source.xml

Modified: activemq/activemq-cpp/trunk/activemq-cpp/assembly/source.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/assembly/source.xml?rev=773612&r1=773611&r2=773612&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/assembly/source.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/assembly/source.xml Mon May 11 16:05:21 2009
@@ -1,5 +1,5 @@
 <assembly>
-  <id>source</id>
+  <id>src</id>
   <formats>
     <format>tar.gz</format>
     <format>tar.bz2</format>
@@ -30,6 +30,10 @@
     </fileSet>
     <fileSet>
       <directory>src</directory>
+      <excludes>
+        <exclude>**/Makefile.in</exclude>
+        <exclude>**/Makefile.maven</exclude>
+      </excludes>
       <lineEnding>keep</lineEnding>
     </fileSet>
     <fileSet>