diff --git a/dist/MapleSolaxia.jar b/dist/MapleSolaxia.jar new file mode 100644 index 0000000000..ab8790bc3b Binary files /dev/null and b/dist/MapleSolaxia.jar differ diff --git a/dist/README.TXT b/dist/README.TXT new file mode 100644 index 0000000000..06d133b0cb --- /dev/null +++ b/dist/README.TXT @@ -0,0 +1,32 @@ +======================== +BUILD OUTPUT DESCRIPTION +======================== + +When you build an Java application project that has a main class, the IDE +automatically copies all of the JAR +files on the projects classpath to your projects dist/lib folder. The IDE +also adds each of the JAR files to the Class-Path element in the application +JAR files manifest file (MANIFEST.MF). + +To run the project from the command line, go to the dist folder and +type the following: + +java -jar "MapleSolaxia.jar" + +To distribute this project, zip up the dist folder (including the lib folder) +and distribute the ZIP file. + +Notes: + +* If two JAR files on the project classpath have the same name, only the first +JAR file is copied to the lib folder. +* Only JAR files are copied to the lib folder. +If the classpath contains other types of files or folders, these files (folders) +are not copied. +* If a library on the projects classpath also has a Class-Path element +specified in the manifest,the content of the Class-Path element has to be on +the projects runtime path. +* To set a main class in a standard Java project, right-click the project node +in the Projects window and choose Properties. Then click Run and enter the +class name in the Main Class field. Alternatively, you can manually type the +class name in the manifest Main-Class element. diff --git a/dist/lib/HikariCP-java7-2.4.12.jar b/dist/lib/HikariCP-java7-2.4.12.jar new file mode 100644 index 0000000000..792b690564 Binary files /dev/null and b/dist/lib/HikariCP-java7-2.4.12.jar differ diff --git a/dist/lib/mina-core-2.0.7.jar b/dist/lib/mina-core-2.0.7.jar new file mode 100644 index 0000000000..c5f384c2c6 Binary files /dev/null and b/dist/lib/mina-core-2.0.7.jar differ diff --git a/dist/lib/mysql-connector-java-bin.jar b/dist/lib/mysql-connector-java-bin.jar new file mode 100644 index 0000000000..0539039f71 Binary files /dev/null and b/dist/lib/mysql-connector-java-bin.jar differ diff --git a/dist/lib/slf4j-api-1.6.6.jar b/dist/lib/slf4j-api-1.6.6.jar new file mode 100644 index 0000000000..4c03fa6bb2 Binary files /dev/null and b/dist/lib/slf4j-api-1.6.6.jar differ diff --git a/dist/lib/slf4j-jdk14-1.7.5.jar b/dist/lib/slf4j-jdk14-1.7.5.jar new file mode 100644 index 0000000000..184c8c4109 Binary files /dev/null and b/dist/lib/slf4j-jdk14-1.7.5.jar differ diff --git a/tools/MapleArrowFetcher/dist/MapleArrowFetcher.jar b/tools/MapleArrowFetcher/dist/MapleArrowFetcher.jar new file mode 100644 index 0000000000..dc0eb39f5b Binary files /dev/null and b/tools/MapleArrowFetcher/dist/MapleArrowFetcher.jar differ diff --git a/tools/MapleArrowFetcher/dist/README.TXT b/tools/MapleArrowFetcher/dist/README.TXT new file mode 100644 index 0000000000..79e8a0c5e2 --- /dev/null +++ b/tools/MapleArrowFetcher/dist/README.TXT @@ -0,0 +1,32 @@ +======================== +BUILD OUTPUT DESCRIPTION +======================== + +When you build an Java application project that has a main class, the IDE +automatically copies all of the JAR +files on the projects classpath to your projects dist/lib folder. The IDE +also adds each of the JAR files to the Class-Path element in the application +JAR files manifest file (MANIFEST.MF). + +To run the project from the command line, go to the dist folder and +type the following: + +java -jar "MapleArrowFetcher.jar" + +To distribute this project, zip up the dist folder (including the lib folder) +and distribute the ZIP file. + +Notes: + +* If two JAR files on the project classpath have the same name, only the first +JAR file is copied to the lib folder. +* Only JAR files are copied to the lib folder. +If the classpath contains other types of files or folders, these files (folders) +are not copied. +* If a library on the projects classpath also has a Class-Path element +specified in the manifest,the content of the Class-Path element has to be on +the projects runtime path. +* To set a main class in a standard Java project, right-click the project node +in the Projects window and choose Properties. Then click Run and enter the +class name in the Main Class field. Alternatively, you can manually type the +class name in the manifest Main-Class element. diff --git a/tools/MapleArrowFetcher/dist/lib/mysql-connector-java-bin.jar b/tools/MapleArrowFetcher/dist/lib/mysql-connector-java-bin.jar new file mode 100644 index 0000000000..0539039f71 Binary files /dev/null and b/tools/MapleArrowFetcher/dist/lib/mysql-connector-java-bin.jar differ diff --git a/tools/MapleCouponInstaller/dist/MapleCouponInstaller.jar b/tools/MapleCouponInstaller/dist/MapleCouponInstaller.jar new file mode 100644 index 0000000000..b4ed79a2f1 Binary files /dev/null and b/tools/MapleCouponInstaller/dist/MapleCouponInstaller.jar differ diff --git a/tools/MapleCouponInstaller/dist/README.TXT b/tools/MapleCouponInstaller/dist/README.TXT new file mode 100644 index 0000000000..6b7bfd0ba7 --- /dev/null +++ b/tools/MapleCouponInstaller/dist/README.TXT @@ -0,0 +1,32 @@ +======================== +BUILD OUTPUT DESCRIPTION +======================== + +When you build an Java application project that has a main class, the IDE +automatically copies all of the JAR +files on the projects classpath to your projects dist/lib folder. The IDE +also adds each of the JAR files to the Class-Path element in the application +JAR files manifest file (MANIFEST.MF). + +To run the project from the command line, go to the dist folder and +type the following: + +java -jar "MapleCouponInstaller.jar" + +To distribute this project, zip up the dist folder (including the lib folder) +and distribute the ZIP file. + +Notes: + +* If two JAR files on the project classpath have the same name, only the first +JAR file is copied to the lib folder. +* Only JAR files are copied to the lib folder. +If the classpath contains other types of files or folders, these files (folders) +are not copied. +* If a library on the projects classpath also has a Class-Path element +specified in the manifest,the content of the Class-Path element has to be on +the projects runtime path. +* To set a main class in a standard Java project, right-click the project node +in the Projects window and choose Properties. Then click Run and enter the +class name in the Main Class field. Alternatively, you can manually type the +class name in the manifest Main-Class element. diff --git a/tools/MapleCouponInstaller/dist/lib/mysql-connector-java-bin.jar b/tools/MapleCouponInstaller/dist/lib/mysql-connector-java-bin.jar new file mode 100644 index 0000000000..0539039f71 Binary files /dev/null and b/tools/MapleCouponInstaller/dist/lib/mysql-connector-java-bin.jar differ diff --git a/tools/MapleIdRetriever/dist/MapleIdRetriever.jar b/tools/MapleIdRetriever/dist/MapleIdRetriever.jar new file mode 100644 index 0000000000..52739d2da9 Binary files /dev/null and b/tools/MapleIdRetriever/dist/MapleIdRetriever.jar differ diff --git a/tools/MapleIdRetriever/dist/README.TXT b/tools/MapleIdRetriever/dist/README.TXT new file mode 100644 index 0000000000..b3bf59e8c2 --- /dev/null +++ b/tools/MapleIdRetriever/dist/README.TXT @@ -0,0 +1,32 @@ +======================== +BUILD OUTPUT DESCRIPTION +======================== + +When you build an Java application project that has a main class, the IDE +automatically copies all of the JAR +files on the projects classpath to your projects dist/lib folder. The IDE +also adds each of the JAR files to the Class-Path element in the application +JAR files manifest file (MANIFEST.MF). + +To run the project from the command line, go to the dist folder and +type the following: + +java -jar "MapleIdRetriever.jar" + +To distribute this project, zip up the dist folder (including the lib folder) +and distribute the ZIP file. + +Notes: + +* If two JAR files on the project classpath have the same name, only the first +JAR file is copied to the lib folder. +* Only JAR files are copied to the lib folder. +If the classpath contains other types of files or folders, these files (folders) +are not copied. +* If a library on the projects classpath also has a Class-Path element +specified in the manifest,the content of the Class-Path element has to be on +the projects runtime path. +* To set a main class in a standard Java project, right-click the project node +in the Projects window and choose Properties. Then click Run and enter the +class name in the Main Class field. Alternatively, you can manually type the +class name in the manifest Main-Class element. diff --git a/tools/MapleIdRetriever/dist/lib/mysql-connector-java-bin.jar b/tools/MapleIdRetriever/dist/lib/mysql-connector-java-bin.jar new file mode 100644 index 0000000000..0539039f71 Binary files /dev/null and b/tools/MapleIdRetriever/dist/lib/mysql-connector-java-bin.jar differ diff --git a/tools/MapleMesoFetcher/dist/MapleMesoFetcher.jar b/tools/MapleMesoFetcher/dist/MapleMesoFetcher.jar new file mode 100644 index 0000000000..91ffd84215 Binary files /dev/null and b/tools/MapleMesoFetcher/dist/MapleMesoFetcher.jar differ diff --git a/tools/MapleMesoFetcher/dist/README.TXT b/tools/MapleMesoFetcher/dist/README.TXT new file mode 100644 index 0000000000..a89eb6ddd6 --- /dev/null +++ b/tools/MapleMesoFetcher/dist/README.TXT @@ -0,0 +1,32 @@ +======================== +BUILD OUTPUT DESCRIPTION +======================== + +When you build an Java application project that has a main class, the IDE +automatically copies all of the JAR +files on the projects classpath to your projects dist/lib folder. The IDE +also adds each of the JAR files to the Class-Path element in the application +JAR files manifest file (MANIFEST.MF). + +To run the project from the command line, go to the dist folder and +type the following: + +java -jar "MapleMesoFetcher.jar" + +To distribute this project, zip up the dist folder (including the lib folder) +and distribute the ZIP file. + +Notes: + +* If two JAR files on the project classpath have the same name, only the first +JAR file is copied to the lib folder. +* Only JAR files are copied to the lib folder. +If the classpath contains other types of files or folders, these files (folders) +are not copied. +* If a library on the projects classpath also has a Class-Path element +specified in the manifest,the content of the Class-Path element has to be on +the projects runtime path. +* To set a main class in a standard Java project, right-click the project node +in the Projects window and choose Properties. Then click Run and enter the +class name in the Main Class field. Alternatively, you can manually type the +class name in the manifest Main-Class element. diff --git a/tools/MapleMesoFetcher/dist/lib/mysql-connector-java-bin.jar b/tools/MapleMesoFetcher/dist/lib/mysql-connector-java-bin.jar new file mode 100644 index 0000000000..0539039f71 Binary files /dev/null and b/tools/MapleMesoFetcher/dist/lib/mysql-connector-java-bin.jar differ diff --git a/tools/MapleQuestItemFetcher/dist/MapleQuestItemFetcher.jar b/tools/MapleQuestItemFetcher/dist/MapleQuestItemFetcher.jar new file mode 100644 index 0000000000..c96ea7e465 Binary files /dev/null and b/tools/MapleQuestItemFetcher/dist/MapleQuestItemFetcher.jar differ diff --git a/tools/MapleQuestItemFetcher/dist/README.TXT b/tools/MapleQuestItemFetcher/dist/README.TXT new file mode 100644 index 0000000000..b1831fd419 --- /dev/null +++ b/tools/MapleQuestItemFetcher/dist/README.TXT @@ -0,0 +1,32 @@ +======================== +BUILD OUTPUT DESCRIPTION +======================== + +When you build an Java application project that has a main class, the IDE +automatically copies all of the JAR +files on the projects classpath to your projects dist/lib folder. The IDE +also adds each of the JAR files to the Class-Path element in the application +JAR files manifest file (MANIFEST.MF). + +To run the project from the command line, go to the dist folder and +type the following: + +java -jar "MapleQuestItemFetcher.jar" + +To distribute this project, zip up the dist folder (including the lib folder) +and distribute the ZIP file. + +Notes: + +* If two JAR files on the project classpath have the same name, only the first +JAR file is copied to the lib folder. +* Only JAR files are copied to the lib folder. +If the classpath contains other types of files or folders, these files (folders) +are not copied. +* If a library on the projects classpath also has a Class-Path element +specified in the manifest,the content of the Class-Path element has to be on +the projects runtime path. +* To set a main class in a standard Java project, right-click the project node +in the Projects window and choose Properties. Then click Run and enter the +class name in the Main Class field. Alternatively, you can manually type the +class name in the manifest Main-Class element. diff --git a/tools/MapleQuestItemFetcher/dist/lib/commons-io-2.6.jar b/tools/MapleQuestItemFetcher/dist/lib/commons-io-2.6.jar new file mode 100644 index 0000000000..00556b119d Binary files /dev/null and b/tools/MapleQuestItemFetcher/dist/lib/commons-io-2.6.jar differ diff --git a/tools/MapleQuestItemFetcher/dist/lib/mysql-connector-java-bin.jar b/tools/MapleQuestItemFetcher/dist/lib/mysql-connector-java-bin.jar new file mode 100644 index 0000000000..0539039f71 Binary files /dev/null and b/tools/MapleQuestItemFetcher/dist/lib/mysql-connector-java-bin.jar differ diff --git a/tools/MobBookIndexer/dist/MobBookIndexer.jar b/tools/MobBookIndexer/dist/MobBookIndexer.jar new file mode 100644 index 0000000000..7a0c39e177 Binary files /dev/null and b/tools/MobBookIndexer/dist/MobBookIndexer.jar differ diff --git a/tools/MobBookIndexer/dist/README.TXT b/tools/MobBookIndexer/dist/README.TXT new file mode 100644 index 0000000000..70c102bb76 --- /dev/null +++ b/tools/MobBookIndexer/dist/README.TXT @@ -0,0 +1,32 @@ +======================== +BUILD OUTPUT DESCRIPTION +======================== + +When you build an Java application project that has a main class, the IDE +automatically copies all of the JAR +files on the projects classpath to your projects dist/lib folder. The IDE +also adds each of the JAR files to the Class-Path element in the application +JAR files manifest file (MANIFEST.MF). + +To run the project from the command line, go to the dist folder and +type the following: + +java -jar "MobBookIndexer.jar" + +To distribute this project, zip up the dist folder (including the lib folder) +and distribute the ZIP file. + +Notes: + +* If two JAR files on the project classpath have the same name, only the first +JAR file is copied to the lib folder. +* Only JAR files are copied to the lib folder. +If the classpath contains other types of files or folders, these files (folders) +are not copied. +* If a library on the projects classpath also has a Class-Path element +specified in the manifest,the content of the Class-Path element has to be on +the projects runtime path. +* To set a main class in a standard Java project, right-click the project node +in the Projects window and choose Properties. Then click Run and enter the +class name in the Main Class field. Alternatively, you can manually type the +class name in the manifest Main-Class element. diff --git a/tools/MobBookIndexer/dist/lib/mysql-connector-java-bin.jar b/tools/MobBookIndexer/dist/lib/mysql-connector-java-bin.jar new file mode 100644 index 0000000000..0539039f71 Binary files /dev/null and b/tools/MobBookIndexer/dist/lib/mysql-connector-java-bin.jar differ diff --git a/tools/MobBookUpdate/dist/MobBookUpdate.jar b/tools/MobBookUpdate/dist/MobBookUpdate.jar new file mode 100644 index 0000000000..82bbc54382 Binary files /dev/null and b/tools/MobBookUpdate/dist/MobBookUpdate.jar differ diff --git a/tools/MobBookUpdate/dist/README.TXT b/tools/MobBookUpdate/dist/README.TXT new file mode 100644 index 0000000000..93484282f6 --- /dev/null +++ b/tools/MobBookUpdate/dist/README.TXT @@ -0,0 +1,32 @@ +======================== +BUILD OUTPUT DESCRIPTION +======================== + +When you build an Java application project that has a main class, the IDE +automatically copies all of the JAR +files on the projects classpath to your projects dist/lib folder. The IDE +also adds each of the JAR files to the Class-Path element in the application +JAR files manifest file (MANIFEST.MF). + +To run the project from the command line, go to the dist folder and +type the following: + +java -jar "MobBookUpdate.jar" + +To distribute this project, zip up the dist folder (including the lib folder) +and distribute the ZIP file. + +Notes: + +* If two JAR files on the project classpath have the same name, only the first +JAR file is copied to the lib folder. +* Only JAR files are copied to the lib folder. +If the classpath contains other types of files or folders, these files (folders) +are not copied. +* If a library on the projects classpath also has a Class-Path element +specified in the manifest,the content of the Class-Path element has to be on +the projects runtime path. +* To set a main class in a standard Java project, right-click the project node +in the Projects window and choose Properties. Then click Run and enter the +class name in the Main Class field. Alternatively, you can manually type the +class name in the manifest Main-Class element. diff --git a/tools/MobBookUpdate/dist/lib/mysql-connector-java-bin.jar b/tools/MobBookUpdate/dist/lib/mysql-connector-java-bin.jar new file mode 100644 index 0000000000..0539039f71 Binary files /dev/null and b/tools/MobBookUpdate/dist/lib/mysql-connector-java-bin.jar differ