You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2011/04/06 04:20:43 UTC

svn commit: r1089290 - /roller/trunk/weblogger-assembly/src/main/assembly/source.xml

Author: snoopdave
Date: Wed Apr  6 02:20:42 2011
New Revision: 1089290

URL: http://svn.apache.org/viewvc?rev=1089290&view=rev
Log:
fix for https://issues.apache.org/jira/browse/ROL-1922

we no longer include the Eclipse .classpath, .project and .settings files in the source bundle

Modified:
    roller/trunk/weblogger-assembly/src/main/assembly/source.xml

Modified: roller/trunk/weblogger-assembly/src/main/assembly/source.xml
URL: http://svn.apache.org/viewvc/roller/trunk/weblogger-assembly/src/main/assembly/source.xml?rev=1089290&r1=1089289&r2=1089290&view=diff
==============================================================================
--- roller/trunk/weblogger-assembly/src/main/assembly/source.xml (original)
+++ roller/trunk/weblogger-assembly/src/main/assembly/source.xml Wed Apr  6 02:20:42 2011
@@ -36,6 +36,9 @@
 				<exclude>**/._*</exclude>
 				<exclude>**/._*/**</exclude>
 				<exclude>**/.repository/**</exclude>
+				<exclude>**/.classpath</exclude>
+				<exclude>**/.project</exclude>
+				<exclude>**/.settings/**</exclude>
 			</excludes>
 		</fileSet>
 	</fileSets>