You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2015/04/08 13:13:16 UTC

wicket git commit: added branch information for example code

Repository: wicket
Updated Branches:
  refs/heads/grails-maven-integration-6.x 93dca376c -> 848fccf2c


added branch information for example code


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

Branch: refs/heads/grails-maven-integration-6.x
Commit: 848fccf2c0b110be7315bf17590c6ff8e71b91de
Parents: 93dca37
Author: Andrea Del Bene <ad...@apache.org>
Authored: Wed Apr 8 13:12:34 2015 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Wed Apr 8 13:12:34 2015 +0200

----------------------------------------------------------------------
 wicket-user-guide/src/docs/guide/howToSource.gdoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/848fccf2/wicket-user-guide/src/docs/guide/howToSource.gdoc
----------------------------------------------------------------------
diff --git a/wicket-user-guide/src/docs/guide/howToSource.gdoc b/wicket-user-guide/src/docs/guide/howToSource.gdoc
index 8d5db51..2787bd5 100644
--- a/wicket-user-guide/src/docs/guide/howToSource.gdoc
+++ b/wicket-user-guide/src/docs/guide/howToSource.gdoc
@@ -4,6 +4,10 @@ Most of the code you will find in this document is available as a "Git repositor
 git clone https://github.com/bitstorm/Wicket-tutorial-examples.git
 {code}
 
+{note}
+If you are using Wicket 6.x remeber to switch to branch @wicket-6.x@
+{note}
+
 If you aren't used to Git, you can simply download the whole source as a zip archive:
 
 !gitRepo.png!
@@ -12,4 +16,4 @@ The repository contains a multi-module Maven project. Every subproject is contai
 
 !gitMavenPrj.png!
 
-When the example code is used in the document, you will find the name of the subproject it belongs to. If you don't have any experience with Maven, you can read Appendix A where you can learn the basic commands needed to work with the example projects and to import them into your favourite IDE (NetBeans, IDEA or Eclipse).
\ No newline at end of file
+When the example code is used in the document, you will find the name of the subproject it belongs to. If you don't have any experience with Maven, you can read Appendix A where you can learn the basic commands needed to work with the example projects and to import them into your favourite IDE (NetBeans, IDEA or Eclipse).