We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4d435 commit bba21ddCopy full SHA for bba21dd
build.xml
@@ -12,4 +12,15 @@
12
<target name="pre-compile" depends="fetch_dependencies">
13
<!-- include fetch_dependencies task -->
14
</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>
26
</project>
0 commit comments