updated website for version 1.0.0
Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
diff --git a/documentation.html b/documentation.html
index 116b40e..6a8122a 100644
--- a/documentation.html
+++ b/documentation.html
@@ -180,6 +180,7 @@
<li><a class="submenu" tabindex="-1" href="#par">RAP</a></li>
<li class="divider"></li>
<li><a tabindex="-1" href="#par">Migration Guide</a></li>
+ <li><a class="submenu" tabindex="-1" href="#par">From 0.7.0 to 1.0.0</a></li>
<li><a class="submenu" tabindex="-1" href="#par">From 0.6.0 to 0.7.0</a></li>
<li><a class="submenu" tabindex="-1" href="#par">From 0.5.0 to 0.6.0</a></li>
<li><a class="submenu" tabindex="-1" href="#par">From 0.4 to 0.5</a></li>
@@ -3460,6 +3461,19 @@
<h1 id="par" class="featurette-heading text-parsley">Migration Guide</h1>
</br>
<div >
+ <h2 id="par" class="featurette-heading text-parsley1">From 0.7.0 to 1.0.0</h2>
+ <p>
+ </p>
+ <ul>
+ <li><strong>API changes</strong> If in your custom <strong>ControlFactory</strong> you were using the field
+ <strong>edbc</strong> you should now use the getter <strong>getDatabindingContext()</strong>. Similarly for the field
+ <strong>domain</strong>: use <strong>getEditingDomain()</strong>.</li>
+ </ul>
+ <p>
+ </p>
+ </div>
+ </br>
+ <div >
<h2 id="par" class="featurette-heading text-parsley1">From 0.6.0 to 0.7.0</h2>
<p>
</p>
diff --git a/download.html b/download.html
index 549a14c..f7bf5de 100644
--- a/download.html
+++ b/download.html
@@ -157,7 +157,10 @@
<div>
<h2 class="featurette-heading text-parsley1">Update Sites</h2>
<ul>
+ <li>Version 1.0.0 is part of Neon: <a href="http://download.eclipse.org/releases/neon/">http://download.eclipse.org/releases/neon/</a></li>
<li>All Releases: <a href="http://download.eclipse.org/emf-parsley/updates">http://download.eclipse.org/emf-parsley/updates</a></li>
+ <li>1.0.x: <a href="http://download.eclipse.org/emf-parsley/updates/1.0">http://download.eclipse.org/emf-parsley/updates/1.0</a>
+ (EMF Parsley DSL requires Xtext 2.10.0. Unless you use Neon, Xtext 2.10.0 has to be taken from http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/ so make sure you add this update site before installing the DSL feature - included in the SDK).</li>
<li>0.7.x: <a href="http://download.eclipse.org/emf-parsley/updates/0.7">http://download.eclipse.org/emf-parsley/updates/0.7</a>
(EMF Parsley DSL requires Xtext 2.9.2, which has to be taken from http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/ so make sure you add this update site before installing the DSL feature - included in the SDK).</li>
<li>0.6.x: <a href="http://download.eclipse.org/emf-parsley/updates/0.6">http://download.eclipse.org/emf-parsley/updates/0.6</a>