File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed
src/main/java/net/briac/omegat/plugin/omt Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ targetCompatibility = JavaVersion.VERSION_1_8
17
17
dependencies {
18
18
packIntoJar ' commons-cli:commons-cli:1.4'
19
19
implementation ' commons-io:commons-io:2.7'
20
- implementation ' commons-lang :commons-lang:2.6 '
20
+ implementation ' org.apache. commons:commons-lang3:3.11 '
21
21
implementation ' org.omegat:lib-mnemonics:1.0'
22
22
}
23
23
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ plugin.name=OMT Package Plugin
3
3
plugin.author =Briac Pilpr\u00e9
4
4
plugin.description =https://github.com/briacp/plugin-omt-package
5
5
plugin.link =https://github.com/briacp/plugin-omt-package
6
- version =1.7.1
6
+ version =1.8.0
7
7
omegatPluginDir =C:/Users/briac/AppData/Roaming/OmegaT/plugins/
Original file line number Diff line number Diff line change 20
20
**************************************************************************/
21
21
package net .briac .omegat .plugin .omt ;
22
22
23
- import gen .core .project .Masks ;
24
- import gen .core .project .Omegat ;
25
- import gen .core .project .Project ;
26
- import org .apache .commons .lang .StringUtils ;
27
- import org .omegat .core .data .ProjectProperties ;
28
- import org .omegat .util .OConsts ;
23
+ import java .io .File ;
24
+ import java .io .IOException ;
25
+ import java .nio .file .Path ;
26
+ import java .nio .file .Paths ;
29
27
30
28
import javax .xml .bind .JAXBContext ;
31
29
import javax .xml .bind .JAXBException ;
32
30
import javax .xml .bind .Marshaller ;
33
31
34
- import java .io .File ;
35
- import java .io .IOException ;
36
- import java .nio .file .Path ;
37
- import java .nio .file .Paths ;
32
+ import org .apache .commons .lang3 .StringUtils ;
33
+ import org .omegat .core .data .ProjectProperties ;
34
+ import org .omegat .util .OConsts ;
35
+
36
+ import gen .core .project .Masks ;
37
+ import gen .core .project .Omegat ;
38
+ import gen .core .project .Project ;
38
39
39
40
//import org.omegat.util.ProjectFileStorage.DEFAULT_FOLDER_MARKER;
40
41
You can’t perform that action at this time.
0 commit comments