MANIFEST.MF 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: com.alibaba.smartfox.eclipse.plugin
  4. Bundle-SymbolicName: com.alibaba.smartfox.eclipse.plugin;singleton:=true
  5. Bundle-Version: 2.0.1.qualifier
  6. Bundle-Activator: com.alibaba.smartfox.eclipse.SmartfoxActivator
  7. Bundle-Vendor: Alibaba
  8. Require-Bundle: org.eclipse.ui,
  9. org.eclipse.core.runtime,
  10. org.eclipse.jdt.core,
  11. org.eclipse.ui.ide,
  12. org.eclipse.ui.views,
  13. org.eclipse.core.resources,
  14. org.eclipse.jface.text,
  15. org.eclipse.ui.workbench.texteditor,
  16. org.eclipse.ltk.core.refactoring,
  17. org.eclipse.jdt.ui,
  18. org.eclipse.core.filebuffers,
  19. org.eclipse.equinox.p2.core,
  20. org.eclipse.equinox.p2.engine,
  21. org.eclipse.equinox.p2.operations,
  22. org.eclipse.equinox.p2.metadata.repository,
  23. org.eclipse.equinox.p2.ui,
  24. org.eclipse.equinox.p2.metadata
  25. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  26. Bundle-ActivationPolicy: lazy
  27. Bundle-ClassPath: target/lib/antlr-runtime.jar,
  28. target/lib/antlr4-runtime.jar,
  29. target/lib/asm.jar,
  30. target/lib/commons-io.jar,
  31. target/lib/commons-lang3.jar,
  32. target/lib/gson.jar,
  33. target/lib/javacc.jar,
  34. target/lib/jaxen.jar,
  35. target/lib/jcommander.jar,
  36. target/lib/log4j.jar,
  37. target/lib/pmd-core.jar,
  38. target/lib/pmd-java.jar,
  39. target/lib/pmd-javascript.jar,
  40. target/lib/pmd-vm.jar,
  41. target/lib/rhino.jar,
  42. target/lib/saxon-dom.jar,
  43. target/lib/saxon.jar,
  44. target/lib/p3c-pmd.jar,
  45. target/lib/kotlin-stdlib.jar,
  46. target/lib/statistics-client.jar,
  47. target/lib/guava.jar,
  48. target/classes/,
  49. .
  50. Bundle-Localization: plugin
  51. Export-Package: com.alibaba.smartfox.eclipse,
  52. com.alibaba.smartfox.eclipse.handler,
  53. com.alibaba.smartfox.eclipse.job,
  54. com.alibaba.smartfox.eclipse.marker,
  55. com.alibaba.smartfox.eclipse.pmd,
  56. com.alibaba.smartfox.eclipse.pmd.rule,
  57. com.alibaba.smartfox.eclipse.ui,
  58. com.alibaba.smartfox.eclipse.ui.pmd,
  59. com.alibaba.smartfox.eclipse.util