mirror of
https://github.com/nikdoof/bukkitxmpp.git
synced 2025-12-14 01:52:16 +00:00
Added depedencies and build information
This commit is contained in:
17
build.xml
17
build.xml
@@ -8,9 +8,9 @@
|
||||
|
||||
<path id="bukkitxmpp.classpath">
|
||||
<pathelement location="bin"/>
|
||||
<pathelement location="../lib/craftbukkit-0.0.1-SNAPSHOT.jar"/>
|
||||
<pathelement location="../lib/smack.jar"/>
|
||||
<pathelement location="../lib/smackx.jar"/>
|
||||
<pathelement location="lib/craftbukkit-0.0.1-SNAPSHOT.jar"/>
|
||||
<pathelement location="lib/smack.jar"/>
|
||||
<pathelement location="lib/smackx.jar"/>
|
||||
</path>
|
||||
|
||||
<target name="init">
|
||||
@@ -24,14 +24,15 @@
|
||||
</target>
|
||||
|
||||
<target name="dist" depends="compile">
|
||||
<zipgroupfileset dir="lib" includes="smack*.jar" />
|
||||
<mkdir dir="${dist}"/>
|
||||
<jar jarfile="${dist}/${pluginname}.jar">
|
||||
<fileset dir="${bin}"/>
|
||||
<fileset file="resources/plugin.yml"/>
|
||||
<manifest>
|
||||
<attribute name="Built-By" value="${user.name}"/>
|
||||
<attribute name="Class-Path" value="../lib/smack.jar ../lib/smackx.jar"/>
|
||||
</manifest>
|
||||
<manifest>
|
||||
<attribute name="Built-By" value="${user.name}"/>
|
||||
<!--<attribute name="Class-Path" value="../lib/smack.jar ../lib/smackx.jar"/>-->
|
||||
</manifest>
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
@@ -49,4 +50,4 @@
|
||||
<classpath refid="bukkitxmpp.classpath"/>
|
||||
</java>
|
||||
</target>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
BIN
lib/craftbukkit-0.0.1-SNAPSHOT.jar
Normal file
BIN
lib/craftbukkit-0.0.1-SNAPSHOT.jar
Normal file
Binary file not shown.
BIN
lib/smack.jar
Normal file
BIN
lib/smack.jar
Normal file
Binary file not shown.
BIN
lib/smackx.jar
Normal file
BIN
lib/smackx.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user