• R/O
  • SSH

Vmd2XML: Commit

Vmd2XMLは、3D動画制作ツール、MikuMikuDance(MMD)で用いられるモーションデータファイル(*.vmd)の内容を、XML形式のデータファイルと交換するためのアプリケーションです。


Commit MetaInfo

Révision839ef4006bfe1afc1c4b4d9c9ed46ac0c14b7572 (tree)
l'heure2011-08-25 12:04:19
Auteur <olyutorskii@user...>

Message de Log

1.101.2版リリース準備

Change Summary

Modification

diff -r 5b659488d975 -r 839ef4006bfe CHANGELOG.txt
--- a/CHANGELOG.txt Thu Aug 25 01:09:57 2011 +0900
+++ b/CHANGELOG.txt Thu Aug 25 12:04:19 2011 +0900
@@ -4,7 +4,7 @@
44 Vmd2XML 変更履歴
55
66
7-1.101.2 (2011-08-XX)
7+1.101.2 (2011-08-25)
88 ・初回リリース。
99
1010
diff -r 5b659488d975 -r 839ef4006bfe LICENSE.txt
--- a/LICENSE.txt Thu Aug 25 01:09:57 2011 +0900
+++ b/LICENSE.txt Thu Aug 25 12:04:19 2011 +0900
@@ -3,7 +3,7 @@
33 The MIT License
44
55
6-Copyright(c) 2010 olyutorskii
6+Copyright(c) 2011 olyutorskii
77
88
99 Permission is hereby granted, free of charge, to any person obtaining a copy
diff -r 5b659488d975 -r 839ef4006bfe pom.xml
--- a/pom.xml Thu Aug 25 01:09:57 2011 +0900
+++ b/pom.xml Thu Aug 25 12:04:19 2011 +0900
@@ -17,7 +17,7 @@
1717 <groupId>jp.sourceforge.mikutoga</groupId>
1818 <artifactId>vmd2xml</artifactId>
1919
20- <version>1.101.2-SNAPSHOT</version>
20+ <version>1.101.2</version>
2121
2222 <packaging>jar</packaging>
2323 <name>Vmd2XML</name>
@@ -113,7 +113,7 @@
113113 <dependency>
114114 <groupId>junit</groupId>
115115 <artifactId>junit</artifactId>
116- <version>[4.8.2,)</version>
116+ <version>[4.9,)</version>
117117 <scope>test</scope>
118118 </dependency>
119119
@@ -124,12 +124,6 @@
124124 <scope>compile</scope>
125125 </dependency>
126126
127- <dependency>
128- <groupId>java3d</groupId>
129- <artifactId>vecmath</artifactId>
130- <version>1.3.1</version>
131- </dependency>
132-
133127 </dependencies>
134128
135129 <repositories/>
Afficher sur ancien navigateur de dépôt.