Author: olamy
Date: Thu Jan 3 14:48:51 2013
New Revision: 1428371
URL: http://svn.apache.org/viewvc?rev=1428371&view=rev
Log:
really fix site this time
Modified:
commons/proper/lang/trunk/pom.xml
Modified: commons/proper/lang/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1428371&r1=1428370&r2=1428371&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Thu Jan 3 14:48:51 2013
@@ -602,6 +602,8 @@
</reporting>
<profiles>
+ <!-- TODO uncomment when svnpubsub ready take care of params with 2 -
changed to have xml compliant format -->
+ <!--
<profile>
<id>setup-checkout</id>
<activation>
@@ -625,18 +627,18 @@
<configuration>
<tasks>
<exec executable="svn">
- <arg line="checkout --depth immediates
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
+ <arg line="checkout - -depth immediates
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
</exec>
<exec executable="svn">
- <arg line="update --set-depth exclude
${commons.scmPubCheckoutDirectory}/javadocs" />
+ <arg line="update - -set-depth exclude
${commons.scmPubCheckoutDirectory}/javadocs" />
</exec>
<pathconvert pathsep=" " property="dirs">
<dirset dir="${commons.scmPubCheckoutDirectory}"
includes="*" />
</pathconvert>
<exec executable="svn">
- <arg line="update --set-depth infinity ${dirs}" />
+ <arg line="update - -set-depth infinity ${dirs}" />
</exec>
</tasks>
</configuration>
@@ -646,6 +648,7 @@
</plugins>
</build>
</profile>
+ -->
</profiles>
</project>