Author: buildbot Date: Sat Nov 10 13:26:15 2018 New Revision: 1036821 Log: Staging update by buildbot for sis
Modified: websites/staging/sis/trunk/content/ (props changed) websites/staging/sis/trunk/content/build.html Propchange: websites/staging/sis/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sat Nov 10 13:26:15 2018 @@ -1 +1 @@ -1845746 +1846308 Modified: websites/staging/sis/trunk/content/build.html ============================================================================== --- websites/staging/sis/trunk/content/build.html (original) +++ websites/staging/sis/trunk/content/build.html Sat Nov 10 13:26:15 2018 @@ -130,10 +130,8 @@ Note that it requires an OpenPGP (<em>Op <h1 id="dist">Distribution file<a class="headerlink" href="#dist" title="Permanent link">¶</a></h1> <p>The distribution archive is a file with the <code>.zip</code> extension containing most SIS modules except <code>sis-webapp</code> (because Web applications use an other packaging) together with their dependencies. -Pack200 files are uncompressed by the <code>unpack200</code> command provided in JDK/JRE installation. -However for users convenience, we provide a shell script for uncompressing and launching the SIS -command line tool in a single step. That shell script, together with the Pack200 file and other -files (<code>README</code>, <code>LICENSE</code>, <i>etc.</i>) are bundled in a ZIP file created as below:</p> +However for users convenience, we provide a shell script launching the SIS command line tool. +That shell script, together with other files (<code>README</code>, <code>LICENSE</code>, <i>etc.</i>) are bundled in a ZIP file created as below:</p> <div class="codehilite"><pre><span class="nb">cd </span>application/sis-console mvn package org.apache.sis.core:sis-build-helper:dist </pre></div> @@ -144,8 +142,7 @@ Above command is for the cases where the Optionally, the Apache SIS version can be inserted as a 4th element between <code>sis-build-helper:</code> and <code>:dist</code> if there is many versions of the plugin in the local repository.</p> <p>The result will be created in the <code>target/distribution/apache-sis-<version>.zip</code> file. -To test, uncompress in any directory and execute <code>apache-sis-<version>/bin/sis</code>. -The Pack200 file will be automatically uncompressed when first needed.</p> +To test, uncompress in any directory and execute <code>apache-sis-<version>/bin/sis</code>.</p> <h2 id="limitations">Known limitations<a class="headerlink" href="#limitations" title="Permanent link">¶</a></h2> <p>The current plugin implementation has some hard-coded values, especially:</p> <ul>