Skip to content

Commit bba21dd

Browse files
committed
do not include unit test libs into build
1 parent 1a4d435 commit bba21dd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,15 @@
1212
<target name="pre-compile" depends="fetch_dependencies">
1313
<!-- include fetch_dependencies task -->
1414
</target>
15+
<target name="build-jar">
16+
<jar destfile="${plugin.jar}" basedir="${plugin.build.dir}" manifest="${manifest}" manifestencoding="UTF-8" duplicate="preserve" level="9">
17+
<restrict>
18+
<archives>
19+
<zips>
20+
<fileset dir="${plugin.lib.dir}" excludes="*.jar" erroronmissingdir="no"/>
21+
</zips>
22+
</archives>
23+
</restrict>
24+
</jar>
25+
</target>
1526
</project>

0 commit comments

Comments
 (0)