summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorWesley Wolfe <weswolf@aol.com>2012-12-21 07:37:53 -0600
committerWesley Wolfe <weswolf@aol.com>2012-12-21 10:36:34 -0600
commit708252c020590de1c3a87ae628d56c05465a2167 (patch)
treef0ba5eee5c90d26e31b54188cc1f3d74c9c598b2 /pom.xml
parentf377a7680fb29ac55870fb6f73c2b5262241b8ef (diff)
downloadcraftbukkit-708252c020590de1c3a87ae628d56c05465a2167.tar
craftbukkit-708252c020590de1c3a87ae628d56c05465a2167.tar.gz
craftbukkit-708252c020590de1c3a87ae628d56c05465a2167.tar.lz
craftbukkit-708252c020590de1c3a87ae628d56c05465a2167.tar.xz
craftbukkit-708252c020590de1c3a87ae628d56c05465a2167.zip
Implement 1.4.6 ItemMeta. Adds BUKKIT-3236, BUKKIT-3237
Some meta functionality is refactored into common methods. CraftItemStack uses the ItemMetaKey identifiers for enchantments. Refactored unit test to include extra functionality; initially only checking the presence of the DelegateDeserialization annotation.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 19a9175f..82b2c203 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,12 +290,7 @@
<workingDirectory>${basedir}/target/test-server</workingDirectory>
<excludes>
<exclude>org/bukkit/craftbukkit/updater/BukkitDLUpdaterServiceTest.java</exclude>
- <exclude>org/bukkit/craftbukkit/inventory/ItemStackBookTest.java</exclude>
- <exclude>org/bukkit/craftbukkit/inventory/ItemStackLeatherTest.java</exclude>
- <exclude>org/bukkit/craftbukkit/inventory/ItemStackLoreEnchantmentTest.java</exclude>
- <exclude>org/bukkit/craftbukkit/inventory/ItemStackPotionsTest.java</exclude>
- <exclude>org/bukkit/craftbukkit/inventory/ItemStackSkullTest.java</exclude>
- <exclude>org/bukkit/craftbukkit/inventory/ItemStackTest.java</exclude>
+ <exclude>org/bukkit/craftbukkit/inventory/ItemStack*Test.java</exclude>
</excludes>
</configuration>
</plugin>