Hi, I'm trying to find out what is the proper way of delivering an updated bundle list to a launchpad-based application.
I took the following steps: 1. Built a launchpad using a basic bundle list and executed the jar with java -jar 2a. Added a new bundle to list.xml and rebuilt the jar . Executed the jar with the same sling directory 2b. Increased a bundle's version in list.xml and rebuilt the jar . Executed the jar with the same sling directory Both 1+2a and 1+2b left me with the same bundle list from 1. Just to be on the safe side, I additionally updated the launchpad's version, but that still did not work. I know about using the Felix console and the maven-sling-plugin, but sometimes it's easier to deliver one updated launchpad jar. This leads me to wonder, how can I update the bundles which are delivered with a launchpad? Thanks, Robert
