tn5250j/src/org/tn5250j SessionGUI.java,1.4,1.5 Session5250.java,1.3,1.4 SessionBean.java,1.2,1.3 GuiGraphicBuffer.java,1.33,1.34 Gui5250.java,1.72,1.73
"Kenneth J. Pouncey" <[email protected]> Sun, 01 Aug 2004 14:38:09 +0000
| Newsgroups | gmane.comp.java.tn5250j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6742/src/org/tn5250j
Modified Files:
SessionGUI.java Session5250.java SessionBean.java
GuiGraphicBuffer.java Gui5250.java
Log Message:
Move transport to framework package
Index: SessionBean.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/SessionBean.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SessionBean.java 22 Jul 2004 04:55:29 -0000 1.2
--- SessionBean.java 1 Aug 2004 14:38:06 -0000 1.3
***************
*** 46,50 ****
import javax.swing.border.Border;
- import org.tn5250j.interfaces.ConfigureFactory;
import org.tn5250j.Session5250;
--- 46,49 ----
Index: Session5250.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/Session5250.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Session5250.java 30 Jul 2004 06:02:43 -0000 1.3
--- Session5250.java 1 Aug 2004 14:38:06 -0000 1.4
***************
*** 22,26 ****
import java.util.*;
- import java.awt.Rectangle;
import org.tn5250j.interfaces.SessionInterface;
--- 22,25 ----
***************
*** 165,174 ****
proxyPort);
! if (sesProps.containsKey(org.tn5250j.transport.SSLConstants.SSL_TYPE)) {
! sslType = (String)sesProps.getProperty(org.tn5250j.transport.SSLConstants.SSL_TYPE);
}
else {
// set default to none
! sslType = org.tn5250j.transport.SSLConstants.SSL_TYPE_NONE;
}
--- 164,173 ----
proxyPort);
! if (sesProps.containsKey(org.tn5250j.framework.transport.SSLConstants.SSL_TYPE)) {
! sslType = (String)sesProps.getProperty(org.tn5250j.framework.transport.SSLConstants.SSL_TYPE);
}
else {
// set default to none
! sslType = org.tn5250j.framework.transport.SSLConstants.SSL_TYPE_NONE;
}
Index: GuiGraphicBuffer.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/GuiGraphicBuffer.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** GuiGraphicBuffer.java 30 Jul 2004 06:01:51 -0000 1.33
--- GuiGraphicBuffer.java 1 Aug 2004 14:38:06 -0000 1.34
***************
*** 34,38 ****
import java.awt.Font;
import java.awt.font.*;
- import javax.swing.JPanel;
import java.awt.event.*;
import java.beans.*;
--- 34,37 ----
Index: SessionGUI.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/SessionGUI.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** SessionGUI.java 30 Jul 2004 06:02:43 -0000 1.4
--- SessionGUI.java 1 Aug 2004 14:38:06 -0000 1.5
***************
*** 25,32 ****
import java.awt.Rectangle;
- import org.tn5250j.interfaces.SessionInterface;
import org.tn5250j.event.SessionListener;
import org.tn5250j.event.SessionChangeEvent;
- import org.tn5250j.interfaces.ScanListener;
import org.tn5250j.framework.tn5250.*;
--- 25,30 ----
Index: Gui5250.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/Gui5250.java,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** Gui5250.java 30 Jul 2004 06:01:51 -0000 1.72
--- Gui5250.java 1 Aug 2004 14:38:06 -0000 1.73
***************
*** 41,45 ****
import org.tn5250j.event.SessionJumpListener;
import org.tn5250j.event.SessionChangeEvent;
- import org.tn5250j.event.SessionListener;
import org.tn5250j.event.SessionConfigListener;
import org.tn5250j.event.SessionConfigEvent;
--- 41,44 ----
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com