Added depedencies and build information

This commit is contained in:
2011-05-05 14:28:30 +01:00
parent a3e84aceb5
commit ae85712b96
4 changed files with 9 additions and 8 deletions

View File

@@ -8,9 +8,9 @@
<path id="bukkitxmpp.classpath"> <path id="bukkitxmpp.classpath">
<pathelement location="bin"/> <pathelement location="bin"/>
<pathelement location="../lib/craftbukkit-0.0.1-SNAPSHOT.jar"/> <pathelement location="lib/craftbukkit-0.0.1-SNAPSHOT.jar"/>
<pathelement location="../lib/smack.jar"/> <pathelement location="lib/smack.jar"/>
<pathelement location="../lib/smackx.jar"/> <pathelement location="lib/smackx.jar"/>
</path> </path>
<target name="init"> <target name="init">
@@ -24,14 +24,15 @@
</target> </target>
<target name="dist" depends="compile"> <target name="dist" depends="compile">
<zipgroupfileset dir="lib" includes="smack*.jar" />
<mkdir dir="${dist}"/> <mkdir dir="${dist}"/>
<jar jarfile="${dist}/${pluginname}.jar"> <jar jarfile="${dist}/${pluginname}.jar">
<fileset dir="${bin}"/> <fileset dir="${bin}"/>
<fileset file="resources/plugin.yml"/> <fileset file="resources/plugin.yml"/>
<manifest> <manifest>
<attribute name="Built-By" value="${user.name}"/> <attribute name="Built-By" value="${user.name}"/>
<attribute name="Class-Path" value="../lib/smack.jar ../lib/smackx.jar"/> <!--<attribute name="Class-Path" value="../lib/smack.jar ../lib/smackx.jar"/>-->
</manifest> </manifest>
</jar> </jar>
</target> </target>

Binary file not shown.

BIN
lib/smack.jar Normal file

Binary file not shown.

BIN
lib/smackx.jar Normal file

Binary file not shown.