Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykola Nikishov2018-08-17 19:33:30 +0000
committerAlexander Kurtakov2018-10-03 05:54:53 +0000
commit81be2eb2f2ed2194ecaa866ad221a4af5a093425 (patch)
tree641f15eca18af8221259a2823c44975c61d11522 /bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
parent601b4a5b30cc64b3999a5ef62a5c29e8b9921131 (diff)
downloadrt.equinox.p2-81be2eb2f2ed2194ecaa866ad221a4af5a093425.tar.gz
rt.equinox.p2-81be2eb2f2ed2194ecaa866ad221a4af5a093425.tar.xz
rt.equinox.p2-81be2eb2f2ed2194ecaa866ad221a4af5a093425.zip
Fix typo in IArtifactDescriptor.*_CHECKSUM javadocs
Change-Id: I41c5af886d3cb354aa61a77a39e852adfbe6160b Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
index 3db889d87..c453ba501 100644
--- a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.p2.repository;singleton:=true
-Bundle-Version: 2.4.100.qualifier
+Bundle-Version: 2.4.200.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.repository.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top