You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2014/06/26 21:47:38 UTC

git commit: Fixed typo EXAMPLESSCRIPTJAVA to EXAMPLESCRIPTJAVA in the Makefile.

Repository: mesos
Updated Branches:
  refs/heads/master 24602dfb7 -> a8d5b19a1


Fixed typo EXAMPLESSCRIPTJAVA to EXAMPLESCRIPTJAVA in the Makefile.

Review: https://reviews.apache.org/r/22952


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a8d5b19a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a8d5b19a
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a8d5b19a

Branch: refs/heads/master
Commit: a8d5b19a13230dde460ee81e3664c744b4860065
Parents: 24602df
Author: Chengwei Yang <ch...@gmail.com>
Authored: Thu Jun 26 12:45:51 2014 -0700
Committer: Benjamin Mahler <bm...@twitter.com>
Committed: Thu Jun 26 12:47:28 2014 -0700

----------------------------------------------------------------------
 src/Makefile.am | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a8d5b19a/src/Makefile.am
----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index 3c8b91a..9027927 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1066,11 +1066,11 @@ if HAS_JAVA
   mesos_tests_LDFLAGS = $(AM_LDFLAGS)
   mesos_tests_DEPENDENCIES += $(EXAMPLES_JAR)
 
-  EXAMPLESSCRIPTSJAVA = examples/java/test-framework			\
-			examples/java/test-executor			\
-			examples/java/test-exception-framework		\
-			examples/java/test-multiple-executors-framework \
-			examples/java/test-log
+  EXAMPLESCRIPTSJAVA = examples/java/test-framework			\
+                       examples/java/test-executor			\
+                       examples/java/test-exception-framework		\
+                       examples/java/test-multiple-executors-framework	\
+                       examples/java/test-log
 
   check_SCRIPTS += $(EXAMPLESCRIPTSJAVA)
   mesos_tests_DEPENDENCIES += $(EXAMPLESCRIPTSJAVA)