@@ -64,20 +64,20 @@ dependencies {
6464 // Required by most WPT formatters
6565 implementation " com.ibm.icu:icu4j:${ VER_IBM_ICU} "
6666 // 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 } "
6969 // Some WPT plugins requires OSGI bundle interfaces (but not effectively used)
7070 implementation " org.eclipse.platform:org.eclipse.osgi.services:${ VER_ECLIPSE_OSGI_SERVICES} "
7171 // Provides document data structure and file buffers for formatters
7272 implementation " org.eclipse.platform:org.eclipse.core.filebuffers:${ VER_ECLIPSE_FILE_BUFFERS} "
7373 // 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 } " ) {
7575 exclude group : ' org.eclipse.platform' , module : ' org.eclipse.swt'
7676 }
7777 // 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 } "
7979 // 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 } "
8181
8282 testImplementation(" org.slf4j:slf4j-simple:${ VER_SLF4J} " )
8383}
0 commit comments