Author: tommaso
Date: Fri Oct 12 12:10:15 2012
New Revision: 1397532
URL: http://svn.apache.org/viewvc?rev=1397532&view=rev
Log:
[HAMA-651] - renaming gd sample file and adding rat exclusion
Added:
hama/trunk/examples/src/test/resources/gd_file_sample.txt (props changed)
- copied unchanged from r1397525,
hama/trunk/examples/src/test/resources/gd_file_format.txt
Removed:
hama/trunk/examples/src/test/resources/gd_file_format.txt
Modified:
hama/trunk/pom.xml
Propchange: hama/trunk/examples/src/test/resources/gd_file_sample.txt
------------------------------------------------------------------------------
svn:eol-style = native
Modified: hama/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1397532&r1=1397531&r2=1397532&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Fri Oct 12 12:10:15 2012
@@ -328,6 +328,7 @@
<exclude>src/site/resources/files/hama-eclipse-formatter.xml</exclude>
<exclude>**/src/test/resources/*.properties</exclude>
<exclude>**dependency-reduced-pom.xml</exclude>
+ <exclude>**/src/test/resources/*.txt</exclude>
</excludes>
</configuration>
</plugin>