mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
* Removed reference to Jive Forums
* smack.providers is now in resources/WEB-INF in smackx.jar * Removed commented out old stuff. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2007 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
665825b656
commit
a63fb745c0
1 changed files with 6 additions and 23 deletions
|
@ -11,23 +11,6 @@
|
||||||
|
|
||||||
<project name="Smack" default="all" basedir="..">
|
<project name="Smack" default="all" basedir="..">
|
||||||
|
|
||||||
<!-- TASKDEFS -->
|
|
||||||
<!-- ======================================================================================= -->
|
|
||||||
|
|
||||||
<!-- org.apache.tools.ant.taskdefs.optional.junit.JUnitTask -->
|
|
||||||
<!-- <taskdef resource="junit.properties">-->
|
|
||||||
<!-- <classpath>-->
|
|
||||||
<!-- <pathelement location="${basedir}/build/ant.jar"/>-->
|
|
||||||
<!-- <pathelement location="${basedir}/build/junit.jar"/>-->
|
|
||||||
<!-- </classpath>-->
|
|
||||||
<!-- </taskdef>-->
|
|
||||||
<!-- <taskdef name="junit" classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask">-->
|
|
||||||
<!-- <classpath>-->
|
|
||||||
<!-- <pathelement location="${basedir}/build/ant.jar"/>-->
|
|
||||||
<!-- <pathelement location="${basedir}/build/junit.jar"/>-->
|
|
||||||
<!-- </classpath>-->
|
|
||||||
<!-- </taskdef>-->
|
|
||||||
|
|
||||||
<!-- PROPERTIES -->
|
<!-- PROPERTIES -->
|
||||||
<!-- ======================================================================================= -->
|
<!-- ======================================================================================= -->
|
||||||
|
|
||||||
|
@ -107,13 +90,13 @@
|
||||||
includes="org/jivesoftware/smack/**/*.class"
|
includes="org/jivesoftware/smack/**/*.class"
|
||||||
>
|
>
|
||||||
<zipfileset src="${merge.lib.dir}/xpp.jar"/>
|
<zipfileset src="${merge.lib.dir}/xpp.jar"/>
|
||||||
</jar>
|
</jar>
|
||||||
|
<copy todir="${compile.dir}/resources/WEB-INF" file="${basedir}/resources/META-INF/smack.providers" />
|
||||||
<jar destfile="${jar.dest.dir}/smackx.jar"
|
<jar destfile="${jar.dest.dir}/smackx.jar"
|
||||||
basedir="${compile.dir}"
|
basedir="${compile.dir}"
|
||||||
includes="org/jivesoftware/smackx/**/*.class"
|
includes="org/jivesoftware/smackx/**/*.class, **/*.providers"
|
||||||
>
|
/>
|
||||||
<metainf dir="${basedir}/resources" includes="smack.providers" />
|
<delete file="${compile.dir}/resources/WEB-INF/smack.properties" />
|
||||||
</jar>
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- jar -->
|
<!-- jar -->
|
||||||
|
@ -127,7 +110,7 @@
|
||||||
|
|
||||||
<!-- javadoc -->
|
<!-- javadoc -->
|
||||||
<!-- ======================================================================================= -->
|
<!-- ======================================================================================= -->
|
||||||
<target name="javadoc" description="JavaDocs the Jive Forums source code">
|
<target name="javadoc" description="JavaDocs the Smack source code">
|
||||||
|
|
||||||
<mkdir dir="${javadoc.dest.dir}" />
|
<mkdir dir="${javadoc.dest.dir}" />
|
||||||
<javadoc
|
<javadoc
|
||||||
|
|
Loading…
Reference in a new issue