Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2019-12-28 12:14:41 +0000
committerMichael Keppler2019-12-28 12:14:41 +0000
commit955b0b0fe718a8537fe894b78260adb3b2a273ca (patch)
tree90d1ac27f51f5a5f6d46c5e2e39c4846eb047600
parentd5b358d4b0f94e846fece0d3db79a5a0366dc5ed (diff)
downloadeclipse.pde.build-I20200104-0625.tar.gz
eclipse.pde.build-I20200104-0625.tar.xz
eclipse.pde.build-I20200104-0625.zip
Fix typos in extension point descriptionX20200221-0700X20200221-0440X20200221-0310X20200221-0050X20200220-1900X20200220-0700X20200219-1900X20200219-0700X20200219-0500X20200218-0510X20200217-1120S4_15_0_M3S4_15_0_M1I20200219-1800I20200219-0600I20200218-1800I20200218-0600I20200217-1800I20200217-0600I20200216-1800I20200216-1145I20200215-1800I20200215-0600I20200214-1800I20200214-0620I20200213-1800I20200213-1520I20200213-1210I20200213-1100I20200213-0640I20200212-1810I20200212-1800I20200212-1420I20200212-0910I20200211-1800I20200210-1800I20200209-1800I20200208-1800I20200207-1800I20200206-1805I20200205-1800I20200205-0030I20200204-1800I20200203-1800I20200202-1800I20200201-1800I20200131-1800I20200130-1800I20200129-1800I20200129-0935I20200129-0100I20200128-1805I20200127-1800I20200126-1800I20200126-0250I20200125-1805I20200124-1800I20200123-1800I20200123-0525I20200123-0430I20200122-1805I20200121-2225I20200121-1805I20200120-1800I20200120-0715I20200120-0530I20200120-0445I20200120-0355I20200120-0115I20200119-2330I20200119-1800I20200118-1800I20200117-1800I20200116-1800I20200116-0930I20200116-0330I20200116-0310I20200115-1800I20200114-1805I20200113-1800I20200113-0130I20200112-1800I20200111-1800I20200111-0325I20200111-0230I20200110-1805I20200110-0905I20200110-0200I20200109-2350I20200108-2240I20200108-0930I20200108-0600I20200108-0025I20200107-1800I20200107-0600I20200106-1805I20200106-0600I20200105-1800I20200105-0955I20200105-0600I20200104-1800I20200104-0625I20200104-0600I20200103-1800I20200102-1800I20200101-1800I20191231-1800I20191230-1800I20191229-2200I20191229-1800I20191228-1800
Signed-off-by: Michael Keppler <michael.keppler@gmx.de>
-rw-r--r--org.eclipse.pde.build/schema/fetchFactories.exsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.pde.build/schema/fetchFactories.exsd b/org.eclipse.pde.build/schema/fetchFactories.exsd
index 83fe1479..bd5f4786 100644
--- a/org.eclipse.pde.build/schema/fetchFactories.exsd
+++ b/org.eclipse.pde.build/schema/fetchFactories.exsd
@@ -59,7 +59,7 @@
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
- The factory implementation. It must implements &lt;code&gt;org.eclipse.pde.build.IFetchFactory&lt;/code&gt;.
+ The factory implementation. It must implement &lt;code&gt;org.eclipse.pde.build.IFetchFactory&lt;/code&gt;.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.pde.build.IFetchFactory"/>
@@ -112,7 +112,7 @@
<documentation>
The following fetch task factories are provided by PDE Build.
&lt;ul&gt;
-&lt;li&gt;a CVS fetch task factroy for fetching features and plug-ins from CVS repositories.&lt;/li&gt;
+&lt;li&gt;a CVS fetch task factory for fetching features and plug-ins from CVS repositories.&lt;/li&gt;
&lt;li&gt;a COPY fetch task factory for copying features and plug-ins from arbitrary file system locations.&lt;/li&gt;
&lt;/ul&gt;
</documentation>

Back to the top