Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl
In directory usw-pr-cvs1:/tmp/cvs-serv8621/net/sourceforge/javaprofiler/jpiimpl
Modified Files:
bundle.properties
Log Message:
Resources added.
Index: bundle.properties
===================================================================
RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/bundle.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** bundle.properties 26 Jul 2002 09:58:54 -0000 1.4
--- bundle.properties 12 Sep 2002 13:59:51 -0000 1.5
***************
*** 20,24 ****
--- 20,26 ----
##
SocketLaunchDesc=Connector that launches target VM using command line and attaches to it through shared memory.
+ SocketLaunchLabel=Launching connector that uses TCP connection
ShmemAttachDesc=Connector that attaches by shared memory to other VM.
+ ShmemAttachLabel=Attaching connector that uses shared memory
ListenPort=Port number at which to listen for VM connection.
OptionsDesc=Launched VM options.
***************
*** 32,36 ****
--- 34,40 ----
ListenAddress=Name of the shared memory area at which to listen for VM connection.
ShmemLaunchDesc=Connector that launches target VM using command line and attaches to it through socket.
+ ShmemLaunchLabel=Launch connector that uses shared memory
ShmemListenDesc=Connector that accepts shared memory connections initiated by other VMs.
+ ShmemListenLabel=Listen connector that uses shared memory
ShmemTransport=Shared Memory Transport
SocketTransport=Socket Transport
***************
*** 46,50 ****
--- 50,56 ----
Class=Class
SocketListenDesc=Connector that accepts socket connections initiated by other VMs.
+ SocketListenLabel=Listening connector that uses TCP connection
SocketAttachDesc=Connector that attaches by socket to other VM.
+ SocketAttachLabel=Attaching connector that uses TCP connection
ERR_MIS_SHMEM=Wrong or missing shared memory area address.
|