Browse Source

SDK NBI Installer:
- remove entries of products in install summary

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10155 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 12 years ago
parent
commit
c4b08a208c

+ 2 - 1
nbi/stub/ext/engine/src/org/mycompany/installer/wizard/components/panels/PreInstallSummaryPanel.java

@@ -38,7 +38,6 @@
  */
 package org.mycompany.installer.wizard.components.panels;
 
-import java.awt.ComponentOrientation;
 import java.awt.GridBagConstraints;
 import java.awt.Insets;
 import java.awt.event.ActionEvent;
@@ -221,6 +220,8 @@ public class PreInstallSummaryPanel extends ErrorMessagePanel {
                 text.append(StringUtils.LF);
                 text.append("    " + product.getInstallationLocation());
                 text.append(StringUtils.LF);
+                //normen-show only first item
+                break;
             }
             locationsPane.setText(text);