You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/07/12 14:14:48 UTC

svn commit: r676157 - in /maven/site/trunk/src/site/apt: developers/committer-environment.apt developers/conventions/svn.apt guides/mini/guide-repository-ssl.apt

Author: vsiveton
Date: Sat Jul 12 05:14:48 2008
New Revision: 676157

URL: http://svn.apache.org/viewvc?rev=676157&view=rev
Log:
o fixed typo

Modified:
    maven/site/trunk/src/site/apt/developers/committer-environment.apt
    maven/site/trunk/src/site/apt/developers/conventions/svn.apt
    maven/site/trunk/src/site/apt/guides/mini/guide-repository-ssl.apt

Modified: maven/site/trunk/src/site/apt/developers/committer-environment.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/committer-environment.apt?rev=676157&r1=676156&r2=676157&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/committer-environment.apt (original)
+++ maven/site/trunk/src/site/apt/developers/committer-environment.apt Sat Jul 12 05:14:48 2008
@@ -34,7 +34,7 @@
 
  Before committing files in subversion repository, you need to read the
  {{{http://www.apache.org/dev/version-control.html#https-svn}Committer Subversion Access}}
- document and you must set your svn client with this properties file : {{{./svn-eol-style.txt}svn-eol-style.txt}}
+ document and you must set your svn client with this properties file: {{{./svn-eol-style.txt}svn-eol-style.txt}}
 
 {Maven Code Style}
 

Modified: maven/site/trunk/src/site/apt/developers/conventions/svn.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/conventions/svn.apt?rev=676157&r1=676156&r2=676157&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/conventions/svn.apt (original)
+++ maven/site/trunk/src/site/apt/developers/conventions/svn.apt Sat Jul 12 05:14:48 2008
@@ -34,7 +34,7 @@
 
  Before committing files in subversion repository, you need to read the
  {{{http://www.apache.org/dev/version-control.html#https-svn}Committer Subversion Access}}
- document and you must set your svn client with this properties file :
+ document and you must set your svn client with this properties file:
  {{{../../developers/svn-eol-style.txt}svn-eol-style.txt}}
 
 * {Commit Message Template}

Modified: maven/site/trunk/src/site/apt/guides/mini/guide-repository-ssl.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-repository-ssl.apt?rev=676157&r1=676156&r2=676157&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-repository-ssl.apt (original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-repository-ssl.apt Sat Jul 12 05:14:48 2008
@@ -24,7 +24,7 @@
   as the server is used only internally.
 
   So we assume that we have access to the trusted certificate in X.509
-  format stored in a file named :
+  format stored in a file named:
 
 ------------
    /somewhere/in/filesystem/CACert.cert
@@ -34,7 +34,7 @@
   described in this document in  PKCS#12 format, which is the format
   that is accepted by browsers (at least Firefox and Internet Explorer)
   for importation in their keystore.
-  This file is named :
+  This file is named:
 
 ---------------------
    /home/directory/mycertificate.p12
@@ -42,7 +42,7 @@
 
    and we assume it is accessible when launching maven.
    Note that this file contains the client's private key which may be
-   very sensitive information and so is secured by a password :
+   very sensitive information and so is secured by a password:
 
 --------------------
    CeRtPwD
@@ -50,7 +50,7 @@
 
     The remote repository is referenced either through the <<<pom.xml>>>
     file  (maven2.0) or one of <<<build.properties>>> or
-    <<<project.properties>>> (Maven1.X). In Maven 1.X :
+    <<<project.properties>>> (Maven1.X). In Maven 1.X:
 
 ---------------
 maven.repo.remote=https://my.server.com/maven,http://www.ibiblio.org/maven
@@ -58,7 +58,7 @@
 
 * The solution
 
-   For maven to use this repository, we should take the following steps :
+   For maven to use this repository, we should take the following steps:
 
    [[1]] Create a  store to hold the  server's certificate usings Sun's
          {{{http://java.sun.com/j2se/1.4.2/docs/tooldocs/solaris/keytool.html} keytool}},
@@ -121,7 +121,7 @@
   They may be set either on maven's command-line, in
   <<<.mavenrc>>> file  or in <<<MAVEN_OPTS>>> environment
   variable. For the setting defined in this document, here is an example
-  <<<.mavenrc>>> file :
+  <<<.mavenrc>>> file:
 
 -------------
 MAVEN_OPTS="-Xmx512m -Djavax.net.ssl.trustStore=trust.jks \