[hibernate-commits] Hibernate SVN: r18096 - search/trunk/src/main/assembly.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Nov 30 08:14:53 EST 2009


Author: hardy.ferentschik
Date: 2009-11-30 08:14:52 -0500 (Mon, 30 Nov 2009)
New Revision: 18096

Modified:
   search/trunk/src/main/assembly/dist.xml
Log:
excluded the archetype directory from the dist package

Modified: search/trunk/src/main/assembly/dist.xml
===================================================================
--- search/trunk/src/main/assembly/dist.xml	2009-11-30 12:48:15 UTC (rev 18095)
+++ search/trunk/src/main/assembly/dist.xml	2009-11-30 13:14:52 UTC (rev 18096)
@@ -36,7 +36,8 @@
             <outputDirectory></outputDirectory>
             <useDefaultExcludes>true</useDefaultExcludes>
             <excludes>
-                <exclude>**/target/**</exclude>
+                <exclude>target/**</exclude>
+                <exclude>hibernate-search-archetype/**</exclude>
             </excludes>
         </fileSet>
     </fileSets>



More information about the hibernate-commits mailing list