There is more than one way to peel a pineapple...
This commit is contained in:
@ -71,26 +71,7 @@
|
|||||||
nbproject/build-impl.xml file.
|
nbproject/build-impl.xml file.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<target name="-post-jar">
|
|
||||||
<!-- clean up leftover html file in final jar. -->
|
|
||||||
<mkdir dir="${dist.dir}/rejar" />
|
|
||||||
<unjar dest="${dist.dir}/rejar/" >
|
|
||||||
<fileset dir="${dist.dir}" >
|
|
||||||
<include name="**/*.jar" />
|
|
||||||
</fileset>
|
|
||||||
</unjar>
|
|
||||||
<delete dir="${dist.dir}/rejar/" >
|
|
||||||
<include name="**/*.html" />
|
|
||||||
</delete>
|
|
||||||
<jar jarfile="dist/BOB.jar">
|
|
||||||
<fileset dir="${dist.dir}/rejar/" />
|
|
||||||
</jar>
|
|
||||||
<delete dir="${dist.dir}" followsymlinks="false" includeemptydirs="true">
|
|
||||||
<include name="rejar/**/*" />
|
|
||||||
<include name="rejar" />
|
|
||||||
</delete>
|
|
||||||
|
|
||||||
</target>
|
|
||||||
<target depends="jar" description="Build BOB into a SINGLE JAR." name="onejar">
|
<target depends="jar" description="Build BOB into a SINGLE JAR." name="onejar">
|
||||||
<!-- Make needed working dirs -->
|
<!-- Make needed working dirs -->
|
||||||
<mkdir dir="${dist.dir}/lib" />
|
<mkdir dir="${dist.dir}/lib" />
|
||||||
|
@ -26,7 +26,7 @@ dist.dir=dist
|
|||||||
dist.jar=${dist.dir}/BOB.jar
|
dist.jar=${dist.dir}/BOB.jar
|
||||||
dist.javadoc.dir=${dist.dir}/javadoc
|
dist.javadoc.dir=${dist.dir}/javadoc
|
||||||
endorsed.classpath=
|
endorsed.classpath=
|
||||||
excludes=
|
excludes=**/*.html
|
||||||
file.reference.build-javadoc=../../i2p.i2p/build/javadoc
|
file.reference.build-javadoc=../../i2p.i2p/build/javadoc
|
||||||
file.reference.i2p.jar=../../core/java/build/i2p.jar
|
file.reference.i2p.jar=../../core/java/build/i2p.jar
|
||||||
file.reference.i2ptunnel.jar=../i2ptunnel/java/build/i2ptunnel.jar
|
file.reference.i2ptunnel.jar=../i2ptunnel/java/build/i2ptunnel.jar
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2011-06-01 sponge
|
||||||
|
* Re the below, using better way that kytv suggested.
|
||||||
|
There is more than one way to peel a pineapple...
|
||||||
|
|
||||||
2011-06-01 sponge
|
2011-06-01 sponge
|
||||||
* Remove the one little html file that ends up in BOB.jar.
|
* Remove the one little html file that ends up in BOB.jar.
|
||||||
The file is NOT a javadoc file, it is a package file.
|
The file is NOT a javadoc file, it is a package file.
|
||||||
|
Reference in New Issue
Block a user