OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CVSRoot
(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_rss/org/eclipse/releng/services/rss/
RSSFeedPublisherTask.java
35
*
cvsRoot
- cvs root used to commit the file - eg., username@cvsserver:/
cvsroot
/path
68
private String
CVSRoot
;
97
public void setCVSRoot(String
CVSRoot
) { this.
CVSRoot
=
CVSRoot
; }
131
if ((!isNullString(
CVSRoot
) && !isNullString(CVSPath)) || !isNullString(SCPTarget)) {
132
if ((!isNullString(
CVSRoot
) && !isNullString(CVSPath))) {
147
System.out.println(Messages.getString("RSSFeedPublisherTask.UsingCVSRoot") + SP +
CVSRoot
); //$NON-NLS-1$
171
// <exec executable="${cvsExec}" dir="${cvsTemp}"><arg line="-d ${
cvsRoot
} co -d checkoutDir ${cvsPath}"/></exec
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar
Completed in 47 milliseconds