You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2013/03/04 08:07:12 UTC

svn commit: r1452198 - /commons/proper/ognl/trunk/pom.xml

Author: lukaszlenart
Date: Mon Mar  4 07:07:11 2013
New Revision: 1452198

URL: http://svn.apache.org/r1452198
Log:
Reverts back the change where site-content is placed

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

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1452198&r1=1452197&r2=1452198&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Mon Mar  4 07:07:11 2013
@@ -178,7 +178,7 @@ limitations under the License.
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
 
-    <commons.scmPubCheckoutDirectory>${project.build.directory}/site-content</commons.scmPubCheckoutDirectory>
+    <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
   </properties>
 
   <dependencies>
@@ -506,7 +506,7 @@ limitations under the License.
       <id>setup-checkout</id>
       <activation>
         <file>
-          <missing>${project.build.directory}/site-content</missing>
+          <missing>site-content</missing>
         </file>
       </activation>
       <build>