Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 96211 Details for
Bug 188060
[Wizards] Unsorted existing repository list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch
clipboard.txt (text/plain), 1.77 KB, created by
Tomasz Zarna
on 2008-04-16 04:29:01 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tomasz Zarna
Created:
2008-04-16 04:29:01 EDT
Size:
1.77 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.team.cvs.ui >Index: src/org/eclipse/team/internal/ccvs/ui/CVSProjectPropertiesPage.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/CVSProjectPropertiesPage.java,v >retrieving revision 1.32 >diff -u -r1.32 CVSProjectPropertiesPage.java >--- src/org/eclipse/team/internal/ccvs/ui/CVSProjectPropertiesPage.java 10 May 2006 17:48:04 -0000 1.32 >+++ src/org/eclipse/team/internal/ccvs/ui/CVSProjectPropertiesPage.java 16 Apr 2008 08:27:16 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2006 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -34,6 +34,7 @@ > import org.eclipse.team.internal.ccvs.core.*; > import org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot; > import org.eclipse.team.internal.ccvs.core.syncinfo.FolderSyncInfo; >+import org.eclipse.team.internal.ccvs.ui.repo.RepositoryComparator; > import org.eclipse.ui.PlatformUI; > import org.eclipse.ui.model.WorkbenchContentProvider; > import org.eclipse.ui.model.WorkbenchLabelProvider; >@@ -109,6 +110,7 @@ > table.setLayoutData(data); > viewer = new TableViewer(table); > viewer.setLabelProvider(new WorkbenchLabelProvider()); >+ viewer.setComparator(new RepositoryComparator()); > viewer.setContentProvider(new WorkbenchContentProvider() { > public Object[] getElements(Object inputElement) { > if (showCompatible) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 188060
: 96211 |
96212