Author: rob.stryker(a)jboss.com
Date: 2011-06-27 05:56:20 -0400 (Mon, 27 Jun 2011)
New Revision: 32372
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core/RSEHostShellModel.java
Log:
JBIDE-8421 - removal of extra lines
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core/RSEHostShellModel.java
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core/RSEHostShellModel.java 2011-06-27
09:48:30 UTC (rev 32371)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.rse.core/src/org/jboss/ide/eclipse/as/rse/core/RSEHostShellModel.java 2011-06-27
09:56:20 UTC (rev 32372)
@@ -96,12 +96,6 @@
try {
IHostShell hs = service.runCommand(initialWorkingDirectory,
command, environment, monitor);
- hs.getStandardOutputReader().addOutputListener(new IHostShellOutputListener( ) {
- public void shellOutputChanged(IHostShellChangeEvent event) {
- System.out.println(event.getLines().length);
- System.out.println(event.getLines());
- }
- });
listener = new IHostShellOutputListener() {
public void shellOutputChanged(IHostShellChangeEvent event) {
IHostOutput[] lines = event.getLines();
Show replies by date