]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.ide.ui/src/main/java/org/argeo/slc/ide/ui/launch/osgi/OsgiBootMainTab.java
Start working on serialized JMS
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.ide.ui / src / main / java / org / argeo / slc / ide / ui / launch / osgi / OsgiBootMainTab.java
index c52c767cc3c23b1258f1744f30f51886aaceb36a..cbe41cdc9d3a1f5ecd4fca93095b5e21b448305e 100644 (file)
@@ -20,6 +20,7 @@ import org.eclipse.swt.widgets.Group;
 import org.eclipse.swt.widgets.Label;
 import org.eclipse.swt.widgets.Text;
 
+/** Main tab of OSGiBoot launch configuration UI. */
 public class OsgiBootMainTab extends AbstractLaunchConfigurationTab implements
                OsgiLauncherConstants {
        private Listener listener = new Listener();
@@ -55,7 +56,7 @@ public class OsgiBootMainTab extends AbstractLaunchConfigurationTab implements
                syncBundles = new Button(container, SWT.CHECK);
                syncBundles.addSelectionListener(listener);
                new Label(container, SWT.NONE)
-                               .setText("Always keep bundle in line with the target platform");
+                               .setText("Keep bundles in line with target platform and workspace (recommended)");
                clearDataDirectory = new Button(container, SWT.CHECK);
                clearDataDirectory.addSelectionListener(listener);
                new Label(container, SWT.NONE)