Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix :java-source-paths #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix :java-source-paths #32

wants to merge 1 commit into from

Commits on Oct 9, 2019

  1. Fix :java-source-paths

    This patch fixes the problem reported in issue ztellman#31 where the riddley JAR
    would include the source files in the JAR root.
    
    After this change, the JAR contents look like this:
    
        Archive:  target/riddley-0.2.0.jar
          Length      Date    Time    Name
        ---------  ---------- -----   ----
              229  10-09-2019 20:54   META-INF/MANIFEST.MF
             2740  10-09-2019 20:54   META-INF/maven/riddley/riddley/pom.xml
              606  10-09-2019 20:54   META-INF/leiningen/riddley/riddley/project.clj
             2131  10-09-2019 20:54   META-INF/leiningen/riddley/riddley/README.md
                0  10-09-2019 20:54   META-INF/
                0  10-09-2019 20:54   META-INF/maven/
                0  10-09-2019 20:54   META-INF/maven/riddley/
                0  10-09-2019 20:54   META-INF/maven/riddley/riddley/
              141  10-09-2019 20:54   META-INF/maven/riddley/riddley/pom.properties
                0  10-09-2019 20:54   riddley/
             1040  10-09-2019 20:54   riddley/Util.class
             9757  10-09-2019 20:45   riddley/walk.clj
              495  10-09-2019 20:45   riddley/Util.java
             2098  10-09-2019 20:45   riddley/compiler.clj
        ---------                     -------
            19237                     14 files
    
    ztellman#31.
    Miikka Koskinen committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    127b0fb View commit details
    Browse the repository at this point in the history