Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2015-06-09 20:54:41 +0000
committerStephan Herrmann2015-06-09 21:02:51 +0000
commit410656d684519046d777a288b7298a58aca78b9b (patch)
treee2939ba2c74422e02a7713ca7c8788ee21ee2634
parent5c61968eb9e02ab8a70b7a745651855cafa8d6fc (diff)
downloadorg.eclipse.objectteams-410656d684519046d777a288b7298a58aca78b9b.tar.gz
org.eclipse.objectteams-410656d684519046d777a288b7298a58aca78b9b.tar.xz
org.eclipse.objectteams-410656d684519046d777a288b7298a58aca78b9b.zip
Documentation: update version numbers in Feature overview.
-rw-r--r--plugins/org.eclipse.objectteams.otdt.doc/guide/features.html8
-rw-r--r--plugins/org.eclipse.objectteams.otdt.doc/guide/weavingscheme.html2
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/org.eclipse.objectteams.otdt.doc/guide/features.html b/plugins/org.eclipse.objectteams.otdt.doc/guide/features.html
index 502a9c182..f5e7f106f 100644
--- a/plugins/org.eclipse.objectteams.otdt.doc/guide/features.html
+++ b/plugins/org.eclipse.objectteams.otdt.doc/guide/features.html
@@ -12,12 +12,12 @@
</head>
<body>
<div id="head">
- <h1>Features of the OTDT (version 2.3)</h1>
+ <h1>Features of the OTDT (version 2.4)</h1>
</div>
<div style="margin:10px;margin-top:100px;">
<div style="margin-left:40px;padding:2px;float:left;background-color:#D0D0D0;">
<div style="padding:4px;background-color:#def4fe;">
- The release 2.3 is based on Eclipse SDK 4.4 (Luna).<br/>
+ The release 2.4 is based on Eclipse SDK 4.5 (Mars).<br/>
The OTDT contains a modified version of the JDT core and several added plugins.
</div>
</div>
@@ -47,7 +47,7 @@
</div></div>
The Object Teams Compiler is an incremental compiler, based on the Eclipse Compiler for Java.
- As of version 2.3 the compiler supports all features of <strong>Java&trade; 8</strong>.
+ As of version 2.4 the compiler supports all features of <strong>Java&trade; 8</strong>.
<dl>
<dt><strong>Language Definition</strong></dt>
<dd>The compiler implements the language as defined in the OT/J
@@ -252,7 +252,7 @@
</dd>
<dt id="weaving_scheme"><strong>Weaving schemes</strong></dt>
<dd><ul>
- <li>As of version 2.3, the OTDT ships with two distinct weavers with the properties mentioned below.
+ <li>Since version 2.3, the OTDT ships with two distinct weavers with the properties mentioned below.
Since the OT/J compiler performs some preparation for the respective weaver,
it has to generate different byte code formats, depending on the targeted weaving scheme.
As a result, switching from one weaving scheme to the other requires a full recompilation of all OT/J code involved.
diff --git a/plugins/org.eclipse.objectteams.otdt.doc/guide/weavingscheme.html b/plugins/org.eclipse.objectteams.otdt.doc/guide/weavingscheme.html
index 80ac17a5d..d7b0bd70c 100644
--- a/plugins/org.eclipse.objectteams.otdt.doc/guide/weavingscheme.html
+++ b/plugins/org.eclipse.objectteams.otdt.doc/guide/weavingscheme.html
@@ -9,7 +9,7 @@
<body>
<h1>Selecting the target weaving scheme</h1>
<p>Running an OT/J application requires a byte code weaver for binding roles into their bases.
- As of version 2.3, the OTDT ships with two distinct weavers with
+ Since version 2.3, the OTDT ships with two distinct weavers with
the following properties:
</p>
<dl>

Back to the top