You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2012/11/04 02:31:09 UTC

svn commit: r1405485 - /incubator/mesos/branches/0.10.0/src/java/MESOS-MAVEN-README

Author: benh
Date: Sun Nov  4 01:31:09 2012
New Revision: 1405485

URL: http://svn.apache.org/viewvc?rev=1405485&view=rev
Log:
Change "make build system" to "Make build system".

Modified:
    incubator/mesos/branches/0.10.0/src/java/MESOS-MAVEN-README

Modified: incubator/mesos/branches/0.10.0/src/java/MESOS-MAVEN-README
URL: http://svn.apache.org/viewvc/incubator/mesos/branches/0.10.0/src/java/MESOS-MAVEN-README?rev=1405485&r1=1405484&r2=1405485&view=diff
==============================================================================
--- incubator/mesos/branches/0.10.0/src/java/MESOS-MAVEN-README (original)
+++ incubator/mesos/branches/0.10.0/src/java/MESOS-MAVEN-README Sun Nov  4 01:31:09 2012
@@ -9,7 +9,7 @@ it will be copied into Maven Central.
 NOTE: Publishing artifacts to Maven as described below requires the Mesos Java
 classes to be built in src/java/classes. The easiest way to do this is to run
 make src/mesos-0.9.0.jar. Maven will actually build a new jar itself (as
-opposed to just including the jar that the make build system builds in src) at
+opposed to just including the jar that the Make build system builds in src) at
 src/java/target/mesos-0.9.0-incubating.jar. In addition, Maven will create a
 jar containing the Java source files (src/java/target/mesos-0.9.0-sources.jar)
 and the Javadoc (src/java/target/mesos-0.9.0-javadoc.jar), and all three of