X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=osgi%2Fruntime%2Forg.argeo.osgi.boot%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fosgi%2Fboot%2FOsgiBoot.java;h=94fccdcee2058cfa913c3f5f97194a8aaeb98175;hb=aacd48dc5f6d3e748e9dd8058b19beac5b367939;hp=029801b2e2932cc12831933e7cb49cc5610cc31d;hpb=8c645414f508739725b57436d694e3a3d3372df6;p=lgpl%2Fargeo-commons.git diff --git a/osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/osgi/boot/OsgiBoot.java b/osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/osgi/boot/OsgiBoot.java index 029801b2e..94fccdcee 100644 --- a/osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/osgi/boot/OsgiBoot.java +++ b/osgi/runtime/org.argeo.osgi.boot/src/main/java/org/argeo/osgi/boot/OsgiBoot.java @@ -94,10 +94,11 @@ public class OsgiBoot { * (last part of the URL). The goal is to stay closer from Eclipse PDE way * of installing target platform bundles. */ - private boolean installInLexicographicOrder = Boolean.valueOf( - System.getProperty( - PROP_ARGEO_OSGI_BOOT_INSTALL_IN_LEXICOGRAPHIC_ORDER, - "false")).booleanValue();; + private boolean installInLexicographicOrder = Boolean + .valueOf( + System.getProperty( + PROP_ARGEO_OSGI_BOOT_INSTALL_IN_LEXICOGRAPHIC_ORDER, + "true")).booleanValue();; /** Default is 10s (set in constructor) */ private long defaultTimeout; @@ -793,6 +794,14 @@ public class OsgiBoot { this.modulesUrlSeparator = modulesUrlSeparator; } + public boolean isExcludeSvn() { + return excludeSvn; + } + + public void setExcludeSvn(boolean excludeSvn) { + this.excludeSvn = excludeSvn; + } + /* * INTERNAL CLASSES */