Skip to content

Commit

Permalink
Exclude test jars
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsteiner1984 committed Oct 1, 2024
1 parent 50e26e1 commit 6f32db9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ To display the available targets type:
<include name="docs/**"/>
<include name="extensions/**"/>
<include name="lib/*.jar"/>
<exclude name="lib/junit*.jar"/>
<exclude name="lib/hamcrest*.jar"/>
<include name="lib/make-squiggle-app.sh"/>
</zipfileset>
<zipfileset dir="lib" prefix="${project}-${completeVersion}/lib">
Expand Down Expand Up @@ -460,6 +462,8 @@ To display the available targets type:
<include name="svn-revision"/>
<include name="contrib/**"/>
<include name="lib/**"/>
<exclude name="lib/junit*.jar"/>
<exclude name="lib/hamcrest*.jar"/>
<include name="documentation-sources/**"/>
<include name="resources/**"/>
<include name="samples/**"/>
Expand Down Expand Up @@ -494,6 +498,8 @@ To display the available targets type:
<include name="docs/**"/>
<include name="extensions/**"/>
<include name="lib/*.jar"/>
<exclude name="lib/junit*.jar"/>
<exclude name="lib/hamcrest*.jar"/>
<include name="lib/make-squiggle-app.sh"/>
</tarfileset>
<tarfileset dir="lib" prefix="${project}-${completeVersion}/lib">
Expand Down Expand Up @@ -529,6 +535,8 @@ To display the available targets type:
<include name="svn-revision"/>
<include name="contrib/**"/>
<include name="lib/**"/>
<exclude name="lib/junit*.jar"/>
<exclude name="lib/hamcrest*.jar"/>
<include name="documentation-sources/**"/>
<include name="resources/**"/>
<include name="samples/**"/>
Expand Down Expand Up @@ -621,6 +629,8 @@ To display the available targets type:
<include name="svn-revision"/>
<include name="contrib/**"/>
<include name="lib/**"/>
<exclude name="lib/junit*.jar"/>
<exclude name="lib/hamcrest*.jar"/>
<include name="documentation-sources/**"/>
<include name="resources/**"/>
<include name="samples/**"/>
Expand Down Expand Up @@ -684,6 +694,8 @@ JAVA=/usr/bin/java
<fileset dir="${build}">
<include name="*.jar"/>
<include name="lib/**"/>
<exclude name="lib/junit*.jar"/>
<exclude name="lib/hamcrest*.jar"/>
<include name="extensions/**"/>
</fileset>
<fileset dir="${src}">
Expand Down

0 comments on commit 6f32db9

Please sign in to comment.