Update of /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/web
In directory usw-pr-cvs1:/tmp/cvs-serv5004/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/web
Modified Files:
Constants.java
Log Message:
Pretty print
Index: Constants.java
===================================================================
RCS file: /cvsroot/ejtools/applications/jndi.browser/src/main/net/sourceforge/ejtools/jndibrowser/web/Constants.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Constants.java 24 May 2002 21:19:13 -0000 1.1
--- Constants.java 25 May 2002 20:54:10 -0000 1.2
***************
*** 23,26 ****
--- 23,28 ----
/** Description of the Field */
public final static String DETAIL_INFO = "detail.info";
+ public final static String DETAIL_INFO_DESCRIPTOR="detail.info.descriptor";
+ public final static String DETAIL_INFO_PROPERTIES="detail.info.properties";
/** Description of the Field */
public final static String DOMAIN = "domain";
|