Disable OSGi boot debug
[lgpl/argeo-commons.git] / base / runtime / org.argeo.osgi.boot / src / main / java / org / argeo / osgi / boot / DistributionBundle.java
index ab9c46bd71b6cb37390e0631587bbeec2d8168ee..bcaabd54112e79f3de2175f39609c5114b6007b5 100644 (file)
@@ -167,6 +167,10 @@ public class DistributionBundle {
                this.separator = modulesUrlSeparator;
        }
 
+       public String getRelativeUrl() {
+               return relativeUrl;
+       }
+
        /** One of the listed artifact */
        protected static class OsgiArtifact {
                private final String symbolicName;