Skip to content

Commit 1fee44a

Browse files
Update sitedocs for branch main
1 parent 68c3e93 commit 1fee44a

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

doc/main/BndBuild.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<h1>BND Workspace Layout and Pomless Builds</h1>
115115
<p>Tycho supports building projects that use the <a href="https://bndtools.org/concepts.html" class="externalLink">BND Workspace Layout</a>.</p><section><a id="BND_Workspace_Layout"></a>
116116
<h2>BND Workspace Layout</h2>
117-
<p>A BND Workspace layout build layout usually has the following structure:</p>
117+
<p>A BND Workspace layout usually has the following structure:</p>
118118
<ul>
119119

120120
<li><code>root folder</code> - this usually is the root of your project repository

doc/main/BuildProperties.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h1>Build Properties</h1>
122122
<li>there are other ways to achieve the desired configuration (e.g. using pom.xml)</li>
123123
<li>it's a missing feature</li>
124124
</ul>
125-
<p>In additional to the PDE properties, Tycho supports property expressions like <code>${project.version}</code> in <code>build.properties</code> values.
125+
<p>In addition to the PDE properties, Tycho supports property expressions like <code>${project.version}</code> in <code>build.properties</code> values.
126126
These expressions are only used in a Tycho build, not when using the Eclipse IDE incremental build.</p>
127127
<p>See the table below for which keys in <code>build.properties</code> defined by PDE are supported by Tycho or if not, whether there are alternatives when using Tycho.</p><section><a id="Common_Properties"></a>
128128
<h2>Common Properties</h2>

doc/main/Category.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<h1>Category</h1>
115115
<p>A <code>category.xml</code> file can be used to define which content is placed into a p2 repository.
116116
It can also specify how to display the content in the p2 installation dialog.
117-
For Tycho to use it, it must to be placed into the root of an project with the packaging type &#x2018;eclipse-repository&#x2019;.</p>
117+
For Tycho to use it, it must be placed into the root of a project with the packaging type &#x2018;eclipse-repository&#x2019;.</p>
118118
<p><strong>Note:</strong> The <code>eclipse-repository</code> packaging type can also be used to build Eclipse products (RCP applications). See <a href="Products.html">Building Products</a> for more information on product builds.</p>
119119
<p>The <code>category.xml</code> format was originally defined by the Eclipse PDE project.
120120
There are extensions to the format only supported by p2 and Tycho.</p>

doc/main/SBOM.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta charset="UTF-8" />
1111
<meta name="viewport" content="width=device-width, initial-scale=1" />
1212
<meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0" />
13-
<title>Creating SBOMs for Tycho artifacts – Tycho</title>
13+
<title>Creating SBOMs for Eclipse Artifacts – Tycho</title>
1414
<link rel="stylesheet" href="./css/apache-maven-fluido-2.0.1.min.css" />
1515
<link rel="stylesheet" href="./css/site.css" />
1616
<link rel="stylesheet" href="./css/print.css" media="print" />
@@ -110,8 +110,8 @@
110110
</div>
111111
</header>
112112
<main id="bodyColumn" class="span10">
113-
<section><a id="Creating_SBOMs_for_Tycho_artifacts"></a>
114-
<h1>Creating SBOMs for Tycho artifacts</h1><section><a id="What_is_an_SBOM.3F"></a>
113+
<section><a id="Creating_SBOMs_for_Eclipse_Artifacts"></a>
114+
<h1>Creating SBOMs for Eclipse Artifacts</h1><section><a id="What_is_an_SBOM.3F"></a>
115115
<h2>What is an SBOM?</h2>
116116
<p>A Software Bill of Materials (SBOM) is a formal, machine-readable inventory of software components and dependencies, information about those components, and their hierarchical relationships. SBOMs are essential for:</p>
117117
<ul>

doc/main/SignProducts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h1>Signing of custom Eclipse Products with Tycho</h1>
117117
<p>As the process of signing an executable can vary and there is no platform independent way to do this Tycho can not do it on its own and the process to do it properly requires some steps,
118118
so we try to give some guidance here.</p>
119119
<p><strong>Important note</strong> Signing the binary does not really sign your product as a whole! As Eclipse is extensible by nature it can be modified or the binary can be copied to a complete different product!</p>
120-
<p>As signing is usually not performed during normal development, it might be good to put the following configurations into a <code>profile</code> e.g. with the name sign-products, the current process is quite convoluted so we likey want to improve that over time to make it simpler.</p><section><a id="Step_1.3A_Move_some_of_the_executions_to_the_compile_phase"></a>
120+
<p>As signing is usually not performed during normal development, it might be good to put the following configurations into a <code>profile</code> e.g. with the name sign-products, the current process is quite convoluted so we likely want to improve that over time to make it simpler.</p><section><a id="Step_1.3A_Move_some_of_the_executions_to_the_compile_phase"></a>
121121
<h2>Step 1: Move some of the executions to the compile phase</h2>
122122
<p>Because we want to modify some files before they appear in the assembly repository, we first move some of the executions from the default phase into the compile phase to execute additional actions:</p>
123123

@@ -142,7 +142,7 @@ <h2>Step 1: Move some of the executions to the compile phase</h2>
142142
&lt;/plugin&gt;
143143
</code></pre></section><section><a id="Step_2.3A_Expand_the_customized_product_binaries"></a>
144144
<h2>Step 2: Expand the customized product binaries</h2>
145-
<p>Maven and P2 manage artifacts as zip files so they can be transfered as a stream, because usually the signing tools are not capable to sign binaries inside a zip file we first need to extract them we use the windows binaries here as an example:</p>
145+
<p>Maven and P2 manage artifacts as zip files so they can be transferred as a stream, because usually the signing tools are not capable to sign binaries inside a zip file we first need to extract them we use the windows binaries here as an example:</p>
146146

147147
<pre class="prettyprint linenums"><code class="language-xml">&lt;plugin&gt;
148148
&lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;

doc/main/TargetPlatform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h3>Simple target platform configuration</h3>
136136

137137
<pre class="prettyprint linenums"><code class="language-xml">&lt;repository&gt;
138138
&lt;id&gt;eclipse-indigo&lt;/id&gt;
139-
&lt;url&gt;http://download.eclipse.org/releases/2023-12&lt;/url&gt;
139+
&lt;url&gt;https://download.eclipse.org/releases/2023-12&lt;/url&gt;
140140
&lt;layout&gt;p2&lt;/layout&gt;
141141
&lt;/repository&gt;
142142
</code></pre>

0 commit comments

Comments
 (0)