Author: edwardyoon
Date: Wed Oct 2 01:16:26 2013
New Revision: 1528294
URL: http://svn.apache.org/r1528294
Log:
automatically generated makefiles should be deleted by mvn clean command
Modified:
hama/trunk/pom.xml
Modified: hama/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1528294&r1=1528293&r2=1528294&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Wed Oct 2 01:16:26 2013
@@ -400,6 +400,11 @@
<include>lib/**</include>
<include>logs/**</include>
<include>docs/apidocs/**</include>
+ <include>c++/src/CMakeCache.txt</include>
+ <include>c++/src/CMakeFiles/</include>
+ <include>c++/src/Makefile</include>
+ <include>c++/src/cmake_install.cmake</include>
+ <include>c++/src/examples/</include>
</includes>
</fileset>
</filesets>