You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by bu...@apache.org on 2014/09/20 10:26:05 UTC

svn commit: r922927 - in /websites/staging/cayenne/trunk/content: ./ dev/release-guide.html

Author: buildbot
Date: Sat Sep 20 08:26:04 2014
New Revision: 922927

Log:
Staging update by buildbot for cayenne

Modified:
    websites/staging/cayenne/trunk/content/   (props changed)
    websites/staging/cayenne/trunk/content/dev/release-guide.html

Propchange: websites/staging/cayenne/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Sep 20 08:26:04 2014
@@ -1 +1 @@
-1626390
+1626397

Modified: websites/staging/cayenne/trunk/content/dev/release-guide.html
==============================================================================
--- websites/staging/cayenne/trunk/content/dev/release-guide.html (original)
+++ websites/staging/cayenne/trunk/content/dev/release-guide.html Sat Sep 20 08:26:04 2014
@@ -109,6 +109,13 @@ More info can be found at <a href="http:
 <li>Make sure "apache-releases" repository is configured in
 <em>~/.m2/settings.xml</em> and an appropriate password is setup. See <a href="http://www.apache.org/dev/publishing-maven-artifacts.html">this page</a>
  for details.</li>
+<li>
+<p>Java 1.7 is required for the Mac Modeler build (even for 3.1 branch that otherwise supports Java 1.6)</p>
+<div class="codehilite"><pre><span class="n">export</span> <span class="n">JAVA_HOME</span><span class="p">=</span>`<span class="o">/</span><span class="n">usr</span><span class="o">/</span><span class="n">libexec</span><span class="o">/</span><span class="n">java_home</span> <span class="o">-</span><span class="n">v</span> 1<span class="p">.</span>7`
+</pre></div>
+
+
+</li>
 </ul>
 <h2 id="preparing-sources">Preparing Sources</h2>
 <ul>