You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/01/09 14:40:30 UTC

svn commit: r1430851 - /commons/proper/cli/trunk/pom.xml

Author: olamy
Date: Wed Jan  9 13:40:29 2013
New Revision: 1430851

URL: http://svn.apache.org/viewvc?rev=1430851&view=rev
Log:
fix path

Modified:
    commons/proper/cli/trunk/pom.xml

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1430851&r1=1430850&r2=1430851&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Wed Jan  9 13:40:29 2013
@@ -163,6 +163,7 @@
     <commons.rc.version>RC1</commons.rc.version>
 
     <commons.site.path>cli</commons.site.path>
+    <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
   </properties>
 
   <build>
@@ -266,7 +267,7 @@
       <id>setup-checkout</id>
       <activation>
         <file>
-          <missing>${commons.scmPubCheckoutDirectory}</missing>
+          <missing>site-content</missing>
         </file>
       </activation>
       <build>