Skip to content

Commit

Permalink
Refine project structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed May 25, 2019
1 parent b18d3b2 commit 71a0b45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bundle/pom.xml → bundle/lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<artifactId>zchunk-parent</artifactId>
<groupId>io.github.zchunk</groupId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>zchunk-bundle</artifactId>
<artifactId>zchunk-bundle-lib</artifactId>
<name>bundle</name>
<description>ZChunk library bundle jar</description>

Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
<module>compression/compression-zstd</module>

<module>fileformat</module>
<!-- todo: app/zck, app/unzck, app/zck_read_header -->

<module>bundle</module>
<module>bundle/lib</module>
<!-- todo: bundle/app -->
</modules>

<properties>
Expand Down

0 comments on commit 71a0b45

Please # to comment.