merge mrdon's changes
parent
6a649647b1
commit
3031a0216a
@ -0,0 +1,4 @@
|
||||
# Copy this file to build.local.properties and modify appropriately
|
||||
|
||||
# This setting will ensure the bukkit server will give you ops
|
||||
op.name=YOUR_USERID_HERE
|
@ -1,12 +1 @@
|
||||
#
|
||||
# If building the plugin from source you need to first install bukkit
|
||||
# Change this property to suit your environment
|
||||
#
|
||||
# Bukkit jar file can normally be downloaded from
|
||||
#
|
||||
# http://dl.bukkit.org/downloads/bukkit/
|
||||
#
|
||||
#bukkit-lib=/home/walter/bukkit/target/original-bukkit-1.4.6-R0.4-SNAPSHOT.jar
|
||||
bukkit-lib=/home/walter/bukkit-147/bukkit-1.4.7-R0.2-20130119.122210-3.jar
|
||||
craftbukkit=/home/walter/craftbukkit/
|
||||
bukkit-version=1.4.7
|
||||
|
@ -0,0 +1,13 @@
|
||||
<xsl:stylesheet
|
||||
version="1.0"
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
<xsl:template match="list-item[name='Development Build']">
|
||||
<bukkit>
|
||||
<url><xsl:text>http://dl.bukkit.org</xsl:text><xsl:value-of select="latest_artifact/file/url" /></url>
|
||||
</bukkit>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="text()" />
|
||||
|
||||
</xsl:stylesheet>
|
Reference in New Issue