File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 162162 <!-- The RC version used in the staging repository URL. -->
163163 <commons .rc.version>RC1</commons .rc.version>
164164
165- <commons .site.path>cli</commons .site.path>
166165 <commons .scmPubCheckoutDirectory>site-content</commons .scmPubCheckoutDirectory>
167166 </properties >
168167
263262 </site >
264263 </distributionManagement >
265264 </profile >
266- <profile >
265+ <!-- profile>
267266 <id>setup-checkout</id>
268267 <activation>
269268 <file>
286285 <configuration>
287286 <tasks>
288287 <exec executable="svn">
289- <arg line =" checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
288+ <arg line="checkout - -depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
290289 </exec>
291290
292291 <exec executable="svn">
293- <arg line =" update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
292+ <arg line="update - -set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
294293 </exec>
295294
296295 <pathconvert pathsep=" " property="dirs">
297296 <dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
298297 </pathconvert>
299298 <exec executable="svn">
300- <arg line =" update --set-depth infinity ${dirs}" />
299+ <arg line="update - -set-depth infinity ${dirs}" />
301300 </exec>
302301 </tasks>
303302 </configuration>
306305 </plugin>
307306 </plugins>
308307 </build>
309- </profile >
308+ </profile-- >
310309 </profiles >
311310
312311</project >
You can’t perform that action at this time.
0 commit comments