~piastucki/bzr-eclipse/history-view-enhancements

« back to all changes in this revision

Viewing changes to org.vcs.bazaar.eclipse.core/META-INF/MANIFEST.MF

  • Committer: Guillermo Gonzalez
  • Date: 2007-03-14 12:15:50 UTC
  • Revision ID: guillo.gonzo@gmail.com-20070314121550-tltk3b6f3zblf0dh
Initial commit with the new code layout.
Now starts the real work

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Manifest-Version: 1.0
 
2
Bundle-ManifestVersion: 2
 
3
Bundle-Name: Eclipse plugin for Bazaar Core
 
4
Bundle-SymbolicName: org.vcs.bazaar.eclipse.core;singleton:=true
 
5
Bundle-Version: 0.0.1
 
6
Bundle-Activator: org.vcs.bazaar.eclipse.BazaarEclipsePlugin
 
7
Bundle-Vendor: Guillermo Gonzalez
 
8
Bundle-Localization: plugin
 
9
Require-Bundle: org.eclipse.core.runtime,
 
10
 org.eclipse.team.core,
 
11
 org.eclipse.core.resources
 
12
Eclipse-LazyStart: true
 
13
Export-Package: org.vcs.bazaar.eclipse,
 
14
 org.vcs.bazaar.eclipse.core,
 
15
 org.vcs.bazaar.eclipse.core.commands,
 
16
 org.vcs.bazaar.eclipse.core.listeners,
 
17
 org.vcs.bazaar.eclipse.core.model,
 
18
 org.vcs.bazaar.eclipse.core.preferences,
 
19
 org.vcs.bazaar.eclipse.core.repository,
 
20
 org.vcs.bazaar.eclipse.core.subscriber,
 
21
 org.vcs.bazaar.eclipse.core.utils,
 
22
 org.vcs.bazaar.eclipse.internal,
 
23
 org.vcs.bazaar.eclipse.internal.core