<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>5</buildNumber><marked><SHA1>91aef0af384723b990c3a8007094246547041f8b</SHA1><branch><SHA1>91aef0af384723b990c3a8007094246547041f8b</SHA1><name>origin/master</name></branch></marked><revision><SHA1>91aef0af384723b990c3a8007094246547041f8b</SHA1><branch><SHA1>91aef0af384723b990c3a8007094246547041f8b</SHA1><name>origin/master</name></branch></revision></originmaster><origin1.8 _class='hudson.plugins.git.util.Build'><buildNumber>2</buildNumber><marked><SHA1>b31fb79394463b329a02f66d6062ba2746d61a1b</SHA1><branch><SHA1>b31fb79394463b329a02f66d6062ba2746d61a1b</SHA1><name>origin/1.8</name></branch></marked><revision><SHA1>b31fb79394463b329a02f66d6062ba2746d61a1b</SHA1><branch><SHA1>b31fb79394463b329a02f66d6062ba2746d61a1b</SHA1><name>origin/1.8</name></branch></revision></origin1.8></buildsByBranchName><lastBuiltRevision><SHA1>91aef0af384723b990c3a8007094246547041f8b</SHA1><branch><SHA1>91aef0af384723b990c3a8007094246547041f8b</SHA1><name>origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/mezz/JustEnoughItems.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#5</displayName><duration>39709</duration><estimatedDuration>30783</estimatedDuration><fullDisplayName>JustEnoughItems-MC1.11 #5</fullDisplayName><id>5</id><inProgress>false</inProgress><keepLog>false</keepLog><number>5</number><queueId>9</queueId><result>SUCCESS</result><timestamp>1448437211474</timestamp><url>https://dvs1.progwml6.com/jenkins/view/all/job/JustEnoughItems-MC1.11/5/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>build.gradle</affectedPath><commitId>7c2ef24c250dbbd063097c74f85b70ad68eb2147</commitId><timestamp>1448423256000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/mezz</absoluteUrl><fullName>mezz</fullName></author><authorEmail>tehgeek@gmail.com</authorEmail><comment>add maven upload support, source &amp; javadocs jars for developers no deobf
jars are needed with FG2+
(cherry picked from commit 4282aa7ffd20328f55b5f798d1c550776a40b523)
</comment><date>2015-11-24 19:47:36 -0800</date><id>7c2ef24c250dbbd063097c74f85b70ad68eb2147</id><msg>add maven upload support, source &amp; javadocs jars for developers no deobf</msg><path><editType>edit</editType><file>build.gradle</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/resources/assets/jei/lang/en_US.lang</affectedPath><affectedPath>src/main/java/mezz/jei/config/Config.java</affectedPath><affectedPath>src/main/java/mezz/jei/GuiEventHandler.java</affectedPath><commitId>d56333928ebfe1bc66a21564324e2abe5ee22661</commitId><timestamp>1448424269000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/mezz</absoluteUrl><fullName>mezz</fullName></author><authorEmail>tehgeek@gmail.com</authorEmail><comment>Add mod names to item tooltips (with config option to disable)
</comment><date>2015-11-24 20:04:29 -0800</date><id>d56333928ebfe1bc66a21564324e2abe5ee22661</id><msg>Add mod names to item tooltips (with config option to disable)</msg><path><editType>edit</editType><file>src/main/java/mezz/jei/GuiEventHandler.java</file></path><path><editType>edit</editType><file>src/main/resources/assets/jei/lang/en_US.lang</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/config/Config.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/mezz/jei/RecipeRegistry.java</affectedPath><commitId>ea23614c9f9fd564886b8325c8c169fc0d95c0b6</commitId><timestamp>1448425494000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/mezz</absoluteUrl><fullName>mezz</fullName></author><authorEmail>tehgeek@gmail.com</authorEmail><comment>Cut down on debug log spam
</comment><date>2015-11-24 20:24:54 -0800</date><id>ea23614c9f9fd564886b8325c8c169fc0d95c0b6</id><msg>Cut down on debug log spam</msg><path><editType>edit</editType><file>src/main/java/mezz/jei/RecipeRegistry.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/mezz/jei/gui/ItemListOverlay.java</affectedPath><commitId>009dc0809b12af2b0ddd9f48b3e288955a48e238</commitId><timestamp>1448426113000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/mezz</absoluteUrl><fullName>mezz</fullName></author><authorEmail>tehgeek@gmail.com</authorEmail><comment>Unfocus the search box when you click away anywhere
</comment><date>2015-11-24 20:35:13 -0800</date><id>009dc0809b12af2b0ddd9f48b3e288955a48e238</id><msg>Unfocus the search box when you click away anywhere</msg><path><editType>edit</editType><file>src/main/java/mezz/jei/gui/ItemListOverlay.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/mezz/jei/JustEnoughItems.java</affectedPath><commitId>b31fb79394463b329a02f66d6062ba2746d61a1b</commitId><timestamp>1448426889000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/mezz</absoluteUrl><fullName>mezz</fullName></author><authorEmail>tehgeek@gmail.com</authorEmail><comment>Stop JEI from loading multiple times when reloading a world
</comment><date>2015-11-24 20:48:09 -0800</date><id>b31fb79394463b329a02f66d6062ba2746d61a1b</id><msg>Stop JEI from loading multiple times when reloading a world</msg><path><editType>edit</editType><file>src/main/java/mezz/jei/JustEnoughItems.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>gradle.properties</affectedPath><commitId>4051e7a6db69dc0f66537f30d1bfa7b195110d46</commitId><timestamp>1448427150000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/mezz</absoluteUrl><fullName>mezz</fullName></author><authorEmail>tehgeek@gmail.com</authorEmail><comment>bump version
</comment><date>2015-11-24 20:52:30 -0800</date><id>4051e7a6db69dc0f66537f30d1bfa7b195110d46</id><msg>bump version</msg><path><editType>edit</editType><file>gradle.properties</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/mezz/jei/util/StackUtil.java</affectedPath><commitId>47831153b56a9ee9ddd953d2725b15b38a5b6342</commitId><timestamp>1448430685000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/mezz</absoluteUrl><fullName>mezz</fullName></author><authorEmail>tehgeek@gmail.com</authorEmail><comment>Fix recipe lookup issue with wildcard metadata
</comment><date>2015-11-24 21:51:25 -0800</date><id>47831153b56a9ee9ddd953d2725b15b38a5b6342</id><msg>Fix recipe lookup issue with wildcard metadata</msg><path><editType>edit</editType><file>src/main/java/mezz/jei/util/StackUtil.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/mezz/jei/ItemRegistry.java</affectedPath><affectedPath>src/main/java/mezz/jei/util/ModList.java</affectedPath><affectedPath>src/main/java/mezz/jei/util/ItemStackElement.java</affectedPath><affectedPath>src/main/java/mezz/jei/GuiEventHandler.java</affectedPath><affectedPath>src/main/java/mezz/jei/TooltipEventHandler.java</affectedPath><affectedPath>src/main/java/mezz/jei/api/IItemRegistry.java</affectedPath><affectedPath>src/main/java/mezz/jei/config/Constants.java</affectedPath><affectedPath>src/main/java/mezz/jei/JustEnoughItems.java</affectedPath><commitId>70fa8201c64442c6b4e8f3c786b0c89eeb7186b6</commitId><timestamp>1448436621000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/mezz</absoluteUrl><fullName>mezz</fullName></author><authorEmail>tehgeek@gmail.com</authorEmail><comment>Do a better job of getting an item's mod name
</comment><date>2015-11-24 23:30:21 -0800</date><id>70fa8201c64442c6b4e8f3c786b0c89eeb7186b6</id><msg>Do a better job of getting an item's mod name</msg><path><editType>add</editType><file>src/main/java/mezz/jei/util/ModList.java</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/util/ItemStackElement.java</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/api/IItemRegistry.java</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/JustEnoughItems.java</file></path><path><editType>add</editType><file>src/main/java/mezz/jei/TooltipEventHandler.java</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/ItemRegistry.java</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/config/Constants.java</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/GuiEventHandler.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/mezz/jei/gui/ItemListOverlay.java</affectedPath><affectedPath>src/main/java/mezz/jei/gui/RecipesGui.java</affectedPath><commitId>3d7a0b2ea22427b98ff94f3c7f4f5177d58a78ad</commitId><timestamp>1448436795000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/mezz</absoluteUrl><fullName>mezz</fullName></author><authorEmail>tehgeek@gmail.com</authorEmail><comment>Fix scrolling direction
</comment><date>2015-11-24 23:33:15 -0800</date><id>3d7a0b2ea22427b98ff94f3c7f4f5177d58a78ad</id><msg>Fix scrolling direction</msg><path><editType>edit</editType><file>src/main/java/mezz/jei/gui/RecipesGui.java</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/gui/ItemListOverlay.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/main/java/mezz/jei/util/ModList.java</affectedPath><affectedPath>src/main/java/mezz/jei/util/ItemStackElement.java</affectedPath><commitId>4dc0993071b7078a02de97071f8de7cd12e54b73</commitId><timestamp>1448436936000</timestamp><author><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/mezz</absoluteUrl><fullName>mezz</fullName></author><authorEmail>tehgeek@gmail.com</authorEmail><comment>Minor cleanup
</comment><date>2015-11-24 23:35:36 -0800</date><id>4dc0993071b7078a02de97071f8de7cd12e54b73</id><msg>Minor cleanup</msg><path><editType>edit</editType><file>src/main/java/mezz/jei/util/ItemStackElement.java</file></path><path><editType>edit</editType><file>src/main/java/mezz/jei/util/ModList.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://dvs1.progwml6.com/jenkins/user/mezz</absoluteUrl><fullName>mezz</fullName></culprit></freeStyleBuild>