You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2017/09/21 18:52:41 UTC

svn commit: r1809198 - in /uima/site/trunk/uima-website: docs/dev-eclipse-plugin-signing.html xdocs/dev-eclipse-plugin-signing.xml

Author: schor
Date: Thu Sep 21 18:52:40 2017
New Revision: 1809198

URL: http://svn.apache.org/viewvc?rev=1809198&view=rev
Log:
[UIMA-5583] eclipse plugin signing - more info.

Modified:
    uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html
    uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml

Modified: uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html?rev=1809198&r1=1809197&r2=1809198&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html (original)
+++ uima/site/trunk/uima-website/docs/dev-eclipse-plugin-signing.html Thu Sep 21 18:52:40 2017
@@ -239,18 +239,22 @@ Eclipse installer says you are installin
       </td></tr>
       <tr><td>
         <blockquote class="sectionBody">
-                </blockquote>
+                                    <p>
+    For the UIMA project, contact the PMC chair for aid in obtaining a code signing certificate if you need one.</p>
+                            </blockquote>
         </p>
       </td></tr>
     </table>
                                         <div class="sectionTable">
       <table class="sectionTable">
         <tr><td>
-        <a name="Release only changed Eclipse plugins"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Release only changed Eclipse plugins</h1></a>
+        <a name="Release only if 1 or more changed Eclipse plugins"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Release only if 1 or more changed Eclipse plugins</h1></a>
       </td></tr>
       <tr><td>
         <blockquote class="sectionBody">
-                </blockquote>
+                                    <p>If the release does not have any updates to Eclipse Plugin JARs, save Apache money by reusing previously released versions.
+     If the release has 1 or more JARs, these will be signed in 1 signing event. so it doesn't matter how many Jars there are.</p>
+                            </blockquote>
         </p>
       </td></tr>
     </table>
@@ -261,7 +265,10 @@ Eclipse installer says you are installin
       </td></tr>
       <tr><td>
         <blockquote class="sectionBody">
-                </blockquote>
+                                    <p>See https://reference.apache.org/pmc/codesigning for general information.
+  </p>
+                                                <p>See https://wiki.eclipse.org/JAR_Signing#What_gets_signed.3F for background on signing Eclipse Plugins.</p>
+                            </blockquote>
         </p>
       </td></tr>
     </table>

Modified: uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml?rev=1809198&r1=1809197&r2=1809198&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml (original)
+++ uima/site/trunk/uima-website/xdocs/dev-eclipse-plugin-signing.xml Thu Sep 21 18:52:40 2017
@@ -36,12 +36,19 @@ Eclipse installer says you are installin
 </section>
 
 <section name="Release Manager needs to have a valid code signing certificate">
+  <p>
+    For the UIMA project, contact the PMC chair for aid in obtaining a code signing certificate if you need one.</p>
 </section>
 
-<section name="Release only changed Eclipse plugins">
+<section name="Release only if 1 or more changed Eclipse plugins">
+  <p>If the release does not have any updates to Eclipse Plugin JARs, save Apache money by reusing previously released versions.
+     If the release has 1 or more JARs, these will be signed in 1 signing event. so it doesn't matter how many Jars there are.</p>
 </section>
 
 <section name="Links to Apache resources for codesigning">
+  <p>See https://reference.apache.org/pmc/codesigning for general information.
+  </p>
+  <p>See https://wiki.eclipse.org/JAR_Signing#What_gets_signed.3F for background on signing Eclipse Plugins.</p>
 </section>
 
 <section name="Release Flow">