disable this profile

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1431628 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-01-10 20:45:22 +00:00
parent cc4ab3d647
commit 99b53bcce8
1 changed files with 5 additions and 5 deletions

10
pom.xml
View File

@ -531,7 +531,7 @@
</reporting> </reporting>
<profiles> <profiles>
<profile> <!--profile>
<id>setup-checkout</id> <id>setup-checkout</id>
<activation> <activation>
<file> <file>
@ -554,18 +554,18 @@
<configuration> <configuration>
<tasks> <tasks>
<exec executable="svn"> <exec executable="svn">
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" /> <arg line="checkout - -depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
</exec> </exec>
<exec executable="svn"> <exec executable="svn">
<arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" /> <arg line="update - -set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
</exec> </exec>
<pathconvert pathsep=" " property="dirs"> <pathconvert pathsep=" " property="dirs">
<dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" /> <dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
</pathconvert> </pathconvert>
<exec executable="svn"> <exec executable="svn">
<arg line="update --set-depth infinity ${dirs}" /> <arg line="update - -set-depth infinity ${dirs}" />
</exec> </exec>
</tasks> </tasks>
</configuration> </configuration>
@ -574,7 +574,7 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</profile> </profile-->
</profiles> </profiles>
</project> </project>