Files
openide/plugins/textmate/plugin-content.yaml
Alexander Zolotov 0b3630e241 [textmate] extract joni regex to a separate module
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
2025-02-07 14:44:07 +00:00

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