1
0
Fork 0

Updated build

master
Ambrose Chua 2017-04-17 00:49:53 +08:00
parent 4e47f10f54
commit f411043dc5
5 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,12 @@
<component name="ArtifactManager">
<artifact type="jar" name="chronos-admin">
<output-path>$PROJECT_DIR$/out/artifacts/chronos-admin</output-path>
<root id="archive" name="chronos-admin.jar">
<element id="directory" name="META-INF">
<element id="file-copy" path="$PROJECT_DIR$/META-INF/MANIFEST.MF" />
</element>
<element id="module-output" name="chronos-admin" />
<element id="library" level="project" name="mysql-connector-java-5.1.41-bin" />
</root>
</artifact>
</component>

View File

@ -1,7 +1,7 @@
<component name="libraryTable">
<library name="mysql-connector-java-5.1.41-bin">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/mysql-connector-java-5.1.41-bin.jar!/" />
<root url="jar://$PROJECT_DIR$/bin/mysql-connector-java-5.1.41-bin.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />

4
META-INF/MANIFEST.MF Executable file
View File

@ -0,0 +1,4 @@
Manifest-Version: 1.0
Class-Path: io.chronos.admin mysql-connector-java-5.1.41-bin.jar
Main-Class: io.chronos.admin.Main

View File

@ -4,9 +4,10 @@
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/bin" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="mysql-connector-java-5.1.41-bin" level="project" />
<orderEntry type="library" name="mysql-connector-java-5.1.41-bin" level="project" />
</component>
</module>