@@ -78,9 +78,9 @@ def openApiCliFile = file(projDir + project.properties['codewind.core.prereqlib.
7878
7979def filePrefix = " codewind-openapi-eclipse"
8080
81- def swtBotEclipseFinderFile = file(projDir + project. properties[' eclipse.target.platform.ies.folder' ] + ' /eclipse/dropins/plugins/org.eclipse.swtbot.eclipse.finder_2.8 .0.201906121535 .jar' )
82- def swtBotJunitFile = file(projDir + project. properties[' eclipse.target.platform.ies.folder' ] + ' /eclipse/dropins/plugins/org.eclipse.swtbot.junit4_x_2.8 .0.201906121535 .jar' )
83- def swtBotSwtFile = file(projDir + project. properties[' eclipse.target.platform.ies.folder' ] + ' /eclipse/dropins/plugins/org.eclipse.swtbot.swt.finder_2.8 .0.201906121535 .jar' )
81+ def swtBotEclipseFinderFile = file(projDir + project. properties[' eclipse.target.platform.ies.folder' ] + ' /eclipse/dropins/plugins/org.eclipse.swtbot.eclipse.finder_3.0 .0.202006031738 .jar' )
82+ def swtBotJunitFile = file(projDir + project. properties[' eclipse.target.platform.ies.folder' ] + ' /eclipse/dropins/plugins/org.eclipse.swtbot.junit4_x_3.0 .0.202006031738 .jar' )
83+ def swtBotSwtFile = file(projDir + project. properties[' eclipse.target.platform.ies.folder' ] + ' /eclipse/dropins/plugins/org.eclipse.swtbot.swt.finder_3.0 .0.202006031738 .jar' )
8484
8585
8686
@@ -115,19 +115,19 @@ task downloadOpenApiCli(type: Download) {
115115
116116task downloadSWTBotEclipseFinderJar (type : Download ) {
117117 println (" Downloading SWTBot Eclipse Finder jar" )
118- sourceUrl= ' http://download.eclipse.org/technology/swtbot/releases/latest/plugins/org.eclipse.swtbot.eclipse.finder_2.8 .0.201906121535 .jar'
118+ sourceUrl= ' http://download.eclipse.org/technology/swtbot/releases/latest/plugins/org.eclipse.swtbot.eclipse.finder_3.0 .0.202006031738 .jar'
119119 target= swtBotEclipseFinderFile
120120}
121121
122122task downloadSWTBotJunitJar (type : Download ) {
123123 println (" Downloading SWTBot Junit jar" )
124- sourceUrl= ' http://download.eclipse.org/technology/swtbot/releases/latest/plugins/org.eclipse.swtbot.junit4_x_2.8 .0.201906121535 .jar'
124+ sourceUrl= ' http://download.eclipse.org/technology/swtbot/releases/latest/plugins/org.eclipse.swtbot.junit4_x_3.0 .0.202006031738 .jar'
125125 target= swtBotJunitFile
126126}
127127
128128task downloadSWTBotSwtJar (type : Download ) {
129129 println (" Downloading SWTBot SWT jar" )
130- sourceUrl= ' http://download.eclipse.org/technology/swtbot/releases/latest/plugins/org.eclipse.swtbot.swt.finder_2.8 .0.201906121535 .jar'
130+ sourceUrl= ' http://download.eclipse.org/technology/swtbot/releases/latest/plugins/org.eclipse.swtbot.swt.finder_3.0 .0.202006031738 .jar'
131131 target= swtBotSwtFile
132132}
133133
0 commit comments