Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-10-30 20:45:25 +0000
committerAlexander Kurtakov2018-11-02 06:49:39 +0000
commit136932646392e68535fd158c0ce889b21bf7981e (patch)
tree96d75446e44676997fdeb4c64370d24d88af92ac /bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
parentf1ebb4ca8f03e0d9118fe5f832da8c6166c9f03b (diff)
downloadrt.equinox.p2-136932646392e68535fd158c0ce889b21bf7981e.tar.gz
rt.equinox.p2-136932646392e68535fd158c0ce889b21bf7981e.tar.xz
rt.equinox.p2-136932646392e68535fd158c0ce889b21bf7981e.zip
Use varargs reflection methods.I20181102-2120I20181102-1800
Updated p2.director formatter settings to use the default Eclipse profile instead of the not-existing "core" one to prevent extra long lines. Change-Id: I4536824d8032f283e110e4aa7758feb7f110b0fc Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
index cdc7d1e41..b6984d40f 100644
--- a/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.metadata/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.p2.metadata;singleton:=true
-Bundle-Version: 2.4.100.qualifier
+Bundle-Version: 2.4.200.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.metadata.MetadataActivator
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top