Skip to main content
summaryrefslogtreecommitdiffstats
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/rcp
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/rcp')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product b/eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product
index 7cf40d706..cfd703c4b 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp/rcp.product
@@ -64,7 +64,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

Back to the top