diff options
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core')
-rw-r--r-- | org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.mylyn.bugzilla.core/build.properties | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF index 4047f94ca..b77dff295 100644 --- a/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF +++ b/org.eclipse.mylyn.bugzilla.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Bugzilla Plug-in Bundle-SymbolicName: org.eclipse.mylar.bugzilla; singleton:=true -Bundle-Version: 1.7.3 +Bundle-Version: 1.7.5 Bundle-Activator: org.eclipse.mylar.bugzilla.BugzillaPlugin Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, diff --git a/org.eclipse.mylyn.bugzilla.core/build.properties b/org.eclipse.mylyn.bugzilla.core/build.properties index 634644e41..0fe641e58 100644 --- a/org.eclipse.mylyn.bugzilla.core/build.properties +++ b/org.eclipse.mylyn.bugzilla.core/build.properties @@ -17,7 +17,8 @@ bin.includes = plugin.xml,\ META-INF/,\ docs/,\ bugzilla_contexts.xml,\ - about.html + about.html,\ + icons/ source.bugzilla-eclipse.jar = src/ output.bugzilla-eclipse.jar = bin/ src.includes = META-INF/,\ @@ -28,4 +29,5 @@ src.includes = META-INF/,\ toc.xml,\ xercesImpl.jar,\ bugzilla_contexts.xml,\ - about.html + about.html,\ + icons/ |