TogaGemは、3D動画制作ツール、MikuMikuDance(MMD)で用いられる各種データファイルを読み書きするためのJavaライブラリです。
旧TogaParserライブラリの資産は、TogaGemライブラリに吸収されました。
Revision | 40287f9c17b929d01c15ae74f6c4b4f67e765e21 (tree) |
---|---|
Zeit | 2019-04-25 21:39:15 |
Autor | ![]() |
Commiter | Olyutorskii |
import from Mercurial repository (https://hg.osdn.net/view/mikutoga/TogaGem)
@@ -0,0 +1,25 @@ | ||
1 | +### Git attributes https://git-scm.com/docs/gitattributes | |
2 | + | |
3 | +* text=auto | |
4 | + | |
5 | +*.java text diff=java | |
6 | + | |
7 | +*.xml text eol=lf | |
8 | +*.xsd text eol=lf | |
9 | +*.dtd text eol=lf | |
10 | +*.properties text eol=lf | |
11 | + | |
12 | +*.txt text | |
13 | +*.md text | |
14 | +*.yml text | |
15 | + | |
16 | +*.html text | |
17 | +*.css text | |
18 | +*.js text | |
19 | + | |
20 | +*.gif binary | |
21 | +*.png binary | |
22 | +*.jpeg binary | |
23 | +*.jpg binary | |
24 | + | |
25 | +### EOF ### |
@@ -0,0 +1,67 @@ | ||
1 | +##### Git ignore pattern https://git-scm.com/docs/gitignore | |
2 | + | |
3 | + | |
4 | +### Unix | |
5 | + | |
6 | +/tmp/ | |
7 | +*~ | |
8 | +*.swp | |
9 | +*.orig | |
10 | +# core | |
11 | + | |
12 | + | |
13 | +### macOS | |
14 | + | |
15 | +*.DS_Store | |
16 | +._* | |
17 | +__MACOSX | |
18 | + | |
19 | + | |
20 | +### Windows | |
21 | + | |
22 | +Thumbs.db | |
23 | +desktop.ini | |
24 | + | |
25 | + | |
26 | +### JDK | |
27 | + | |
28 | +hs_err_pid* | |
29 | + | |
30 | + | |
31 | +### Maven | |
32 | + | |
33 | +/target/ | |
34 | + | |
35 | + | |
36 | +### Netbeans | |
37 | + | |
38 | +/build/ | |
39 | +/nbbuild/ | |
40 | +/dist/ | |
41 | +/nbdist/ | |
42 | +/nbproject/ | |
43 | +/nbactions.xml | |
44 | +/nb-configuration.xml | |
45 | + | |
46 | + | |
47 | +### Eclipse | |
48 | + | |
49 | +/bin/ | |
50 | +/.settings/ | |
51 | +/.metadata/ | |
52 | +/.externalToolBuilders/ | |
53 | +/.classpath | |
54 | +/.project | |
55 | +/.checkstyle | |
56 | + | |
57 | + | |
58 | +### IntelliJ | |
59 | + | |
60 | +/.idea/ | |
61 | +/out/ | |
62 | +*.iws | |
63 | +*.iml | |
64 | +*.ipr | |
65 | + | |
66 | + | |
67 | +### EOF ### |
@@ -1,19 +0,0 @@ | ||
1 | -[patterns] | |
2 | - | |
3 | -**.txt = native | |
4 | - | |
5 | -**.java = native | |
6 | -**.properties = LF | |
7 | - | |
8 | -**.xml = LF | |
9 | -**.xsd = LF | |
10 | -**.dtd = LF | |
11 | - | |
12 | -**.html = LF | |
13 | -**.htm = LF | |
14 | -**.css = LF | |
15 | - | |
16 | -**.png = BIN | |
17 | -**.gif = BIN | |
18 | -**.jpeg = BIN | |
19 | -**.jpg = BIN |
@@ -1,36 +0,0 @@ | ||
1 | -######################### | |
2 | -# for Mercurial hgignore | |
3 | -######################### | |
4 | - | |
5 | - | |
6 | -##################### | |
7 | -syntax: regexp | |
8 | - | |
9 | -^nb-configuration\.xml$ | |
10 | -^nbactions\.xml$ | |
11 | -^\.classpath$ | |
12 | -^\.project$ | |
13 | - | |
14 | -\.orig$ | |
15 | -\.orig\..*$ | |
16 | -\.chg\..*$ | |
17 | -\.rej$ | |
18 | -\.conflict\~$ | |
19 | -^target/ | |
20 | -^build/ | |
21 | -^bin/ | |
22 | -^nbproject/ | |
23 | -^\.settings/ | |
24 | - | |
25 | - | |
26 | -##################### | |
27 | -syntax: glob | |
28 | - | |
29 | -.DS_Store | |
30 | -_MACOSX | |
31 | -[Tt]humbs.db | |
32 | -[Dd]esktop.ini | |
33 | -core | |
34 | - | |
35 | - | |
36 | -### EOF ### |
@@ -16,7 +16,7 @@ | ||
16 | 16 | <groupId>jp.sourceforge.mikutoga</groupId> |
17 | 17 | <artifactId>togagem</artifactId> |
18 | 18 | |
19 | - <version>3.101.4</version> | |
19 | + <version>3.101.105-SNAPSHOT</version> | |
20 | 20 | |
21 | 21 | <packaging>jar</packaging> |
22 | 22 | <name>TogaGem</name> |