View | Details | Raw Unified | Return to bug 492580
Collapse All | Expand All

(-)eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml (-12 / +12 lines)
Lines 2146-2163 Link Here
2146
    <antcall target="markCurrentTime">
2146
    <antcall target="markCurrentTime">
2147
      <param
2147
      <param
2148
        name="message"
2148
        name="message"
2149
        value="start pdeLR" />
2150
    </antcall>
2151
    <antcall target="pdeLR" />
2152
    <antcall target="markCurrentTime">
2153
      <param
2154
        name="message"
2155
        value="end pdeLR" />
2156
    </antcall>
2157
2158
    <antcall target="markCurrentTime">
2159
      <param
2160
        name="message"
2161
        value="start jdtLR" />
2149
        value="start jdtLR" />
2162
    </antcall>
2150
    </antcall>
2163
    <antcall target="jdtLR" />
2151
    <antcall target="jdtLR" />
Lines 2170-2175 Link Here
2170
    <antcall target="markCurrentTime">
2158
    <antcall target="markCurrentTime">
2171
      <param
2159
      <param
2172
        name="message"
2160
        name="message"
2161
        value="start pdeLR" />
2162
    </antcall>
2163
    <antcall target="pdeLR" />
2164
    <antcall target="markCurrentTime">
2165
      <param
2166
        name="message"
2167
        value="end pdeLR" />
2168
    </antcall>
2169
2170
    <antcall target="markCurrentTime">
2171
      <param
2172
        name="message"
2173
        value="end longRunningTests" />
2173
        value="end longRunningTests" />
2174
    </antcall>
2174
    </antcall>
2175
2175

Return to bug 492580