You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gearpump.apache.org by hu...@apache.org on 2016/12/08 03:50:16 UTC

incubator-gearpump git commit: [GEARPUMP-246] clean up 'examples/target' when invoking 'sbt clean'

Repository: incubator-gearpump
Updated Branches:
  refs/heads/master 791f45a0c -> 794e3dd7b


[GEARPUMP-246] clean up 'examples/target' when invoking 'sbt clean'

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [x] Make sure the commit message is formatted like:
   `[GEARPUMP-<Jira issue #>] Meaningful description of pull request`
 - [x] Make sure tests pass via `sbt clean test`.
 - [x] Make sure old documentation affected by the pull request has been updated and new documentation added for new functionality.

Author: huafengw <fv...@gmail.com>

Closes #120 from huafengw/fixClean.


Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/794e3dd7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/794e3dd7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/794e3dd7

Branch: refs/heads/master
Commit: 794e3dd7b054c0010b88cd05279a9ab3c5b4d514
Parents: 791f45a
Author: huafengw <fv...@gmail.com>
Authored: Thu Dec 8 11:50:06 2016 +0800
Committer: huafengw <fv...@gmail.com>
Committed: Thu Dec 8 11:50:06 2016 +0800

----------------------------------------------------------------------
 project/BuildGearpump.scala | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/794e3dd7/project/BuildGearpump.scala
----------------------------------------------------------------------
diff --git a/project/BuildGearpump.scala b/project/BuildGearpump.scala
index 8c9e438..793d903 100644
--- a/project/BuildGearpump.scala
+++ b/project/BuildGearpump.scala
@@ -106,7 +106,9 @@ object BuildGearpump extends sbt.Build {
           ),
           List.empty[xml.Node],
           node)
-      }
+      },
+
+      cleanFiles += (baseDirectory.value / "examples" / "target")
     )
 
   val noPublish = Seq(