Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site acc04d820 -> 911277f2b


Updated "FreeMarker IDE" installation instructions due to its removal from 
JBoss Tools.


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/911277f2
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/911277f2
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/911277f2

Branch: refs/heads/asf-site
Commit: 911277f2bcec5e5566e4b3c6f7ff27c67060d686
Parents: acc04d8
Author: ddekany <ddek...@apache.org>
Authored: Fri Mar 9 13:33:23 2018 +0100
Committer: ddekany <ddek...@apache.org>
Committed: Fri Mar 9 13:33:23 2018 +0100

----------------------------------------------------------------------
 editors.html | 69 +++++++++++++++++--------------------------------------
 1 file changed, 21 insertions(+), 48 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/911277f2/editors.html
----------------------------------------------------------------------
diff --git a/editors.html b/editors.html
index 9ae990e..93e6307 100644
--- a/editors.html
+++ b/editors.html
@@ -74,58 +74,31 @@ ga('send', 'pageview');
             macro names and bean property names.</td>
 
 
-            <td><p>This is developed as part of <a 
href="http://tools.jboss.org/";>JBoss
-            Tools</a>.</p><p>On <em>Eclipse Oxygen</em>
-            (starting from JBoss Tools 4.5.1): Go to "Help" /
-            "Eclipse Marketplace...", search for "JBoss
-            Tools", "Install". A tree of check boxes will
-            appear, uncheck all (by unchecking the root) except "JBoss
-            Central Community". After installing that, in the Red Hat
-            Central tab (if it&#39;s not already open, click the Red Hat icon 
on
-            the toolbar), on that click the "Add Tools" icon (it
-            looks like a bunch of tools), and there check out
-            "Freemarker IDE", and press
-            "Install/Update" at the bottom.</p><p>On
-            <em>Eclipse Neon</em>, go to "Help" /
-            "Eclipse Marketplace...", search for "JBoss
-            Tools" (should give version 4.<strong>4</strong>.x), "Install". A 
tree of
-            check boxes will appear, uncheck all (by unchecking the root)
-            except "FreeMarker IDE".</p><p><em>On
-            older Eclipse versions</em> such as <em>Mars and
-            Luna</em>, the Marketplace only offers JBoss Tools versions
-            in which the FreeMarker support is way too old. But you can
-            install a newer "FreeMarker IDE" manually, and try if
-            it works on your older Eclipse version. The versions made for
-            Eclipse Neon has worked fine on Mars. In Eclipse, go to
-            "Help" / "Install New Software...", and
-            copy-paste
-            http://download.jboss.org/jbosstools/neon/stable/updates/ (or even
-            http://download.jboss.org/jbosstools/oxygen/stable/updates/) into
-            the "Work with" field. In the text filter field below
-            start to type "freemarker" (or expand the check box
-            tree appearing below), and select "FreeMarker IDE".
-            Be sure no other components was checked. Then "Next",
-            "Next", "Finish".</p><p>Report
-            bugs found on the <a 
href="https://issues.jboss.org/issues/?jql=project%20%3D%20JBIDE%20AND%20component%20%3D%20freemarker";>bug
+            <td><p>This was developed at the <a 
href="http://tools.jboss.org/";>JBoss Tools</a> project
+            for a long time, but as of JBoss Tools 4.5.3.AM2 they have removed
+            it from the product. So it&#39;s likely that it will be maintained
+            elsewhere in the future. Until that, you can <a 
href="http://download.jboss.org/jbosstools/oxygen/snapshots/builds/jbosstools-freemarker_master/latest/all/repo/";>install
+            the latest version from here</a>. Follow the instructions shown
+            there ("Help" / "Install New
+            Software..." etc.) While it&#39;s officially for Eclipse
+            Oxygen, apparently it works fine even on the much older Eclipse
+            Mars.</p><p>Note: If the plugin comes with an older
+            FreeMarker version than the one your application uses, it will
+            mark the usage of too fresh language features as errors. To fix
+            this, find <code class="inline-code">freemarker*.jar</code> inside 
the installed
+            plugin, under <code 
class="inline-code">&lt;userHome&gt;/.eclipse/</code> or
+            under the Eclipse installation directory (you may need to search
+            inside <code class="inline-code">jar</code>-s). Exit Eclipse, and 
overwrite it
+            with the <code class="inline-code">freemarker.jar</code> you want, 
but keep the
+            file name of the replaced <code class="inline-code">jar</code>. 
You may also
+            need to find and delete the extracted OSGi bundle under
+            <code class="inline-code">configuration\org.eclipse.osgi</code> 
for the changes
+            to take effect.</p><p>Report bugs found on the <a 
href="https://issues.jboss.org/issues/?jql=project%20%3D%20JBIDE%20AND%20component%20%3D%20freemarker";>bug
             tracker of the JBoss Tools project</a> (Key:
             <code class="inline-code">JBIDE</code>; Component:
             <code class="inline-code">freemarker</code>), and help to make the 
plugin better
             <a href="https://github.com/jbosstools/jbosstools-freemarker";>on
-            GitHub</a>!</p><p>To install the nightly development
-            version, use this Eclipse update site:
-            
http://download.jboss.org/jbosstools/oxygen/snapshots/builds/jbosstools-freemarker_master/latest/all/repo/
-            </p><p>Note: If the plugin comes with an older FreeMarker
-            version than the one your application uses, it will mark the usage
-            of too fresh language features as errors. To fix this, find
-            <code class="inline-code">freemarker*.jar</code> inside the 
installed plugin,
-            under <code class="inline-code">&lt;userHome&gt;/.eclipse/</code> 
or under the
-            Eclipse installation directory (you may need to search inside
-            <code class="inline-code">jar</code>-s). Exit Eclipse, and 
overwrite it with the
-            <code class="inline-code">freemarker.jar</code> you want, but keep 
the file name
-            of the replaced <code class="inline-code">jar</code>. You may also 
need to find
-            and delete the extracted OSGi bundle under
-            <code class="inline-code">configuration\org.eclipse.osgi</code> 
for the changes
-            to take effect.</p></td>
+            GitHub</a>!</p></td>
 
           </tr>
 

Reply via email to