Fix PackPartitions build to always use local groovy jar.

This commit is contained in:
Martin Haye 2016-05-31 08:03:26 -07:00
parent 3df106d6eb
commit 8fa40a7040

View File

@ -4,6 +4,8 @@
<import file="nbproject/build-impl.xml"/>
<!-- override javasdoc target, since we have no Java sources -->
<target depends="init" description="Don't build Javadoc." name="javadoc"/>
<!-- use local groovy jar instead of NetBeans' version -->
<property name="libs.groovy-all.classpath" value="./lib/groovy-all-2.4.6.jar"/>
<!-- after building the 'thin' jar, make a 'thick' one incorporating all dependencies -->
<target name="-post-jar">
<echo message="Packaging ${application.title} into a single JAR at ${dist.jar}"/>