~peta-power-group/+junk/vIDE-trunk

« back to all changes in this revision

Viewing changes to net.launchpad.vide.edit/META-INF/MANIFEST.MF

  • Committer: Dražen Lučanin
  • Date: 2010-12-16 01:15:35 UTC
  • Revision ID: kermit666@gmail.com-20101216011535-5uk4xtiwbu9ia3hl
Added the algorithm domain model & deleted the old generated projects

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Manifest-Version: 1.0
2
 
Bundle-ManifestVersion: 2
3
 
Bundle-Name: %pluginName
4
 
Bundle-SymbolicName: net.launchpad.vide.edit;singleton:=true
5
 
Bundle-Version: 1.0.0
6
 
Bundle-ClassPath: .
7
 
Bundle-Activator: net.launchpad.vide.flowchart.provider.FlowchartEditPlugin$Implementation
8
 
Bundle-Vendor: %providerName
9
 
Bundle-Localization: plugin
10
 
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
11
 
Export-Package: net.launchpad.vide.flowchart.provider
12
 
Require-Bundle: org.eclipse.core.runtime,
13
 
 net.launchpad.vide;visibility:=reexport,
14
 
 org.eclipse.emf.edit;visibility:=reexport
15
 
Bundle-ActivationPolicy: lazy