Author: olamy
Date: Thu Jan 10 20:45:22 2013
New Revision: 1431628
URL: http://svn.apache.org/viewvc?rev=1431628&view=rev
Log:
disable this profile
Modified:
commons/proper/collections/trunk/pom.xml
Modified: commons/proper/collections/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1431628&r1=1431627&r2=1431628&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Thu Jan 10 20:45:22 2013
@@ -531,7 +531,7 @@
</reporting>
<profiles>
- <profile>
+ <!--profile>
<id>setup-checkout</id>
<activation>
<file>
@@ -554,18 +554,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>
@@ -574,7 +574,7 @@
</plugin>
</plugins>
</build>
- </profile>
+ </profile-->
</profiles>
</project>