diff --git a/pom.xml b/pom.xml index e226020988..26a5058b9f 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ true scm:git:https://github.com/eclipse-tracecompass/org.eclipse.tracecompass 1.4.2 - tracecompass-e4.39 + tracecompass-e4.40 2.5.4 diff --git a/releng/org.eclipse.tracecompass.target/tracecompass-e4.40.target b/releng/org.eclipse.tracecompass.target/tracecompass-e4.40.target index 5ca078aa8c..cf4d12cacf 100644 --- a/releng/org.eclipse.tracecompass.target/tracecompass-e4.40.target +++ b/releng/org.eclipse.tracecompass.target/tracecompass-e4.40.target @@ -1,4 +1,4 @@ - + @@ -10,7 +10,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -62,7 +62,7 @@ - + @@ -89,7 +89,7 @@ - + @@ -99,13 +99,13 @@ - + - + diff --git a/releng/org.eclipse.tracecompass.target/tracecompass-eStaging.target b/releng/org.eclipse.tracecompass.target/tracecompass-eStaging.target index e621a10a89..c02546cb81 100644 --- a/releng/org.eclipse.tracecompass.target/tracecompass-eStaging.target +++ b/releng/org.eclipse.tracecompass.target/tracecompass-eStaging.target @@ -1,4 +1,4 @@ - + @@ -10,7 +10,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -62,7 +62,7 @@ - + @@ -89,7 +89,7 @@ - + @@ -99,13 +99,13 @@ - + - + diff --git a/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/project/AddProjectNatureTest.java b/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/project/AddProjectNatureTest.java index 0928707825..164dbaa11a 100644 --- a/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/project/AddProjectNatureTest.java +++ b/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/project/AddProjectNatureTest.java @@ -90,7 +90,7 @@ public class AddProjectNatureTest { private static final String CUSTOMIZE_VIEW_DIALOG_TITLE_4_7 = "Filters and Customization"; private static final String CUSTOMIZE_VIEW_RESOURCES_FILTER = ".* resources"; private static final String CUSTOMIZE_VIEW_SHADOW_FILTER = "Trace Compass Shadow Projects"; - private static final String OK_BUTTON = "OK"; + private static final String APPLY_BUTTON = "Apply"; private static IWorkspaceRoot fWorkspaceRoot; private static IProject fSomeProject; @@ -249,6 +249,6 @@ private static void toggleFilters(boolean checked) { item.toggleCheck(); } - shell.bot().button(OK_BUTTON).click(); + shell.bot().button(APPLY_BUTTON).click(); } }