OSDN Git Service

jre同梱zipの作成時のJREのパス指定方法をMac/Windowsで共通化した。
authorseraphy <seraphy@users.osdn.me>
Thu, 29 Nov 2018 16:46:18 +0000 (01:46 +0900)
committerseraphy <seraphy@users.osdn.me>
Thu, 29 Nov 2018 16:46:18 +0000 (01:46 +0900)
pom.xml
src/main/assembly/charactermanaj_with_jre_zip.xml

diff --git a/pom.xml b/pom.xml
index 0dc0e24..3385b5d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                </os>\r
                        </activation>\r
                        <properties>\r
-                               <jre.dir>${java.home}</jre.dir>\r
+                               <copyJrePath>${java.home}</copyJrePath>\r
                        </properties>\r
                        <build>\r
                                <plugins>\r
index 3f66dc6..b41c261 100644 (file)
@@ -30,7 +30,7 @@
                        </includes>\r
                </fileSet>\r
                <fileSet>\r
-                       <directory>${jre.dir}</directory>\r
+                       <directory>${copyJrePath}</directory>\r
                        <outputDirectory>jre</outputDirectory>\r
                </fileSet>\r
        </fileSets>\r