HomeSort by relevance Sort by last modified time
    Searched defs:CVSPath (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 36 * cvsPath - cvs module to update - eg., project/news/ (into which builds.xml would go)
69 private String CVSPath;
98 public void setCVSPath(String CVSPath) { this.CVSPath = CVSPath; }
131 if ((!isNullString(CVSRoot) && !isNullString(CVSPath)) || !isNullString(SCPTarget)) {
132 if ((!isNullString(CVSRoot) && !isNullString(CVSPath))) {
148 System.out.println(Messages.getString("RSSFeedPublisherTask.UsingCVSPath") + SP + CVSPath); //$NON-NLS-1$
171 // <exec executable="${cvsExec}" dir="${cvsTemp}"><arg line="-d ${cvsRoot} co -d checkoutDir ${cvsPath}"/></exec>
172 runCVSExecTask("co -d checkoutDir" + SP + CVSPath, CVSTemp); //$NON-NLS-1
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 

Completed in 130 milliseconds