Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2013-07-10 16:25:08 +0000
committerGerrit Code Review @ Eclipse.org2013-07-10 16:25:08 +0000
commitb14ee65c51379fd8e80a05858c1b5783b0bf7b39 (patch)
tree553cce454dc74aa3dc9fa8dd365850ec4fbf74c8
parent69f1c09a000299a13fab0f9b05a9887f3518deab (diff)
parentb68c3e9c8844eebb336393db3072194fb6c4d9b8 (diff)
downloadorg.eclipse.swtbot-2.1.1.tar.gz
org.eclipse.swtbot-2.1.1.tar.xz
org.eclipse.swtbot-2.1.1.zip
Merge "Labeled generator APIs as Provisional"2.1.1
-rw-r--r--org.eclipse.swtbot.generator.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.swtbot.generator.feature/feature.xml b/org.eclipse.swtbot.generator.feature/feature.xml
index 863c143d..e8b90786 100644
--- a/org.eclipse.swtbot.generator.feature/feature.xml
+++ b/org.eclipse.swtbot.generator.feature/feature.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.swtbot.generator.feature"
- label="SWTBot Recorder and Test Generator"
+ label="SWTBot Recorder and Test Generator (Provisional)"
version="2.1.1.qualifier"
provider-name="Eclipse.org"
plugin="org.eclipse.swtbot.eclipse.ui">
<description url="http://eclipse.org/">
- SWTBot Generator: Enable recording of Events and generates code accordingly
+ SWTBot Generator: Enable recording of Events and generates code accordingly. APIs are still in a provisional state and are likely to evolve.
</description>
<copyright>

Back to the top