Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: uDecide
  4. Bundle-SymbolicName: uDecide;singleton:=true
  5. Bundle-Category: protege
  6. Bundle-Description: A plugin allowing to create UBoxes and calculates scores for choices
  7. Bundle-Vendor: ***CHANGE ME*** SAMPLE: The CO-ODE Group
  8. Bundle-DocURL: ***CHANGE ME*** SAMPLE: http://www.co-ode.org
  9. Bundle-ClassPath: .
  10. Import-Package: org.osgi.framework,
  11. org.apache.log4j,
  12. javax.swing,
  13. javax.swing.border,
  14. javax.swing.colorchooser,
  15. javax.swing.event,
  16. javax.swing.filechooser,
  17. javax.swing.plaf,
  18. javax.swing.plaf.basic,
  19. javax.swing.plaf.metal,
  20. javax.swing.plaf.multi,
  21. javax.swing.plaf.synth,
  22. javax.swing.table,
  23. javax.swing.text,
  24. javax.swing.text.html,
  25. javax.swing.text.html.parser,
  26. javax.swing.text.rtf,
  27. javax.swing.tree,
  28. javax.swing.undo
  29. Bundle-Version: 1.0.3
  30. Bundle-Activator: org.protege.editor.core.plugin.DefaultPluginActivator
  31. Require-Bundle: org.eclipse.equinox.registry,
  32. org.eclipse.equinox.common,
  33. org.protege.editor.core.application,
  34. org.protege.editor.owl,
  35. org.semanticweb.owl.owlapi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement