An Eclipse RCP reimplementation of bgg1tool by Nand. See http://www.nand.it/nandeck/ for the original tool.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.3KB

  1. Automatic-Module-Name: ${def;bsn}
  2. -sources: true
  3. # Always use contracts
  4. -contract: *
  5. junit: org.apache.servicemix.bundles.junit;version="[4.13,5)"
  6. -testpath.junit: ${junit}
  7. javac.source: 1.11
  8. javac.target: 1.11
  9. # fixup for bundles with improper manifest, e.g. 'No metadata for revision *'
  10. -fixupmessages: \
  11. "No metadata for revision"; \
  12. restrict:=error;\
  13. is:=warning
  14. eclipse.version = 4.22
  15. eclipse.platform.version = R-4.22-202111241800
  16. #The original Eclipse p2 repository, cached by our artifactory for faster access:
  17. -plugin.1.eclipse.platform: \
  18. aQute.bnd.repository.p2.provider.P2Repository; \
  19. name = "Eclipse Platform ${eclipse.version}"; \
  20. url = "http://download.eclipse.org/eclipse/updates/${eclipse.version}/${eclipse.platform.version}"; \
  21. cache = "${build}/cnf/cache"
  22. #The Nexus from Data In Motion, containing bundles to correctly start and export RCP applications
  23. -plugin.2.geckorcp:\
  24. aQute.bnd.repository.maven.pom.provider.BndPomRepository;\
  25. name="Gecko Equinox RCP BOM";\
  26. releaseUrls="https://repo.maven.apache.org/maven2/";\
  27. revision="org.geckoprojects.equinox:org.gecko.bnd.eclipse.bom:1.1.0"
  28. -plugin.3.central = \
  29. aQute.bnd.repository.maven.provider.MavenBndRepository; \
  30. releaseUrl=https://repo.maven.apache.org/maven2/; \
  31. index=${.}/central.maven; \
  32. name="Central"