OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textRecipientList
(Results
1 - 2
of
2
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildProperties.java
26
private String
textRecipientList
= "";
121
textRecipientList
= buildProperties.get("textRecipients").toString();
326
return
textRecipientList
;
330
public void setTextRecipientList(String
textRecipientList
) {
331
this.
textRecipientList
=
textRecipientList
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar
Completed in 388 milliseconds