Skip to content

Commit ea063bb

Browse files
committed
small fix
add launch4j configuration update build date
1 parent 55d7bed commit ea063bb

3 files changed

Lines changed: 28 additions & 13 deletions

File tree

.classpath

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10-
<attributes>
11-
<attribute name="maven.pomderived" value="true"/>
12-
</attributes>
13-
</classpathentry>
9+
<classpathentry kind="src" path="src/main/resources"/>
1410
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
1511
<attributes>
1612
<attribute name="maven.pomderived" value="true"/>
@@ -22,12 +18,5 @@
2218
</attributes>
2319
</classpathentry>
2420
<classpathentry kind="lib" path="org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar"/>
25-
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
26-
<attributes>
27-
<attribute name="optional" value="true"/>
28-
<attribute name="maven.pomderived" value="true"/>
29-
<attribute name="test" value="true"/>
30-
</attributes>
31-
</classpathentry>
3221
<classpathentry kind="output" path="target/classes"/>
3322
</classpath>

launch4j.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<launch4jConfig>
3+
<dontWrapJar>true</dontWrapJar>
4+
<headerType>gui</headerType>
5+
<jar>MC_Model_Studio.jar</jar>
6+
<outfile>D:\Users\test\Documents\MCAMC\Release\MC_Model_Studio.exe</outfile>
7+
<errTitle></errTitle>
8+
<cmdLine></cmdLine>
9+
<chdir>.</chdir>
10+
<priority>normal</priority>
11+
<downloadUrl>https://www.oracle.com/java/technologies/downloads/</downloadUrl>
12+
<supportUrl></supportUrl>
13+
<stayAlive>false</stayAlive>
14+
<restartOnCrash>false</restartOnCrash>
15+
<manifest></manifest>
16+
<icon>D:\Users\test\Documents\MCAMC\MC Model Studio\src\main\resources\assets\mcms\icon.ico</icon>
17+
<jre>
18+
<path></path>
19+
<bundledJre64Bit>false</bundledJre64Bit>
20+
<bundledJreAsFallback>false</bundledJreAsFallback>
21+
<minVersion>1.8</minVersion>
22+
<maxVersion></maxVersion>
23+
<jdkPreference>preferJre</jdkPreference>
24+
<runtimeBits>64/32</runtimeBits>
25+
</jre>
26+
</launch4jConfig>

src/main/java/firemerald/mcms/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class Main
8282
{
8383
public static final String ID = "mcms";
8484
public static final String VERSION = "0.2.1";
85-
public static final String BUILD_DATE = "03/14/2022 15:25";
85+
public static final String BUILD_DATE = "03/14/2022 15:47";
8686
public static final Logger LOGGER = LogManager.getLogger("MCMS"); //the main logger;
8787
public static Main instance;
8888
public static final int MIN_W = 640, MIN_H = 480;

0 commit comments

Comments
 (0)