File tree Expand file tree Collapse file tree
src/main/java/firemerald/mcms Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" />
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments