You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2010/11/04 12:52:54 UTC

svn commit: r1030889 - /incubator/isis/trunk/alternatives/objectstore/pom.xml

Author: danhaywood
Date: Thu Nov  4 11:52:53 2010
New Revision: 1030889

URL: http://svn.apache.org/viewvc?rev=1030889&view=rev
Log:
siteBaseDir was wrong for alternatives/objectstore/pom.xml

Modified:
    incubator/isis/trunk/alternatives/objectstore/pom.xml

Modified: incubator/isis/trunk/alternatives/objectstore/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/alternatives/objectstore/pom.xml?rev=1030889&r1=1030888&r2=1030889&view=diff
==============================================================================
--- incubator/isis/trunk/alternatives/objectstore/pom.xml (original)
+++ incubator/isis/trunk/alternatives/objectstore/pom.xml Thu Nov  4 11:52:53 2010
@@ -16,7 +16,7 @@
 	<packaging>pom</packaging>
 
 	<properties>
-        <siteBaseDir>../../..</siteBaseDir>
+        <siteBaseDir>../..</siteBaseDir>
 
         <pdf.title>Apache Isis Alternative ObjectStores</pdf.title>
         <pdf.outputName>apache-isis-alternatives-objectstores</pdf.outputName>