Rational Team Concert V.6.0.1: Predefined Plan types
2 answers
You need to access the process configuration source xml (using the Eclipse client) and deprecate the plantype.
Here is the code to deprecate the cross project plan:
<plantype deprecated="true" icon="/icons/obj16/release_plan.gif" id="com.ibm.team.apt.plantype.crossProject" name="Cross-Project Plan">
<planitems definition="com.ibm.team.apt.planitems.iterationPlan"/>
<planmodes default="com.ibm.team.apt.viewmodes.internal.productBacklog.ranking"/>
<scheduler definition="com.ibm.team.apt.scheduler.agileScheduler"/>
</plantype>