@@ -60,24 +60,24 @@ apply from: rootProject.file('_ext/gradle/p2-fat-jar-setup.gradle')
60
60
apply from : rootProject. file(' gradle/java-publish.gradle' )
61
61
62
62
dependencies {
63
- implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLISPE_BASE } "
63
+ implementation " com.diffplug.spotless:spotless-eclipse-base:${ VER_SPOTLESS_ECLIPSE_BASE } "
64
64
// Required by most WPT formatters
65
65
implementation " com.ibm.icu:icu4j:${ VER_IBM_ICU} "
66
66
// The XSD/DTD and other models are defined with EMF.
67
- implementation " org.eclipse.emf:org.eclipse.emf.common:${ VER_ECLISPE_EMF } "
68
- implementation " org.eclipse.emf:org.eclipse.emf.ecore:${ VER_ECLISPE_EMF } "
67
+ implementation " org.eclipse.emf:org.eclipse.emf.common:${ VER_ECLIPSE_EMF } "
68
+ implementation " org.eclipse.emf:org.eclipse.emf.ecore:${ VER_ECLIPSE_EMF } "
69
69
// Some WPT plugins requires OSGI bundle interfaces (but not effectively used)
70
70
implementation " org.eclipse.platform:org.eclipse.osgi.services:${ VER_ECLIPSE_OSGI_SERVICES} "
71
71
// Provides document data structure and file buffers for formatters
72
72
implementation " org.eclipse.platform:org.eclipse.core.filebuffers:${ VER_ECLIPSE_FILE_BUFFERS} "
73
73
// Provides text partitioners for formatters
74
- implementation (" org.eclipse.platform:org.eclipse.jface.text:${ VER_ECLISPE_JFACE } " ) {
74
+ implementation (" org.eclipse.platform:org.eclipse.jface.text:${ VER_ECLIPSE_JFACE } " ) {
75
75
exclude group : ' org.eclipse.platform' , module : ' org.eclipse.swt'
76
76
}
77
77
// Some WPT plugins use the EFS for storing temporary worspace data
78
- implementation " org.eclipse.platform:org.eclipse.core.filesystem:${ VER_ECLISPE_EFS } "
78
+ implementation " org.eclipse.platform:org.eclipse.core.filesystem:${ VER_ECLIPSE_EFS } "
79
79
// Required by org.eclipse.wst.xsd.core
80
- implementation " org.eclipse.emf:org.eclipse.xsd:${ VER_ECLISPE_XSD } "
80
+ implementation " org.eclipse.emf:org.eclipse.xsd:${ VER_ECLIPSE_XSD } "
81
81
82
82
testImplementation(" org.slf4j:slf4j-simple:${ VER_SLF4J} " )
83
83
}
0 commit comments