[Ejtools-cvs] CVS: applications/jndi.browser/src/etc/beaninfo/jms BytesMessageProxy.xml,1.1,1.2 MapM
Brought to you by:
letiemble
Update of /cvsroot/ejtools/applications/jndi.browser/src/etc/beaninfo/jms In directory usw-pr-cvs1:/tmp/cvs-serv30676/jndi.browser/src/etc/beaninfo/jms Modified Files: BytesMessageProxy.xml MapMessageProxy.xml MessageProxy.xml ObjectMessageProxy.xml StreamMessageProxy.xml TextMessageProxy.xml Log Message: Change type of expiration date from long to java.util.Date Index: BytesMessageProxy.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/etc/beaninfo/jms/BytesMessageProxy.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** BytesMessageProxy.xml 12 May 2002 19:57:34 -0000 1.1 --- BytesMessageProxy.xml 24 May 2002 21:17:04 -0000 1.2 *************** *** 15,19 **** <property ! name="expiration" class="long" displayname="Expiration" propertyeditor="net.sourceforge.ejtools.awt.editors.DateTimeEditor"/> --- 15,19 ---- <property ! name="expiration" class="java.util.Date" displayname="Expiration" propertyeditor="net.sourceforge.ejtools.awt.editors.DateTimeEditor"/> Index: MapMessageProxy.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/etc/beaninfo/jms/MapMessageProxy.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MapMessageProxy.xml 12 May 2002 19:57:34 -0000 1.1 --- MapMessageProxy.xml 24 May 2002 21:17:04 -0000 1.2 *************** *** 15,19 **** <property ! name="expiration" class="long" displayname="Expiration" propertyeditor="net.sourceforge.ejtools.awt.editors.DateTimeEditor"/> --- 15,19 ---- <property ! name="expiration" class="java.util.Date" displayname="Expiration" propertyeditor="net.sourceforge.ejtools.awt.editors.DateTimeEditor"/> Index: MessageProxy.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/etc/beaninfo/jms/MessageProxy.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MessageProxy.xml 12 May 2002 19:57:34 -0000 1.2 --- MessageProxy.xml 24 May 2002 21:17:04 -0000 1.3 *************** *** 15,19 **** <property ! name="expiration" class="long" displayname="Expiration" propertyeditor="net.sourceforge.ejtools.awt.editors.DateTimeEditor"/> --- 15,19 ---- <property ! name="expiration" class="java.util.Date" displayname="Expiration" propertyeditor="net.sourceforge.ejtools.awt.editors.DateTimeEditor"/> Index: ObjectMessageProxy.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/etc/beaninfo/jms/ObjectMessageProxy.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ObjectMessageProxy.xml 12 May 2002 19:57:34 -0000 1.1 --- ObjectMessageProxy.xml 24 May 2002 21:17:04 -0000 1.2 *************** *** 15,19 **** <property ! name="expiration" class="long" displayname="Expiration" propertyeditor="net.sourceforge.ejtools.awt.editors.DateTimeEditor"/> --- 15,19 ---- <property ! name="expiration" class="java.util.Date" displayname="Expiration" propertyeditor="net.sourceforge.ejtools.awt.editors.DateTimeEditor"/> Index: StreamMessageProxy.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/etc/beaninfo/jms/StreamMessageProxy.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** StreamMessageProxy.xml 12 May 2002 19:57:34 -0000 1.1 --- StreamMessageProxy.xml 24 May 2002 21:17:04 -0000 1.2 *************** *** 15,19 **** <property ! name="expiration" class="long" displayname="Expiration" propertyeditor="net.sourceforge.ejtools.awt.editors.DateTimeEditor"/> --- 15,19 ---- <property ! name="expiration" class="java.util.Date" displayname="Expiration" propertyeditor="net.sourceforge.ejtools.awt.editors.DateTimeEditor"/> Index: TextMessageProxy.xml =================================================================== RCS file: /cvsroot/ejtools/applications/jndi.browser/src/etc/beaninfo/jms/TextMessageProxy.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TextMessageProxy.xml 12 May 2002 19:57:34 -0000 1.2 --- TextMessageProxy.xml 24 May 2002 21:17:04 -0000 1.3 *************** *** 15,19 **** <property ! name="expiration" class="long" displayname="Expiration" propertyeditor="net.sourceforge.ejtools.awt.editors.DateTimeEditor"/> --- 15,19 ---- <property ! name="expiration" class="java.util.Date" displayname="Expiration" propertyeditor="net.sourceforge.ejtools.awt.editors.DateTimeEditor"/> |