You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2010/09/06 15:48:08 UTC

svn commit: r993029 - /mina/vysper/branches/0.6/dist/src/main/assembly/src.xml

Author: ngn
Date: Mon Sep  6 13:48:08 2010
New Revision: 993029

URL: http://svn.apache.org/viewvc?rev=993029&view=rev
Log:
Removing incorrect exclusion that inhibits our source bundles from building

Modified:
    mina/vysper/branches/0.6/dist/src/main/assembly/src.xml

Modified: mina/vysper/branches/0.6/dist/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/mina/vysper/branches/0.6/dist/src/main/assembly/src.xml?rev=993029&r1=993028&r2=993029&view=diff
==============================================================================
--- mina/vysper/branches/0.6/dist/src/main/assembly/src.xml (original)
+++ mina/vysper/branches/0.6/dist/src/main/assembly/src.xml Mon Sep  6 13:48:08 2010
@@ -31,7 +31,6 @@
       <directory>..</directory>
       <outputDirectory></outputDirectory>
       <excludes>
-        <exclude>**/dist/**</exclude>
         <exclude>**/target/**</exclude>
         <exclude>.*</exclude>
         <exclude>.*/**</exclude>