You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/02/11 21:09:04 UTC

svn commit: r897471 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/all.css content/components/objectstores/jdo/datanucleus-and-maven.html

Author: buildbot
Date: Tue Feb 11 20:09:04 2014
New Revision: 897471

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/all.css
    websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 20:09:04 2014
@@ -1 +1 @@
-1567349
+1567350

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 20:09:04 2014
@@ -1 +1 @@
-1567349
+1567350

Modified: websites/staging/isis/trunk/content/all.css
==============================================================================
--- websites/staging/isis/trunk/content/all.css (original)
+++ websites/staging/isis/trunk/content/all.css Tue Feb 11 20:09:04 2014
@@ -1158,3 +1158,8 @@ div.Updated div.smalltext {
     font-weight: bold;
     line-height: 40px;
 }
+
+
+#content blockquote p {
+    font-size: small;
+}
\ No newline at end of file

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html Tue Feb 11 20:09:04 2014
@@ -306,7 +306,7 @@ Details of how to configure the <code>pe
 <p>{{{{{Note
 This workaround applies to v1.3.0 and previous releases.  See <a href="http://markmail.org/message/2ns3z3aywwtljawy">this mail</a> describing the required (simpler) configuration for v1.4.0-SNAPSHOT and later.</div></p>
 
-<p>Every so often there will be a new release of DataNucleus plugins to the <a href="http://search.maven.org">Maven central repo</a>.  For better or for worse, the Maven DataNucleus enhancer plugin defines a range dependency: it will always use the latest version of the DN modules available.</p>
+<p>Every so often there will be a new release of DataNucleus plugins to the <a href="http://search.maven.org">Maven central repo</a>  For better or for worse, the Maven DataNucleus enhancer plugin defines a range dependency: it will always use the latest version of the DN modules available.</p>
 
 <p>The DataNucleus plugin for Eclipse on the other hand is configured to use the project classpath, and so it will remain compatible with the version referenced by Isis' own JDO objectstore.</p>