-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.php.yml
54 lines (48 loc) · 1.2 KB
/
package.php.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: jphp-gui-jediterm-ext
version: 1.3.0
deps:
jphp-runtime: '*'
jphp-gui-ext: '*'
jphp-ssh-ext: '*'
devDeps:
dn-bundle-plugin: '*'
plugins:
- Gradle
- Hub
jfx:
version: 13.0.2
gradle:
repos:
- "https://jetbrains.bintray.com/pty4j"
deps:
- "org.jetbrains:jediterm-pty:2.11"
- "org.jetbrains.pty4j:pty4j:0.8.6"
- "com.formdev:flatlaf:0.20"
providedDeps:
- 'org.openjfx:javafx-base:%jfx.version%:linux'
- 'org.openjfx:javafx-graphics:%jfx.version%:linux'
- 'org.openjfx:javafx-controls:%jfx.version%:linux'
- 'org.openjfx:javafx-fxml:%jfx.version%:linux'
- 'org.openjfx:javafx-media:%jfx.version%:linux'
- 'org.openjfx:javafx-swing:%jfx.version%:linux'
config:
ignore:
- /sandbox/**
- /.idea/**
- /*.iml
- /.git/**
- /package.hub.yml
- /bundle/**
- /src-bundle/**
- /build
- /out/**
- /examples/**
- /dn-sources/**
develnext-bundle:
version: '%version%'
name: Jediterm
author: MWGuy
icon: "develnext/bundle/jediterm/icon32.png"
description: "Продвинутый эмулятор терминала с поддержкой SSH"
group: "system"
class: "develnext\\bundle\\jediterm\\JeditermBundle"