svnpubsub is now activated

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1450350 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index ceec1ff..cc79cc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -611,8 +611,6 @@
   </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>
@@ -636,18 +634,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>
@@ -657,7 +655,6 @@
         </plugins>
       </build>
     </profile>
-    -->
   </profiles>
 
 </project>