Skip to content

Commit

Permalink
Finished assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed May 24, 2015
1 parent 7c2f727 commit 40102df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Binary file removed quantum.jar
Binary file not shown.
2 changes: 0 additions & 2 deletions quantum.sh

This file was deleted.

11 changes: 9 additions & 2 deletions src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>dat/</directory>
<outputDirectory>quantum/dat/</outputDirectory>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>
<useProjectArtifact>true</useProjectArtifact>
Expand All @@ -17,16 +23,17 @@
<includes>
<include>com.badlogicgames:quantum</include>
</includes>
<outputDirectory>quantum</outputDirectory>
</dependencySet>

<dependencySet>
<dependencySet>
<useProjectArtifact>false</useProjectArtifact>
<useTransitiveDependencies>true</useTransitiveDependencies>
<unpack>false</unpack>
<scope>runtime</scope>
<fileMode>0644</fileMode>
<directoryMode>0755</directoryMode>
<outputDirectory>lib</outputDirectory>
<outputDirectory>quantum/lib</outputDirectory>
<includes></includes>
</dependencySet>
</dependencySets>
Expand Down

0 comments on commit 40102df

Please sign in to comment.