Include a java compiled jar with source files
This commit is contained in:
parent
5dce9b6a30
commit
a11708955c
@ -146,5 +146,14 @@
|
|||||||
<exclude name="samples/**/*.*"/>
|
<exclude name="samples/**/*.*"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</jar>
|
</jar>
|
||||||
|
<jar description="core APACHE jar binary file" compress="true"
|
||||||
|
jarfile="${dist.dir}/jinput-with-sources.jar" manifest="${src.dir}/manifest.mf" >
|
||||||
|
<fileset defaultexcludes="yes" dir="${build.classes.dir}">
|
||||||
|
<include name="net/**/*.class"/>
|
||||||
|
<include name="src/**/*.java"/>
|
||||||
|
<include name="net/**/*.properties"/>
|
||||||
|
<exclude name="samples/**/*.*"/>
|
||||||
|
</fileset>
|
||||||
|
</jar>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#Wed, 08 Jun 2022 18:13:26 +0000
|
#Wed, 08 Jun 2022 18:52:48 +0000
|
||||||
|
|
||||||
|
|
||||||
/workspace/jinput2.10=
|
/workspace/jinput2.10=
|
||||||
|
Binary file not shown.
BIN
dist/jinput-with-sources.jar
vendored
Normal file
BIN
dist/jinput-with-sources.jar
vendored
Normal file
Binary file not shown.
BIN
dist/jinput.jar
vendored
BIN
dist/jinput.jar
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user