Author: ptahchiev
Date: Fri Apr 4 11:22:00 2008
New Revision: 644810
URL: http://svn.apache.org/viewvc?rev=644810&view=rev
Log:
Changed the assembly plugins so that we remove the .project and .classpath from
the source archive.
Modified:
jakarta/cactus/trunk/cactus-src-assembly.xml
Modified: jakarta/cactus/trunk/cactus-src-assembly.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-src-assembly.xml?rev=644810&r1=644809&r2=644810&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-src-assembly.xml (original)
+++ jakarta/cactus/trunk/cactus-src-assembly.xml Fri Apr 4 11:22:00 2008
@@ -34,11 +34,17 @@
</includes>
<excludes>
<exclude>**/target/**</exclude>
+
<!--Linux Kate makes such temp files. -->
<exclude>**/*.*~</exclude>
<exclude>**/*~</exclude>
+
<!--Eclipse's work directory. -->
<exclude>bin/**</exclude>
+ <exclude>.project</exclude>
+ <exclude>.profile</exclude>
+ <exclude>.classpath</exclude>
+
<!-- svn directories. -->
<exclude>**/.svn/**</exclude>
<exclude>**/xref/**</exclude>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]