MANIFEST.MF 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: %pluginName
  4. Bundle-SymbolicName: ua.ansymo.HintCO;singleton:=true
  5. Bundle-Version: 0.0.3
  6. Bundle-ClassPath: .,
  7. lib/commons-compress-1.18.jar,
  8. lib/commons-io-2.6.jar,
  9. lib/fmi2.jar,
  10. lib/jnifmuapi.jar,
  11. lib/slf4j-api.jar,
  12. lib/slf4j-simple.jar,
  13. lib/commons-cli-1.4.jar,
  14. lib/commons-beanutils-1.9.3.jar,
  15. lib/commons-lang3-3.8.1.jar,
  16. lib/opencsv-4.3.2.jar,
  17. lib/nativebinaries/,
  18. lib/jheaps-0.13.jar,
  19. lib/jgrapht-core-1.3.1.jar
  20. Bundle-Vendor: %providerName
  21. Bundle-Localization: plugin
  22. Automatic-Module-Name: ua.ansymo.HintCO
  23. Main-Class: ua.ansymo.hintco.Main
  24. Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  25. Export-Package: org.intocps.fmi,
  26. ua.ansymo.hintco
  27. Bundle-ActivationPolicy: lazy
  28. Require-Bundle: HintConfiguration;bundle-version="0.0.3",
  29. be.uantwerpen.cosys.ContractLang;bundle-version="1.0.0",
  30. com.google.guava,
  31. org.eclipse.xtext.xbase.lib,
  32. org.eclipse.xtend.lib,
  33. org.eclipse.xtend.lib.macro,
  34. org.junit;bundle-version="4.12.0",
  35. org.eclipse.emf.ecore.xmi;bundle-version="2.14.0",
  36. org.eclipse.core.runtime;bundle-version="3.14.0"