1. 2e060cf Bumping up bnd to 116, to support Include-Resources from jar files in the class path, not just jar files in the project directory. by Michael E. Rodriguez · 17 years ago
  2. 61e4a8e Applied patch (FELIX-215) to fix some build problems. by Richard S. Hall · 18 years ago
  3. 5e73bd4 Applied patch (FELIX-201) to add support for Java 1.6.0 to the main by Richard S. Hall · 18 years ago
  4. 1020e14 Updated pom to use latest BND version. (FELIX-191) by Richard S. Hall · 18 years ago
  5. 25ba931 Modifications to mangen to work with recent Felix changes to manifest reading classes. by Rob Walker · 18 years ago
  6. 72a7824 Manifest parsing-related classes have moved, so these files had to be by Richard S. Hall · 18 years ago
  7. f2be196 Updated version numbers to 0.9.0-incubator-SNAPSHOT. by Richard S. Hall · 18 years ago
  8. 11af3c6 Updated version to 0.9.0-incubator-SNAPSHOT. by Richard S. Hall · 18 years ago
  9. c158495 Applied patch (FELIX-185) to add support for explicitly specifying a by Richard S. Hall · 18 years ago
  10. f069487 Moved LICENSE and NOTICE files to META-INF. by Richard S. Hall · 18 years ago
  11. ba86eef Fixed a bug in the bundle plugin that was using a relative directory to by Richard S. Hall · 18 years ago
  12. 016f537 Slightly improved version of previous version number conversion patch, by Richard S. Hall · 18 years ago
  13. 954b115 Fixed version number conversion to properly convert version numbers by Richard S. Hall · 18 years ago
  14. f7a4917 Updated to use version number 0.9.0-incubator-SNAPSHOT for ongoing development. by Richard S. Hall · 18 years ago
  15. 8baa593 Updated components to version 0.9.0-incubator-SNAPSHOT for ongoing development. by Richard S. Hall · 18 years ago
  16. fb1eace Updating the version numbers for the subprojects that will be in the by Richard S. Hall · 18 years ago
  17. 593c2b7 Updated to the latest version of BND. by Richard S. Hall · 18 years ago
  18. 044fc55 updated to the latest version of BND that fixes an issue with dynamic imports. by Richard S. Hall · 18 years ago
  19. 7c5676b Modified plugin to use latest version of BND and to use the organization by Richard S. Hall · 18 years ago
  20. b450827 Applied patch (FELIX-174) to fix a bug where referential equality was being by Richard S. Hall · 18 years ago
  21. af82029 Updated version dependency on BND. by Richard S. Hall · 18 years ago
  22. 4997052 Applied patch (FELIXM2-10). by Richard S. Hall · 18 years ago
  23. b0a351d Modified the plugin so that default value for Export-Package is empty if by Richard S. Hall · 18 years ago
  24. e2f0383 Incremented the version dependency on the BND library. by Richard S. Hall · 18 years ago
  25. e651710 Apparently, Maven is not copying src/main/resources/ after all, so I add by Richard S. Hall · 18 years ago
  26. d140dd9 Add License headers. by Karl Pauls · 18 years ago
  27. d532523 Fixed the version handling of the plugin to only replace the '-' before by Richard S. Hall · 18 years ago
  28. df60b51 Changed plugin version to be aligned with Felix. by Richard S. Hall · 18 years ago
  29. 2e0f29a Removed parent pom for now, since it is not quite ready yet. by Richard S. Hall · 18 years ago
  30. e250605 I had to uncomment default value for Include-Resource because there is by Richard S. Hall · 18 years ago
  31. 3d8e104 Commented out the default for Include-Resource and updated the NOTICE file. by Richard S. Hall · 18 years ago
  32. fcc2844 Added the Felix pom as the parent. by Richard S. Hall · 18 years ago
  33. f312009 New "patch" to maven osgi plugin to support Peter Kriens' BND library. by Richard S. Hall · 18 years ago
  34. 4ebe508 Add incubator disclaimer to NOTICE files and License headers to poms and property files (FELIX-144). by Karl Pauls · 18 years ago
  35. 8737453 Added standard headers to maven-osgi-plugin. by Richard S. Hall · 18 years ago
  36. 56b1194 Continued effort to clean up manifest parsing (FELIX-98). This still has a by Richard S. Hall · 18 years ago
  37. 98cdf31 Applied patch (FELIXM2-5) for dealing with inter-bundle transitive dependencies. by Richard S. Hall · 18 years ago
  38. d48a011 Minor fix to included mangen.properties file, which was still referencing old "com.ascert" and "org.ungoverned" package names for ClassScanner implementations. by Rob Walker · 18 years ago
  39. cf85daa [FELIX-56] Initial submission of mangen 1.0.1 from Ascert's inhouse mangen repository. At present mangen builds but will need further work for either "distribution" creation to be used as an external tool, and to assess if and how it can be integrated within Felix build. by Rob Walker · 18 years ago
  40. dbc8a72 Adding the package exports for various versions of the JRE. by Alex Karasulu · 18 years ago
  41. 982085f removing itest stuff by Alex Karasulu · 18 years ago
  42. 9c9c175 checking in integration test runner for felix plugin by Alex Karasulu · 18 years ago
  43. abd981d adding name tags to archetypes by Alex Karasulu · 18 years ago
  44. 941ef3a importPackage not yet allowed for what we are exporting by Alex Karasulu · 18 years ago
  45. e94a284 Don't provide the version of the plugin so the latest one is used by default. by Alex Karasulu · 18 years ago
  46. 7390234 adding new felix archetype and making some touchups to osgi archetype by Alex Karasulu · 18 years ago
  47. 9fee5e2 moving felix plugin to trunk by Alex Karasulu · 18 years ago
  48. e8c786e Changed the m2 repository URL by Trustin Lee · 18 years ago
  49. 14c7679 Modified plugin to only add bundle version if it is not already set. by Richard S. Hall · 18 years ago
  50. 76032e6 Modified <ignorePackage> tag occur inside the <configuration> tag instead by Richard S. Hall · 18 years ago
  51. 6f70dcb Added a patch by Hal Hildebrand to support embedded JAR file inlining by Richard S. Hall · 18 years ago
  52. dc877d3 Improved a comment. by Richard S. Hall · 18 years ago
  53. cf17282 Fixed a bug that could cause an infinite loop if you used ';' to separate by Richard S. Hall · 18 years ago
  54. 9beb33e Modified the Maven OSGi plugin to require: by Richard S. Hall · 18 years ago
  55. d7db246 Fix headers to include ASF copyright/license by Karl Pauls · 18 years ago
  56. 58c0121 Added another simple patch from Niclas Hedhman. by Richard S. Hall · 18 years ago
  57. c763a84 Incorporated changes from Niclas Hedhman as well as fixed a bug that was by Richard S. Hall · 18 years ago
  58. e955a52 Modified the plugin to only issue warnings when it finds missing imports by Richard S. Hall · 18 years ago
  59. 93b43b1 Updating the maven OSGi plugin to incorporate Peter Kriens' modifications by Richard S. Hall · 18 years ago
  60. 58cadd4 Added SCR's Service-Component to Felix M2 Plugin manifest support. by Michael E. Rodriguez · 18 years ago
  61. fb60662 Added support for Bundle-URL header, which is used by OBR. by Richard S. Hall · 18 years ago
  62. 810d1c1 Added support for all OSGi R4 framework manifest headers not already supported by POM configuration (FELIXM2-6) by Michael E. Rodriguez · 18 years ago
  63. a155e2e Modified main manifest to use new version numbers (this needs to be automated) by Richard S. Hall · 19 years ago
  64. 8e1e6f3 Updated all pom.xml files to use 0.8.0-SNAPSHOT since this is more OSGi by Richard S. Hall · 19 years ago
  65. ea20e61 Included support for DynamicImport-Package manifest header. by Richard S. Hall · 19 years ago
  66. 7251fce adding snapshots repository so externalized instance works properly by Alex Karasulu · 19 years ago
  67. 5ae51c5 getting service binder working by Alex Karasulu · 19 years ago
  68. bfd9996 changes ... by Alex Karasulu · 19 years ago
  69. 919b507 by Timothy Bennett · 19 years ago
  70. 118050d Initial commit of a maven2 OSGi archetype tool. by Timothy Bennett · 19 years ago
  71. 615bccb Removed file/folder by Timothy Bennett · 19 years ago
  72. cf4e5fb by Timothy Bennett · 19 years ago
  73. 991a8a8 Updates to the Felix M2 Plugin: by Michael E. Rodriguez · 19 years ago
  74. f5ef2c5 Updated groupId in components.xml to match pom.xml groupId. by Michael E. Rodriguez · 19 years ago
  75. cc926d6 Updated groupId. by Michael E. Rodriguez · 19 years ago
  76. 634d1a3 Updates to the Felix M2 Plugin: by Michael E. Rodriguez · 19 years ago
  77. 2b28c3d Updating pom to m2 beta-1 by Carsten Ziegeler · 19 years ago
  78. 99ff099 Bump plugin version to 0.1.2; by Timothy Bennett · 19 years ago
  79. a5ff217 Added support Export-Service by Timothy Bennett · 19 years ago
  80. 6f4eb87 Added support for Bundle-SymbolicName by Timothy Bennett · 19 years ago
  81. a4dbeea Added auto population of Bundle-Version manifest entry. by Timothy Bennett · 19 years ago
  82. ca5a5cc Updated the Apache license for the two maven-osgi-plugin source files. by Timothy Bennett · 19 years ago
  83. 3f0cb48 How-to document for the maven-osgi-plugin. by Timothy Bennett · 19 years ago
  84. a7d67fe by Timothy Bennett · 19 years ago
  85. 08b3a1e Removed file/folder by Timothy Bennett · 19 years ago
  86. f557071 by Timothy Bennett · 19 years ago