Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-11-04 22:43:37 +0000
committerAndrew Niefer2009-11-04 22:43:37 +0000
commit8f34599e0db82cd59410252c5e6641775f88407c (patch)
treef74a39e195373327c40f91584fd437e52674a1ec /org.eclipse.pde.build/META-INF/MANIFEST.MF
parentca3ba22d620b9214ba5ed624acb1a6bbedae8088 (diff)
downloadeclipse.pde.build-8f34599e0db82cd59410252c5e6641775f88407c.tar.gz
eclipse.pde.build-8f34599e0db82cd59410252c5e6641775f88407c.tar.xz
eclipse.pde.build-8f34599e0db82cd59410252c5e6641775f88407c.zip
bug 293537 - be more verbose when fetching with p2
Diffstat (limited to 'org.eclipse.pde.build/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.pde.build/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.pde.build/META-INF/MANIFEST.MF b/org.eclipse.pde.build/META-INF/MANIFEST.MF
index 42b836f4..f6b58b09 100644
--- a/org.eclipse.pde.build/META-INF/MANIFEST.MF
+++ b/org.eclipse.pde.build/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
-Bundle-Version: 3.5.100.qualifier
+Bundle-Version: 3.6.0.qualifier
Bundle-SymbolicName: org.eclipse.pde.build; singleton:=true
Bundle-Vendor: %providerName
Bundle-ClassPath: pdebuild.jar

Back to the top