mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
textmate-core is going to become a multiplatform library, there will be another multi-platform implementation of Regex engine, as joni engine is written in Java and cannot be compiled in any other target except JVM. External clients are supposed to depend on textmate-core and another implementation of the engine GitOrigin-RevId: 253960fcbf412ff1539290141161c736f3cd0243
13 lines
419 B
YAML
13 lines
419 B
YAML
- name: lib/textmate.jar
|
|
projectLibraries:
|
|
- name: joni
|
|
files:
|
|
- name: $MAVEN_REPOSITORY$/org/jruby/joni/joni/2/joni-2.jar
|
|
- name: $MAVEN_REPOSITORY$/org/jruby/jcodings/jcodings/1/jcodings-1.jar
|
|
reason: <- intellij.textmate.joni
|
|
modules:
|
|
- name: intellij.textmate
|
|
- name: intellij.textmate.core
|
|
reason: <- intellij.textmate
|
|
- name: intellij.textmate.joni
|
|
reason: <- intellij.textmate |