Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2019-08-29 14:24:04 +0000
committerEd Merks2019-08-29 15:03:54 +0000
commita7b89827ef008a4830fd1b82266532fc00c58d2e (patch)
treec63700af75a2923037a1de395a47a9d80e28428b /eclipse.platform.releng.tychoeclipsebuilder/sdk
parent688497cbad85bc8e1ac594a3ff9467368696961f (diff)
downloadeclipse.platform.releng.aggregator-a7b89827ef008a4830fd1b82266532fc00c58d2e.tar.gz
eclipse.platform.releng.aggregator-a7b89827ef008a4830fd1b82266532fc00c58d2e.tar.xz
eclipse.platform.releng.aggregator-a7b89827ef008a4830fd1b82266532fc00c58d2e.zip
Bug 550572 - The products in
org.eclipse.platform.releng.tychoeclipsebuilder all have corrupt licenses Mostly this comes down to corruption of the &trade; symbol which I've fixed in all the products, even ones I didn't see in the p2 repo. I've used &#8482; because Tycho doesn't recognize &trade; as a defined symbol. Change-Id: I56659206b681d326c94d92dd5ad59da4d1526b7f Signed-off-by: Ed Merks <ed.merks@gmail.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/sdk')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product b/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product
index bcfc623de..76cbb774e 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product
+++ b/eclipse.platform.releng.tychoeclipsebuilder/sdk/sdk.product
@@ -66,7 +66,7 @@ downloadable archives (&quot;Downloads&quot;).
include plug-ins (&quot;Plug-ins&quot;), plug-in fragments (&quot;Fragments&quot;), and
features (&quot;Features&quot;).
- Each Plug-in or Fragment may be packaged as a sub-directory or JAR
- (Java ARchive) in a directory named &quot;plugins&quot;.
+ (Java&#8482; ARchive) in a directory named &quot;plugins&quot;.
- A Feature is a bundle of one or more Plug-ins and/or Fragments and
associated material. Each Feature may be packaged as a sub-directory in a
directory named &quot;features&quot;. Within a Feature, files named &quot;feature.xml&quot; may
@@ -193,9 +193,9 @@ United States, other countries, or both.
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
- <property name="org.eclipse.update.reconcile" value="false" />
<property name="osgi.bundles.defaultStartLevel" value="4" />
<property name="eclipse.buildId" value="${unqualifiedVersion}.${buildQualifier}" />
+ <property name="org.eclipse.update.reconcile" value="false" />
</configurations>
</product>

Back to the top