Subversion Repositories DevTools

Rev

Rev 868 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 868 Rev 898
Line 121... Line 121...
121
    // a null version and log file is passed to oracle
121
    // a null version and log file is passed to oracle
122
    // the planned version is only needed to remove a planned version from the planned version table
122
    // the planned version is only needed to remove a planned version from the planned version table
123
    // the ripple engine does not get this far ie it excludes pvs before claiming a version
123
    // the ripple engine does not get this far ie it excludes pvs before claiming a version
124
    if ( rootId == -1 )
124
    if ( rootId == -1 )
125
    {
125
    {
126
      rm.excludeFromBuild(id.toString(), null, r.toString(), null, mRootCause, null);
126
      rm.excludeFromBuild(id.toString(), null, r.toString(), null, mRootCause, null, false);
127
    }
127
    }
128
    else
128
    else
129
    {
129
    {
130
      rm.excludeFromBuild(id.toString(), null, r.toString(), rootId.toString(), mRootCause, null);
130
      rm.excludeFromBuild(id.toString(), null, r.toString(), rootId.toString(), mRootCause, null, false);
131
      }
131
      }
132
  }
132
  }
133
  
133
  
134
  /**runs exclude from build
134
  /**runs exclude from build
135
   */
135
   */