Adding jar artifact

This commit is contained in:
Samuel Carlsson 2014-04-02 19:44:28 +02:00
parent a58587f794
commit 622b3e106f
3 changed files with 15 additions and 0 deletions

2
.gitignore vendored
View File

@ -214,4 +214,6 @@ pip-log.txt
#Mr Developer
.mr.developer.cfg
# IntelliJ
.idea/workspace.xml
out/

View File

@ -0,0 +1,11 @@
<component name="ArtifactManager">
<artifact type="jar" name="jadb:jar">
<output-path>$PROJECT_DIR$/out/artifacts/jadb_jar</output-path>
<root id="archive" name="jadb.jar">
<element id="module-output" name="jadb" />
<element id="directory" name="META-INF">
<element id="file-copy" path="$PROJECT_DIR$/META-INF/MANIFEST.MF" />
</element>
</root>
</artifact>
</component>

2
META-INF/MANIFEST.MF Normal file
View File

@ -0,0 +1,2 @@
Manifest-Version: 1.0