blob: 53970c9c000e33afe032988f423a555759c75456 [file] [log] [blame]
<%
String name = null;
if (resultStepBuildLocation.getResultStep() instanceof PublishStep)
name = ((PublishStep) resultStepBuildLocation.getResultStep()).getComponent().getName();
else if (resultStepBuildLocation.getResultStep() instanceof AggregateStep)
name = ((AggregateStep) resultStepBuildLocation.getResultStep()).getName();
String location = "${workspace_loc}/../../../../" + new GenerationHelper().getJobName(ctx, resultStepBuildLocation.getResultStep().getJob()) + "/workspace/result/publish/" + name + "/dropins/" + name + "/eclipse";
%>
<location path="<%=location%>" type="Directory"/>