You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/02/14 05:27:44 UTC

svn commit: r744396 - /incubator/photark/trunk/distribution/src/main/assembly/src.xml

Author: lresende
Date: Sat Feb 14 05:27:44 2009
New Revision: 744396

URL: http://svn.apache.org/viewvc?rev=744396&view=rev
Log:
Removing temporary work files from source distribution

Modified:
    incubator/photark/trunk/distribution/src/main/assembly/src.xml

Modified: incubator/photark/trunk/distribution/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/distribution/src/main/assembly/src.xml?rev=744396&r1=744395&r2=744396&view=diff
==============================================================================
--- incubator/photark/trunk/distribution/src/main/assembly/src.xml (original)
+++ incubator/photark/trunk/distribution/src/main/assembly/src.xml Sat Feb 14 05:27:44 2009
@@ -58,10 +58,14 @@
 	     <includes>
 	         <include>**/*</include>
              </includes>
-             <excludes>
-    		<exclude>xxx</exclude>
-    		<exclude>xxx/**/*</exclude>
-             </excludes>
+            <excludes>
+                <exclude>**/.*</exclude>
+                <exclude>**/.*/**</exclude>
+                <exclude>**/*.log</exclude>
+                <exclude>**/target</exclude>
+                <exclude>**/target/**/*</exclude>
+                <exclude>**/maven-eclipse.xml</exclude>
+            </excludes>
 	 </fileSet>
      </fileSets>
 </assembly>