You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/05/29 00:05:42 UTC

incubator-tamaya git commit: Brushed README.md

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 7396d37f1 -> 991f6dcda


Brushed README.md


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/991f6dcd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/991f6dcd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/991f6dcd

Branch: refs/heads/master
Commit: 991f6dcda751a3ea436cd98333bed29f7b21a551
Parents: 7396d37
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Fri May 29 00:05:05 2015 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Fri May 29 00:05:05 2015 +0200

----------------------------------------------------------------------
 README.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/991f6dcd/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 1eba0ac..4e92537 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Building Apache Tamaya (incubating)
+# Building Apache Tamaya (incubating)
 
 
 The Apache Tamaya project contains modules which are intended to be used with Java8 and others
@@ -11,16 +11,17 @@ To tell Maven which JDK it should use for each of the projects we do leverage th
 maven-toolchains-plugin and Mavens toolchains support.
 
 See the following links for more information
-http://maven.apache.org/ref/3.2.5/maven-core/toolchains.html
-http://maven.apache.org/guides/mini/guide-using-toolchains.html
+
+- [http://maven.apache.org/ref/3.2.5/maven-core/toolchains.html]()
+- [http://maven.apache.org/guides/mini/guide-using-toolchains.html]()
 
 The easiest way to setup your computer for being able to use toolchains is to 
-simply copy the provided ./toolchains.xml sample to ~.m2/toolchains.xml and 
+simply copy the provided `./toolchains.xml` sample to `~.m2/toolchains.xml` and 
 edit the paths to your own JDK installations.
 We activate the maven-toolchains-plugin with a 'java7' profile in all 
 the modules we need it.
 
 For building the java7 modules with JDK-1.7 you simply need to build Tamaya with
 
-$> mvn clean install -Pjava7
+    $> mvn clean install -Pjava7