~vil/pydev/upstream

« back to all changes in this revision

Viewing changes to org.python.pydev.ast/META-INF/MANIFEST.MF

  • Committer: Vladimír Lapáček
  • Date: 2006-08-30 18:38:44 UTC
  • Revision ID: vladimir.lapacek@gmail.com-20060830183844-f4d82c1239a7770a
Initial import of upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Manifest-Version: 1.0
 
2
Bundle-ManifestVersion: 2
 
3
Bundle-Name: Ast Plug-in
 
4
Bundle-SymbolicName: org.python.pydev.ast; singleton:=true
 
5
Bundle-Version: 0.9.7.1
 
6
Bundle-ClassPath: ast.jar,
 
7
 retroweaver-rt.jar
 
8
Bundle-Activator: org.python.pydev.ast.AstPlugin
 
9
Bundle-Localization: plugin
 
10
Require-Bundle: org.eclipse.ui,
 
11
 org.eclipse.core.runtime
 
12
Eclipse-AutoStart: true
 
13
Export-Package: org.python.pydev.ast,
 
14
 org.python.pydev.ast.management
 
15
Bundle-Vendor: Fabio Zadrozny / Aleks Totic