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
+
# Move the files that you still need to another bundle
#Modify the pom.xml and remove references to the bundle
+
# Modify the pom.xml and remove references to the bundle
#Remove the entire directory of 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:

  1. Move the files that you still need to another bundle
  2. Modify the pom.xml and remove references to the bundle
  3. Remove the entire directory of the bundle