Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2012-06-03 21:51:27 +0000
committerStephan Herrmann2012-06-03 21:51:27 +0000
commitf2738f7832cfa933567bca05e4b689ef2e597744 (patch)
tree2d873369536b769fdbebd290ce2d5cba1b049e86
parentf4724623c608e9f44fb2bb6e274e460ebc602587 (diff)
downloadorg.eclipse.objectteams-f2738f7832cfa933567bca05e4b689ef2e597744.tar.gz
org.eclipse.objectteams-f2738f7832cfa933567bca05e4b689ef2e597744.tar.xz
org.eclipse.objectteams-f2738f7832cfa933567bca05e4b689ef2e597744.zip
Version display for RC3 - without mentioning the RC thing any more.
-rw-r--r--org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties2
-rw-r--r--plugins/org.eclipse.objectteams.otdt.doc/guide/news/new_in_2.1.html4
-rw-r--r--plugins/org.eclipse.objectteams.otdt/about.ini4
-rw-r--r--plugins/org.eclipse.objectteams.otequinox/about.ini4
4 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties b/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
index 72b61e970..e06b15aa1 100644
--- a/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
+++ b/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
@@ -26,7 +26,7 @@ compiler.copyright = Copyright IBM Corp 2000, 2012. All rights reserved.
###{ObjectTeams:
otdtc.name = Extension for Object Teams
-otdtc.version = 2.1.0 RC2
+otdtc.version = 2.1.0
otdtc.copyright = Copyright by TU Berlin, Fraunhofer FIRST and others, 2004, 2012.
### SH}
### progress
diff --git a/plugins/org.eclipse.objectteams.otdt.doc/guide/news/new_in_2.1.html b/plugins/org.eclipse.objectteams.otdt.doc/guide/news/new_in_2.1.html
index 23811ab4c..deb4251e6 100644
--- a/plugins/org.eclipse.objectteams.otdt.doc/guide/news/new_in_2.1.html
+++ b/plugins/org.eclipse.objectteams.otdt.doc/guide/news/new_in_2.1.html
@@ -7,7 +7,7 @@
</head>
<body>
<h1>OTDT 2.1 - New and Noteworthy</h1>
-<div class="navigation"><i>Status: 2.1 M7</i></div>
+<!--div class="navigation"><i>Status: 2.1 M7</i></div-->
<div class="navigation">On this page:
<!--a href="#metrics">&bull; Metrics Plug-in</a-->
<!--a href="#configuration">&bull; Configuration</a-->
@@ -222,7 +222,7 @@
This agent is automatically added to the Java command line for all OT/Equinox debug launches.
</p>
<p>
- As the result it is no possible to directly see the effect of source code changes even in woven
+ As the result it is now possible to directly see the effect of source code changes even in woven
classes without restarting the application. Note, that hot code replacement is limited by the JVM
to changes that do not affect any signatures.
</p>
diff --git a/plugins/org.eclipse.objectteams.otdt/about.ini b/plugins/org.eclipse.objectteams.otdt/about.ini
index f6414805b..96421e489 100644
--- a/plugins/org.eclipse.objectteams.otdt/about.ini
+++ b/plugins/org.eclipse.objectteams.otdt/about.ini
@@ -1,8 +1,8 @@
aboutText=Object Teams Development Tooling\n\
\n\
-Version: 2.1.0 RC2\n\
+Version: 2.1.0\n\
\n\
-Part of the Eclipse Juno Simultaneous Release RC 2\n\
+Part of the Eclipse Juno Simultaneous Release\n\
\n\
(c) Copyright TU Berlin, Fraunhofer FIRST and others, 2005, 2012\n\
Visit http://www.eclipse.org/objectteams
diff --git a/plugins/org.eclipse.objectteams.otequinox/about.ini b/plugins/org.eclipse.objectteams.otequinox/about.ini
index b56de7736..fb4d01ee5 100644
--- a/plugins/org.eclipse.objectteams.otequinox/about.ini
+++ b/plugins/org.eclipse.objectteams.otequinox/about.ini
@@ -1,8 +1,8 @@
aboutText=Object Teams -- Equinox integration (OT/Equinox)\n\
\n\
-OT/Equinox Version: 2.1.0 RC2\n\
+OT/Equinox Version: 2.1.0\n\
\n\
-Part of the Eclipse Juno Simultaneous Release RC2\n\
+Part of the Eclipse Juno Simultaneous Release\n\
\n\
(c) Copyright Technical University Berlin and others, 2005, 2012\n\
Visit http://www.eclipse.org/objectteams\n\

Back to the top