Package org.tigris.subversion.subclipse.ui.compare

Examples of org.tigris.subversion.subclipse.ui.compare.SVNCompareEditorInput


                                RbSubclipseMessages.getString("ERROR_COMPARE_1")); //$NON-NLS-1$
                        return ;
                    }else{
                        ResourceEditionNode left = new ResourceEditionNode( svnRemoteResource1 );
                        ResourceEditionNode right = new ResourceEditionNode( svnRemoteResource2 );
                        compareEditorInput = new SVNCompareEditorInput(left, right);
                    }
                    if( null != compareEditorInput ){
                        try {
                            compareEditorInput.run( new NullProgressMonitor() );
                        } catch (Exception e) {
View Full Code Here

TOP

Related Classes of org.tigris.subversion.subclipse.ui.compare.SVNCompareEditorInput

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.