Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Re: [ptp-cvs-commit] mkucera org.eclipse.ptp/rdt/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search RemoteSearchQueryAdapter.java

Mike,

I had to reverse this patch because the latest CDT build doesn't include it yet. This prevents PTP from building.

I'll update when the CDT build is updated.

Greg

On Aug 27, 2009, at 12:47 PM, Eclipse CVS Genie wrote:

Update of /cvsroot/tools/org.eclipse.ptp/rdt/org.eclipse.ptp.rdt.ui/ src/org/eclipse/ptp/internal/rdt/ui/search In directory node5:/tmp/cvs-serv13322/src/org/eclipse/ptp/internal/ rdt/ui/search

Modified Files:
	RemoteSearchQueryAdapter.java
Log Message:
Bug 283452 - user can now specify where the pdom file should live on the server

Index: RemoteSearchQueryAdapter.java
===================================================================
RCS file: /cvsroot/tools/org.eclipse.ptp/rdt/org.eclipse.ptp.rdt.ui/ src/org/eclipse/ptp/internal/rdt/ui/search/ RemoteSearchQueryAdapter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RemoteSearchQueryAdapter.java	7 Aug 2008 18:20:08 -0000	1.2
--- RemoteSearchQueryAdapter.java	27 Aug 2009 16:47:45 -0000	1.3
***************
*** 1,4 ****
/ *******************************************************************************
!  * Copyright (c) 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
--- 1,4 ----
/ *******************************************************************************
!  * Copyright (c) 2008, 2009 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
***************
*** 68,76 ****
 		String type;
 		if ((fQuery.getFlags() & RemoteSearchQuery.FIND_REFERENCES) != 0)
! 			type = CSearchMessages.PDOMSearch_query_refs_label;
else if ((fQuery.getFlags() & RemoteSearchQuery.FIND_DECLARATIONS) != 0)
! 			type = CSearchMessages.PDOMSearch_query_decls_label;
 		else
!  			type = CSearchMessages.PDOMSearch_query_defs_label;
 		return type;
 	}
--- 68,76 ----
 		String type;
 		if ((fQuery.getFlags() & RemoteSearchQuery.FIND_REFERENCES) != 0)
! 			type = CSearchMessages.PDOMSearchQuery_refs_label;
else if ((fQuery.getFlags() & RemoteSearchQuery.FIND_DECLARATIONS) != 0)
! 			type = CSearchMessages.PDOMSearchQuery_decls_label;
 		else
!  			type = CSearchMessages.PDOMSearchQuery_defs_label;
 		return type;
 	}

_______________________________________________
ptp-cvs-commit mailing list
ptp-cvs-commit@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-cvs-commit



Back to the top