Disable OSGi boot debug
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 7 Nov 2012 15:20:17 +0000 (15:20 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 7 Nov 2012 15:20:17 +0000 (15:20 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5718 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

base/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/osgi/boot/DistributionBundle.java
base/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/osgi/boot/OsgiBoot.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;
index eaafef47937172b0f529df7d9a4ab784cd2bde03..465ba96812921b84ad9b97afedecc99612decfec 100644 (file)
@@ -81,7 +81,7 @@ public class OsgiBoot {
        public final static String INSTANCE_AREA_DEFAULT_PROP = "osgi.instance.area.default";
 
        private boolean debug = Boolean.valueOf(
-                       System.getProperty(PROP_ARGEO_OSGI_BOOT_DEBUG, "true"))
+                       System.getProperty(PROP_ARGEO_OSGI_BOOT_DEBUG, "false"))
                        .booleanValue();
        /** Exclude svn metadata implicitely(a bit costly) */
        private boolean excludeSvn = Boolean.valueOf(