Author: vsiveton
Date: Tue May 5 21:45:34 2009
New Revision: 771978
URL: http://svn.apache.org/viewvc?rev=771978&view=rev
Log:
o ignored maven release files
Modified:
incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml
Modified:
incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml?rev=771978&r1=771977&r2=771978&view=diff
==============================================================================
---
incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml
(original)
+++
incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml
Tue May 5 21:45:34 2009
@@ -48,6 +48,8 @@
<exclude>**/.wtpmodules/**</exclude>
<!-- maven -->
<exclude>**/target/**</exclude>
+ <exclude>**/pom.xml.releaseBackup</exclude>
+ <exclude>**/release.properties</exclude>
<!-- misc -->
<exclude>*.patch</exclude>
<exclude>*.diff</exclude>