[Fedora-directory-commits] console/src/com/netscape/management/client/topology/customview CustomView.java, 1.3, 1.4

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Mon Jul 2 18:49:31 UTC 2007


Author: nkinder

Update of /cvs/dirsec/console/src/com/netscape/management/client/topology/customview
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19241/src/com/netscape/management/client/topology/customview

Modified Files:
	CustomView.java 
Log Message:
Resolves: 246270
Summary: Parameterized version number so it's only defined in one place.



Index: CustomView.java
===================================================================
RCS file: /cvs/dirsec/console/src/com/netscape/management/client/topology/customview/CustomView.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CustomView.java	29 Jun 2007 20:32:29 -0000	1.3
+++ CustomView.java	2 Jul 2007 18:49:28 -0000	1.4
@@ -472,7 +472,8 @@
         LDAPSearchResults result = null;
         try {
             result = _ldc.search(url.getDN().trim(), url.getScope(),
-                                 url.getFilter().trim(), new String[] {"1.1.0"}, false);
+                          url.getFilter().trim(),
+                          new String[] {VersionInfo.getVersionNumber()}, false);
             while (result != null && result.hasMoreElements()) {
                 LDAPEntry rscEntry = (LDAPEntry) result.next();
                 ResourceObject rscObj = getTopologyResource(rscEntry.getDN());




More information about the Fedora-directory-commits mailing list