CELIX-282: Retagging celix-2.0.0.alpha1 under the ASF infra protected refs/tags/rel to ensure entire commit history backup.
CELIX-282: Updated AL v2 text for a lot of source files. Updated the rat-excludes.txt file
74 files changed
tree: 2e5b823e831735eaae29592d9df6c2dadb37d4ec
  1. cmake/
  2. dependency_manager/
  3. deployment_admin/
  4. device_access/
  5. doap/
  6. documents/
  7. event_admin/
  8. examples/
  9. framework/
  10. hessian/
  11. launcher/
  12. log_service/
  13. log_writer/
  14. remote_services/
  15. remote_shell/
  16. scr/
  17. shell/
  18. shell_bonjour/
  19. shell_tui/
  20. utils/
  21. .gitignore
  22. .travis.yml
  23. BUILDING
  24. CHANGES
  25. CMakeLists.txt
  26. Doxyfile.in
  27. KEYS
  28. LICENSE
  29. MiniZip64_info.txt
  30. NOTICE
  31. rat-excludes.txt
  32. README.md
  33. RELEASE_NOTES
README.md

#Apache Celix Build Status Coverage Status Apache Celix is an implementation of the OSGi specification adapted to C. It will follow the API as close as possible, but since the OSGi specification is written primarily for Java, there will be differences (Java is OO, C is procedural). An important aspect of the implementation is interoperability between Java and C. This interoperability is achieved by porting and implementing the Remote Services specification in Celix.

##Building For information how to build Apache Celix see BUILDING

##Introduction to Apache Celix For an introduction into Apache Celix see Getting Started Guide