Author: schor
Date: Fri Jan 14 04:57:47 2011
New Revision: 1058848

URL: http://svn.apache.org/viewvc?rev=1058848&view=rev
Log:
no Jira - improve formatting, page layout for xml example

Modified:
    uima/site/trunk/uima-website/docs/one-time-release-setup.html
    uima/site/trunk/uima-website/xdocs/one-time-release-setup.xml

Modified: uima/site/trunk/uima-website/docs/one-time-release-setup.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/one-time-release-setup.html?rev=1058848&r1=1058847&r2=1058848&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/one-time-release-setup.html (original)
+++ uima/site/trunk/uima-website/docs/one-time-release-setup.html Fri Jan 14 
04:57:47 2011
@@ -200,28 +200,30 @@
       <p>Your settings file should <b>not</b> contain your GPG passphrase, to 
avoid the security
          risk inherent in having this in a file stored on your machine.  
Instead, it should have lines
         like these:
-<pre>
+<pre style="font-size:70%">
   &lt;gpg.useagent&gt;true&lt;/gpg.useagent&gt;
   &lt;!--gpg.passphrase&gt;&lt;/gpg.passphrase--&gt;  &lt;!-- don't put 
passphrase in file --&gt;
 </pre>        
         </p>
         <p>These lines go in your settings.xml file, inside a &lt;profile&gt; 
that is active when the signing is needed 
         (you can just make it active always, too), inside a &lt;properties&gt; 
element, like so:
-<pre>&lt;properties&gt;
+<pre style="font-size:70%">&lt;properties&gt;
   &lt;gpg.useagent&gt;true&lt;/gpg.useagent&gt;
   ...
 &lt;/properties&gt;</pre>
         </p>
     <p>Here is a sample settings.xml profile:
-<pre>&lt;settings xmlns="http://maven.apache.org/POM/4.0.0";
+<pre style="font-size:70%">&lt;settings 
xmlns="http://maven.apache.org/POM/4.0.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                       http://maven.apache.org/xsd/settings-1.0.0.xsd"&gt;
   &lt;profiles&gt;
     &lt;profile&gt;
       &lt;id&gt;local-build-configuration&lt;/id&gt;
-      &lt;!-- Use 
&lt;activeProfiles&gt;&lt;activeProfile&gt;local-build-configuration&lt;/activeProfile&gt;&lt;/activeProfiles&gt;
-                         outside of the &lt;profile&gt; element. See example 
at bottom.
+      &lt;!-- Use &lt;activeProfiles&gt;
+                 
&lt;activeProfile&gt;local-build-configuration&lt;/activeProfile&gt;
+               &lt;/activeProfiles&gt;
+           outside of the &lt;profile&gt; element. See example at bottom.
             
       &lt;properties&gt;
         
&lt;uima-maven-build-eclipse-home&gt;C:/p/eclipse/3.5/eclipse&lt;/uima-maven-build-eclipse-home&gt;

Modified: uima/site/trunk/uima-website/xdocs/one-time-release-setup.xml
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/one-time-release-setup.xml?rev=1058848&r1=1058847&r2=1058848&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/one-time-release-setup.xml (original)
+++ uima/site/trunk/uima-website/xdocs/one-time-release-setup.xml Fri Jan 14 
04:57:47 2011
@@ -54,28 +54,30 @@ under the License.
       <p>Your settings file should <b>not</b> contain your GPG passphrase, to 
avoid the security
          risk inherent in having this in a file stored on your machine.  
Instead, it should have lines
         like these:
-<pre>
+<pre style="font-size:70%">
   &lt;gpg.useagent>true&lt;/gpg.useagent>
   &lt;!--gpg.passphrase>&lt;/gpg.passphrase-->  &lt;!-- don't put passphrase 
in file -->
 </pre>        
         </p>
         <p>These lines go in your settings.xml file, inside a &lt;profile> 
that is active when the signing is needed 
         (you can just make it active always, too), inside a &lt;properties> 
element, like so:
-<pre>&lt;properties>
+<pre style="font-size:70%">&lt;properties>
   &lt;gpg.useagent>true&lt;/gpg.useagent>
   ...
 &lt;/properties></pre>
         </p>
     <p>Here is a sample settings.xml profile:
-<pre>&lt;settings xmlns="http://maven.apache.org/POM/4.0.0";
+<pre style="font-size:70%">&lt;settings 
xmlns="http://maven.apache.org/POM/4.0.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                       http://maven.apache.org/xsd/settings-1.0.0.xsd";>
   &lt;profiles>
     &lt;profile>
       &lt;id>local-build-configuration&lt;/id>
-      &lt;!-- Use 
&lt;activeProfiles>&lt;activeProfile>local-build-configuration&lt;/activeProfile>&lt;/activeProfiles>
-                         outside of the &lt;profile> element. See example at 
bottom.
+      &lt;!-- Use &lt;activeProfiles>
+                 &lt;activeProfile>local-build-configuration&lt;/activeProfile>
+               &lt;/activeProfiles>
+           outside of the &lt;profile> element. See example at bottom.
             
       &lt;properties>
         
&lt;uima-maven-build-eclipse-home>C:/p/eclipse/3.5/eclipse&lt;/uima-maven-build-eclipse-home>


Reply via email to