Difference between revisions of "How to Get Rid of an OSGi Bundle"
From Opentaps Wiki
Jump to navigationJump to search (New page: Getting rid of an OSGi Bundle you don't need any more is very easy: #. Move the files that you still need to another bundle #. Modify the pom.xml and remove references to the bundle #. ...) |
|||
Line 1: | Line 1: | ||
Getting rid of an OSGi Bundle you don't need any more is very easy: | Getting rid of an OSGi Bundle you don't need any more is very easy: | ||
− | # | + | # Move the files that you still need to another bundle |
− | # | + | # Modify the pom.xml and remove references to the bundle |
− | # | + | # Remove the entire directory of the bundle |
Latest revision as of 19:13, 6 March 2012
Getting rid of an OSGi Bundle you don't need any more is very easy:
- Move the files that you still need to another bundle
- Modify the pom.xml and remove references to the bundle
- Remove the entire directory of the bundle