Author: elecharny
Date: Fri Oct 26 12:03:11 2012
New Revision: 1402477

URL: http://svn.apache.org/viewvc?rev=1402477&view=rev
Log:
Fixing the page

Modified:
    mina/site/trunk/content/mina/developper-guide.mdtext

Modified: mina/site/trunk/content/mina/developper-guide.mdtext
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/content/mina/developper-guide.mdtext?rev=1402477&r1=1402476&r2=1402477&view=diff
==============================================================================
--- mina/site/trunk/content/mina/developper-guide.mdtext (original)
+++ mina/site/trunk/content/mina/developper-guide.mdtext Fri Oct 26 12:03:11 
2012
@@ -1,4 +1,22 @@
-Please read  if you haven't yet before you proceed.
+Title: Developper Guide
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+# Building MINA
 
 <DIV class="note" markdown="1">
        Please read <a href="http://www.apache.org/dev/"; class="external-link" 
rel="nofollow">the Developer Infrastructure Information</a> if you haven't yet 
before you proceed.
@@ -6,7 +24,7 @@ Please read  if you haven't yet before y
 
 [TOC]
 
-# Building MINA
+# Checking out the code
 
 You need [Subversion](http://subversion.tigris.org) to check out the source 
code from our source code repository, and [Maven(http://maven.apache.org/) 
2.2.1 to build the source code (Building with Maven 3.0 will also work).  The 
following example shows how to build [the current stable branch 
(2.0.7)](http://svn.apache.org/viewvc/mina/tags/2.0.4/).
 
@@ -169,20 +187,21 @@ Answer to maven questions :
     [..]
 
 <DIV class="info" markdown="1">
-       Just after the last module, maven will ask you about the SCM tag :
+Just after the last module, maven will ask you about the SCM tag :
 
-    What is SCM release tag or label for "Apache MINA"? 
(org.apache.mina:mina-parent) mina-parent-2.0.7: : 2.0.7
+       What is SCM release tag or label for "Apache MINA"? 
(org.apache.mina:mina-parent) mina-parent-2.0.7: : 2.0.7
 
-       Do *not* type <enter> to select the default value. Instead, type the 
correct version.
+Do **not** type <enter> to select the default value. Instead, type the correct 
version.
 </DIV>
 
 Then some other questions will be asked, about the next version to use. The 
default values should be fine.
 
 <DIV class="info" markdown="1">
-       <B>Be Careful>/B>
-       Make sure the change made by the release plugin is correct! (pom.xml, 
tags created)
-<DIV>
-
+**Be Careful**
+       
+Make sure the change made by the release plugin is correct! (pom.xml, tags 
created)
+</DIV>
+       
 ### Step 3 : Processing with the real release
 When the dry run is successful, then you can do in real with the following 
commands:
 


Reply via email to