Author: edwardyoon
Date: Mon Jun 9 11:52:40 2014
New Revision: 1601348
URL: http://svn.apache.org/r1601348
Log:
Edit ignore list and add clean rule
Modified:
hama/trunk/mesos/ (props changed)
hama/trunk/pom.xml
Propchange: hama/trunk/mesos/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Jun 9 11:52:40 2014
@@ -0,0 +1,6 @@
+.settings
+.classpath
+.project
+target
+*.iml
+docs
Modified: hama/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1601348&r1=1601347&r2=1601348&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Mon Jun 9 11:52:40 2014
@@ -426,6 +426,7 @@
<includes>
<include>lib/**</include>
<include>logs/**</include>
+ <include>**/docs</include>
<include>docs/apidocs/**</include>
<include>c++/src/CMakeCache.txt</include>
<include>c++/src/CMakeFiles/</include>