Skip to content

Commit

Permalink
Include pf folder in maven distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hadka committed Jan 5, 2017
1 parent 557119c commit 1bec671
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Expand Up @@ -610,6 +610,9 @@ Use of these build scripts requires Apache Ant to be installed. See

<antcall target="build-binary" />
<unjar src="lib/JMetal-4.3.jar" dest="${build}" />
<copy todir="${build}/pf">
<fileset dir="pf" />
</copy>
<jar destfile="${maven}/${artifact}-${version}.jar"
basedir="${build}" />

Expand Down

0 comments on commit 1bec671

Please sign in to comment.