1. e8c7a98 FELIX-155 by Stephane Frenot · 18 years ago
  2. c8ff15c Removed dependency to jruby, since its optional, and updated README. by Manuel L. Santillan · 18 years ago
  3. 6082c75 Name changed to match felix's standard practices by Manuel L. Santillan · 18 years ago
  4. bdbc4e5 Not needed any more since it doesn't run in standalone mode, only as an OSGi bundle by Manuel L. Santillan · 18 years ago
  5. 2045b0c Updated the pom and readme to reflect the refactorings. pom does not work out-of-the-box yet because scripting engines are not available through maven and need manual installation. by Manuel L. Santillan · 18 years ago
  6. 47771f9 Some refactoring to decouple shell from engine logic and to wrap the javax.script classes so that they work in OSGi by Manuel L. Santillan · 18 years ago
  7. b95e43f small test to see if the OSGiScriptEngine-related wrappers worked fine by Manuel L. Santillan · 18 years ago
  8. 38e3714 Now using the FelixLauncher in jmood by Manuel L. Santillan · 18 years ago
  9. ce0da54 These were just noisy files by Manuel L. Santillan · 18 years ago
  10. 04aea39 Now using the more license-friendly cglib instead of javassist by Manuel L. Santillan · 18 years ago
  11. 7f25bab Now using the more license-friendly cglib instead of javassist by Manuel L. Santillan · 18 years ago
  12. fd1e8fe Tests did not work, so they have been removed by Manuel L. Santillan · 18 years ago
  13. 734b37a default rmi port added by Manuel L. Santillan · 18 years ago
  14. a5ebc70 Small quickstart guide by Manuel L. Santillan · 18 years ago
  15. c656017 The launcher now searches for the bundles in the M2_REPO dir by Manuel L. Santillan · 18 years ago
  16. 49c3c2d Some refactoring and cleaning up by Manuel L. Santillan · 18 years ago
  17. 81da0ff Fix headers (FELIX-144) by Karl Pauls · 18 years ago
  18. 01972f9 Fix headers (FELIX-144) by Karl Pauls · 18 years ago
  19. 1022e53 Fix headers (FELIX-144) by Karl Pauls · 18 years ago
  20. 55489de Fix headers (FELIX-144) by Karl Pauls · 18 years ago
  21. 74c5f08 Fix headers by Karl Pauls · 18 years ago
  22. 4de2aec FELIX-151 by Stephane Frenot · 18 years ago
  23. 864dc66 Applied patch (FELIX-153) to implement Bundle.getResources(). by Richard S. Hall · 18 years ago
  24. 8d861e5 Modified IContentLoader to include a getResourceFromContent() method to by Richard S. Hall · 18 years ago
  25. 597e139 Applied patch (FELIX-31) to implement Bundle.getLastModified() in a persistent by Richard S. Hall · 18 years ago
  26. d8e6547 FELIX-63 by Stephane Frenot · 18 years ago
  27. 5a623f8 Due to changes to SCR from FELIX-140, the generic activator is no longer by Richard S. Hall · 18 years ago
  28. 323d971 Applied patch (FELIX-140) to remove generic activator and use bundle by Richard S. Hall · 18 years ago
  29. e80032d The brackets and parentheses were reversed in toString(). by Richard S. Hall · 18 years ago
  30. a0ef763 Added toString() method for pretty printing. by Richard S. Hall · 18 years ago
  31. 5ace92e Modified the manifest parser to log and ignore all unknown matching by Richard S. Hall · 18 years ago
  32. 0ef1a97 FELIX-151 by Stephane Frenot · 18 years ago
  33. 45c7f6a FELIX-151 by Stephane Frenot · 18 years ago
  34. b395167 Updated all framework subproject headers and removed one unnecessary file. by Richard S. Hall · 18 years ago
  35. afeab28 Fixed a minor bug found by Olivier Gruber. by Richard S. Hall · 18 years ago
  36. 641ddbc FELIX-144 by Stephane Frenot · 18 years ago
  37. ff1bc2f FELIX-144 by Stephane Frenot · 18 years ago
  38. aaa0900 FELIX-144 by Stephane Frenot · 18 years ago
  39. 8996c5c FELIX-144 -------- Removing notices for jmx agent by Stephane Frenot · 18 years ago
  40. b5324da Messed up the link, should work now. by Marcel Offermans · 18 years ago
  41. 01dd533 Changed a reference to an image. by Marcel Offermans · 18 years ago
  42. 8c0625e FELIX-130 by Stephane Frenot · 18 years ago
  43. 0c11182 Removed ^M line endings. by Richard S. Hall · 18 years ago
  44. 399dbd9 Set the svn:ignore property. by Richard S. Hall · 18 years ago
  45. 6ccfac5 FELIX-142 by Stephane Frenot · 18 years ago
  46. 168ab57 Initial commit of mishell. Mishell is a scripting environment and console for remote jmx management. by Manuel L. Santillan · 18 years ago
  47. 4b97c28 FELIX-141 Replaced Javassist with CGLIB (ASL'd) by Manuel L. Santillan · 18 years ago
  48. c51e43c FELIX-141 Replaced Javassist with CGLIB (ASL'd) by Manuel L. Santillan · 18 years ago
  49. 295c199 Initial commit of mishell. Mishell is a scripting environment and console for remote jmx management. by Manuel L. Santillan · 18 years ago
  50. e001017 Initial import. by Manuel L. Santillan · 18 years ago
  51. 0b66800 jmx introspector is a small bundle that creates dynamic proxies for remote mbeans. See README.txt for details by Manuel L. Santillan · 18 years ago
  52. 7ca3706 Initial import. by Manuel L. Santillan · 18 years ago
  53. 1057fa5 Applied patch (FELIX-109) to fix a class cast exception. by Richard S. Hall · 18 years ago
  54. 7bd86ce Applied patch (FELIX-132) to have SCR listen for bundle events for by Richard S. Hall · 18 years ago
  55. 3049605 Applied patch (FELIX-131) to fix lookup method and implement enable/disable by Richard S. Hall · 18 years ago
  56. 7483bae Applies patch (FELIX-128) to implement ComponentContext methods. by Richard S. Hall · 18 years ago
  57. 2e07511 Added symbolic name. by Richard S. Hall · 18 years ago
  58. 6419fb1 FELIX-139 by Stephane Frenot · 18 years ago
  59. ee73d0c FELIX-139 by Stephane Frenot · 18 years ago
  60. 5a3a27a FELIX-137 Implemented a new algorithm to invoke a callback method. This one should be able to discover all methods in a class and its superclasses (except for private methods in superclasses). by Marcel Offermans · 18 years ago
  61. a99c7d6 FELIX-138 Removed the dependency to javax.microedition.io and patched the IO service to use explicit values instead of constants and use more generic classes instead of the specific ones contained in the io package. This patch will be reversed as soon as licensing issues are resolved. by Marcel Offermans · 18 years ago
  62. 8d116d4 Applied patch (FELIX-26) from Arnaud Quiblier to improve the native library by Richard S. Hall · 18 years ago
  63. 58171b4 Removed some unnecessary whitespace. by Richard S. Hall · 18 years ago
  64. 84a60ae Added a "to do" comment to remind me to look into a synchronization issue. by Richard S. Hall · 18 years ago
  65. 9f68b4b FELIX-134 by Stephane Frenot · 18 years ago
  66. a55767e FELIX-135 by Stephane Frenot · 18 years ago
  67. 63a4d78 Moved org.apache.felix.jmood to trunk by Manuel L. Santillan · 18 years ago
  68. 8ed309a FELIX-87 by Stephane Frenot · 18 years ago
  69. d8b7268 FELIX-134 by Stephane Frenot · 18 years ago
  70. 9f10f48 FELIX-135 --------- A simple correction on importPackage by Stephane Frenot · 18 years ago
  71. fe8f3ff Adding a description of MOSGi properties by Stephane Frenot · 18 years ago
  72. 593bac3 Adding an MBean and its associated graphical tab for interacting with by Stephane Frenot · 18 years ago
  73. 7195952 by Stephane Frenot · 18 years ago
  74. 0f068b6 Adding a tab for remotely managing bundles through a jmx console by Stephane Frenot · 18 years ago
  75. e98726d Remove packages from the jdk1.4 export list that are not really jdk1.4 packages. by Karl Pauls · 18 years ago
  76. 74c7cea Little modification by Stephane Frenot · 18 years ago
  77. 5c36388 A little error in the scripts by Stephane Frenot · 18 years ago
  78. be792fb Modifing starting script and adding a Readme file by Stephane Frenot · 18 years ago
  79. 8fd85d6 Starting mosgi documentation by Stephane Frenot · 18 years ago
  80. ab67247 - Added mosgi modules in pom.xml. by Stephane Frenot · 18 years ago
  81. 2b2444e Apply patch from BJ Hargrave that moves AdminPermissionCollection out of AdminPermission. by Karl Pauls · 18 years ago
  82. 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
  83. ed3bb91 Add the ability to specify keystores with trustedCaCerts to main and by Karl Pauls · 18 years ago
  84. 836bb40 Switch to protection domains and implement support for digitally signed bundles. by Karl Pauls · 18 years ago
  85. 5a82b2f Add protection domains to modules and classes plus check PackagePermission.EXPORT (FELIX-21). by Karl Pauls · 18 years ago
  86. 62a3373 Implement some utility methods needed for protection domains and signed bundles (FELIX-21)(FELIX-22). by Karl Pauls · 18 years ago
  87. c4ac2b0 Add the ability to carry a security context to the modulelayer. by Karl Pauls · 18 years ago
  88. 033080d Implement signer subject dn matching for digitally signed bundles (FELIX-22). by Karl Pauls · 18 years ago
  89. 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
  90. dbc8a72 Adding the package exports for various versions of the JRE. by Alex Karasulu · 18 years ago
  91. 982085f removing itest stuff by Alex Karasulu · 18 years ago
  92. 9c9c175 checking in integration test runner for felix plugin by Alex Karasulu · 18 years ago
  93. abd981d adding name tags to archetypes by Alex Karasulu · 18 years ago
  94. 13dcf8c Added a symbolic name to the eventadmin pom. by Karl Pauls · 18 years ago
  95. 1aefc3f Changed the menu: removed "about" and lower-cased "faq". by Marcel Offermans · 18 years ago
  96. 941ef3a importPackage not yet allowed for what we are exporting by Alex Karasulu · 18 years ago
  97. e94a284 Don't provide the version of the plugin so the latest one is used by default. by Alex Karasulu · 18 years ago
  98. 7390234 adding new felix archetype and making some touchups to osgi archetype by Alex Karasulu · 18 years ago
  99. 0e817ab The rewritten EventDispatcher (FELIX-5) was using equals() instead of == to by Richard S. Hall · 18 years ago
  100. 5dcb02c Moved the Velocity template for the site to src/site, out of the main trunk dir. by Marcel Offermans · 18 years ago