{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 57,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e07dc82fff46f201ab627ac7d08fede31b1251d1",
            "branch" : [
              {
                "SHA1" : "e07dc82fff46f201ab627ac7d08fede31b1251d1",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e07dc82fff46f201ab627ac7d08fede31b1251d1",
            "branch" : [
              {
                "SHA1" : "e07dc82fff46f201ab627ac7d08fede31b1251d1",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e07dc82fff46f201ab627ac7d08fede31b1251d1",
        "branch" : [
          {
            "SHA1" : "e07dc82fff46f201ab627ac7d08fede31b1251d1",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/SlimeKnights/Mantle.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#57",
  "duration" : 47427,
  "estimatedDuration" : 89157,
  "executor" : None,
  "fullDisplayName" : "Mantle_Old #57",
  "id" : "2014-01-09_14-31-23",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 57,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1389295883000,
  "url" : "https://dvs1.progwml6.com/jenkins/view/all/job/Mantle_Old/57/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/items/abstracts/CraftingItem.java",
          "src/mantle/blocks/iface/IFacingLogic.java",
          "src/mantle/blocks/abstracts/InventoryBlock.java",
          "src/mantle/lib/CoreConfig.java",
          "src/mantle/Mantle.java",
          "src/mantle/world/DirectionUtils.java",
          "src/mantle/blocks/MantleBlock.java",
          "src/mantle/items/Manual.java",
          "src/mantle/blocks/abstracts/AdaptiveInventoryLogic.java",
          "build.gradle",
          "src/mantle/client/RenderItemCopy.java",
          "src/mantle/blocks/abstracts/MultiServantLogic.java",
          "src/mantle/client/gui/GuiManual.java",
          "src/mantle/blocks/abstracts/MultiItemBlock.java",
          "src/mantle/debug/DebugHelper.java"
        ],
        "commitId" : "a7808cdb26836b8819e78362f2ed8bbbf42fba9f",
        "timestamp" : 1388017801000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "initial sweep of 1.7 updating\u000a",
        "date" : "2013-12-25T19:30:01-0500",
        "id" : "a7808cdb26836b8819e78362f2ed8bbbf42fba9f",
        "msg" : "initial sweep of 1.7 updating",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/AdaptiveInventoryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/MultiItemBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/InventoryBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/MantleBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/client/gui/GuiManual.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/debug/DebugHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/world/DirectionUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/Mantle.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/items/abstracts/CraftingItem.java"
          },
          {
            "editType" : "edit",
            "file" : "build.gradle"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/iface/IFacingLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/client/RenderItemCopy.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/MultiServantLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/lib/CoreConfig.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/items/Manual.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/client/RenderItemCopy.java",
          "src/mantle/blocks/MantleBlock.java",
          "build.properties",
          "src/mantle/blocks/abstracts/ExpandableInventoryLogic.java",
          "src/mantle/lib/client/MantleClientRegistry.java",
          "src/mantle/blocks/abstracts/InventoryBlock.java"
        ],
        "commitId" : "73375967f70f21514e065730994daf7a64beaf43",
        "timestamp" : 1388169920000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "more work on 1.7 updates still WIP\u000a",
        "date" : "2013-12-27T13:45:20-0500",
        "id" : "73375967f70f21514e065730994daf7a64beaf43",
        "msg" : "more work on 1.7 updates still WIP",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "build.properties"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/lib/client/MantleClientRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/ExpandableInventoryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/client/RenderItemCopy.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/MantleBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/InventoryBlock.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/lib/CoreRepo.java",
          "src/mantle/blocks/abstracts/AdaptiveInventoryLogic.java",
          "src/mantle/blocks/abstracts/InventoryBlock.java",
          "src/mantle/blocks/abstracts/InventoryLogic.java",
          "src/mantle/client/RenderItemCopy.java",
          "src/mantle/blocks/abstracts/MultiServantLogic.java",
          "src/mantle/blocks/abstracts/MultiItemBlock.java",
          "src/mantle/blocks/abstracts/ExpandableInventoryLogic.java",
          "src/mantle/lib/environment/EnvironmentChecks.java",
          "src/mantle/Mantle.java"
        ],
        "commitId" : "d8b0a824d8d0145036799f88bef9117a0b067770",
        "timestamp" : 1388325978000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "2nd update sweep\u000a",
        "date" : "2013-12-29T09:06:18-0500",
        "id" : "d8b0a824d8d0145036799f88bef9117a0b067770",
        "msg" : "2nd update sweep",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/mantle/client/RenderItemCopy.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/AdaptiveInventoryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/ExpandableInventoryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/InventoryBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/lib/environment/EnvironmentChecks.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/InventoryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/MultiServantLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/Mantle.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/MultiItemBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/lib/CoreRepo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/blocks/iface/IServantLogic.java",
          "src/mantle/blocks/MantleBlock.java",
          "src/mantle/blocks/abstracts/AdaptiveInventoryLogic.java",
          "src/mantle/blocks/abstracts/InventoryBlock.java",
          "src/mantle/client/RenderItemCopy.java",
          "src/mantle/blocks/abstracts/MultiServantLogic.java",
          "src/mantle/blocks/abstracts/InventorySlab.java"
        ],
        "commitId" : "dbea88ed9ed409330e7bf395c1aa0e31e3ef41f4",
        "timestamp" : 1388350795000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "more 1.7 fixes\u000a",
        "date" : "2013-12-29T15:59:55-0500",
        "id" : "dbea88ed9ed409330e7bf395c1aa0e31e3ef41f4",
        "msg" : "more 1.7 fixes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/InventoryBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/AdaptiveInventoryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/client/RenderItemCopy.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/MantleBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/iface/IServantLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/InventorySlab.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/MultiServantLogic.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/client/block/SmallFontRenderer.java"
        ],
        "commitId" : "d00618474badb3c8d89d9c32d6807556057f9b82",
        "timestamp" : 1388351683000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "more fixes\u000a",
        "date" : "2013-12-29T16:14:43-0500",
        "id" : "d00618474badb3c8d89d9c32d6807556057f9b82",
        "msg" : "more fixes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/mantle/client/block/SmallFontRenderer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/blocks/abstracts/InventoryBlock.java",
          "src/mantle/blocks/abstracts/InventoryLogic.java",
          "src/mantle/blocks/abstracts/MultiServantLogic.java",
          "src/mantle/client/gui/GuiManual.java",
          "src/mantle/client/block/SmallFontRenderer.java",
          "src/mantle/client/gui/TurnPageButton.java",
          "src/mantle/blocks/abstracts/ExpandableInventoryLogic.java"
        ],
        "commitId" : "98947afdb6a4ea01c816184b208701802f7600a2",
        "timestamp" : 1388416694000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "more 1.7 work\u000a",
        "date" : "2013-12-30T10:18:14-0500",
        "id" : "98947afdb6a4ea01c816184b208701802f7600a2",
        "msg" : "more 1.7 work",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/InventoryBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/MultiServantLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/client/gui/TurnPageButton.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/client/block/SmallFontRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/ExpandableInventoryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/InventoryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/client/gui/GuiManual.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/blocks/abstracts/MultiServantLogic.java",
          "src/mantle/client/block/SmallFontRenderer.java",
          "src/mantle/client/gui/TurnPageButton.java",
          "src/mantle/blocks/abstracts/ExpandableInventoryLogic.java",
          "src/mantle/blocks/abstracts/AdaptiveInventoryLogic.java",
          "src/mantle/blocks/abstracts/InventoryLogic.java"
        ],
        "commitId" : "ef73612e9a6c3f2a424dbb53413d547c2cbffadf",
        "timestamp" : 1388419731000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "16 errors left\u000a",
        "date" : "2013-12-30T11:08:51-0500",
        "id" : "ef73612e9a6c3f2a424dbb53413d547c2cbffadf",
        "msg" : "16 errors left",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/mantle/client/block/SmallFontRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/client/gui/TurnPageButton.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/AdaptiveInventoryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/ExpandableInventoryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/InventoryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/MultiServantLogic.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/blocks/abstracts/MultiServantLogic.java",
          "src/mantle/client/RenderItemCopy.java",
          "src/mantle/client/gui/GuiManual.java",
          "src/mantle/blocks/abstracts/ExpandableInventoryLogic.java",
          "src/mantle/blocks/abstracts/InventoryBlock.java",
          "src/mantle/blocks/abstracts/InventoryLogic.java"
        ],
        "commitId" : "f5cca31c4d3778f50f2a68eb917368f09faf1163",
        "timestamp" : 1388447343000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "0 compile errors\u000a",
        "date" : "2013-12-30T18:49:03-0500",
        "id" : "f5cca31c4d3778f50f2a68eb917368f09faf1163",
        "msg" : "0 compile errors",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/MultiServantLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/InventoryBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/ExpandableInventoryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/InventoryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/client/RenderItemCopy.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/client/gui/GuiManual.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "build.gradle"
        ],
        "commitId" : "96c22b865591ee0032af8aaaeb1eaa6ed3b1594c",
        "timestamp" : 1388463241000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "clean up repo's in build.gradle\u000a",
        "date" : "2013-12-30T23:14:01-0500",
        "id" : "96c22b865591ee0032af8aaaeb1eaa6ed3b1594c",
        "msg" : "clean up repo's in build.gradle",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "build.gradle"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "build.properties"
        ],
        "commitId" : "21f16f7db7d6e39922d9b91670fbaa7b1fbfd520",
        "timestamp" : 1388463350000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "fix derp in properties,  bump forge version\u000a",
        "date" : "2013-12-30T23:15:50-0500",
        "id" : "21f16f7db7d6e39922d9b91670fbaa7b1fbfd520",
        "msg" : "fix derp in properties,  bump forge version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "build.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "resources/mcmod.info",
          "src/mantle/Mantle.java"
        ],
        "commitId" : "f374ca240829c5b85760340a8edec9196f5ca5b6",
        "timestamp" : 1388511443000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "fix compiling\u000a",
        "date" : "2013-12-31T12:37:23-0500",
        "id" : "f374ca240829c5b85760340a8edec9196f5ca5b6",
        "msg" : "fix compiling",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/mantle/Mantle.java"
          },
          {
            "editType" : "edit",
            "file" : "resources/mcmod.info"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/client/MProxyClient.java",
          "src/mantle/client/block/SmallFontRenderer.java"
        ],
        "commitId" : "81d4605904997c7e5da43aec100b4fb3f8125b98",
        "timestamp" : 1388514819000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "mantle runs\u000aNOTE: rendering engine shouldnt be null but seems to be\u000a",
        "date" : "2013-12-31T13:33:39-0500",
        "id" : "81d4605904997c7e5da43aec100b4fb3f8125b98",
        "msg" : "mantle runs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/mantle/client/MProxyClient.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/client/block/SmallFontRenderer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/blocks/abstracts/InventoryBlock.java"
        ],
        "commitId" : "cc5b894b96929509e5df9b895c22fc92b0b0a4f1",
        "timestamp" : 1388517095000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "get rid of ID in inventoryblock constructor\u000a",
        "date" : "2013-12-31T14:11:35-0500",
        "id" : "cc5b894b96929509e5df9b895c22fc92b0b0a4f1",
        "msg" : "get rid of ID in inventoryblock constructor",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/InventoryBlock.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/blocks/abstracts/InventorySlab.java"
        ],
        "commitId" : "2db77dc2d88090ce22c5fa66292020be99042f6f",
        "timestamp" : 1388517219000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "do the same with inventoryslab\u000a",
        "date" : "2013-12-31T14:13:39-0500",
        "id" : "2db77dc2d88090ce22c5fa66292020be99042f6f",
        "msg" : "do the same with inventoryslab",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/mantle/blocks/abstracts/InventorySlab.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/debug/DebugHelper.java",
          "src/mantle/player/PlayerUtils.java"
        ],
        "commitId" : "d4f5ebbca29f8503ead1f7f746cceb3cc980fcf9",
        "timestamp" : 1389059272000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "fix debug chat messages, add in player utils for things like chat messages\u000a",
        "date" : "2014-01-06T20:47:52-0500",
        "id" : "d4f5ebbca29f8503ead1f7f746cceb3cc980fcf9",
        "msg" : "fix debug chat messages, add in player utils for things like chat",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/mantle/debug/DebugHelper.java"
          },
          {
            "editType" : "add",
            "file" : "src/mantle/player/PlayerUtils.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/player/PlayerUtils.java"
        ],
        "commitId" : "94b1983cf633eae2c640fa1d44eeece29fd6eeb2",
        "timestamp" : 1389041468000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/sunstrike",
          "fullName" : "Sunstrike"
        },
        "authorEmail" : "sun@sunstrike.io",
        "comment" : "Update PlayerUtils.java\u000a\u000aMisc formatting and javadocs.\u000a",
        "date" : "2014-01-06T20:51:08+0000",
        "id" : "94b1983cf633eae2c640fa1d44eeece29fd6eeb2",
        "msg" : "Update PlayerUtils.java",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/mantle/player/PlayerUtils.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/mantle/common/ComparisonHelper.java",
          "src/mantle/lib/CoreRepo.java",
          "src/mantle/blocks/BlockUtils.java"
        ],
        "commitId" : "e07dc82fff46f201ab627ac7d08fede31b1251d1",
        "timestamp" : 1389267135000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "add in some utils, including one not fully implemented yet to reduce errors, and prevent logic derps\u000a",
        "date" : "2014-01-09T06:32:15-0500",
        "id" : "e07dc82fff46f201ab627ac7d08fede31b1251d1",
        "msg" : "add in some utils, including one not fully implemented yet to reduce",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/mantle/blocks/BlockUtils.java"
          },
          {
            "editType" : "add",
            "file" : "src/mantle/common/ComparisonHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/mantle/lib/CoreRepo.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
      "fullName" : "progwml6"
    },
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/sunstrike",
      "fullName" : "Sunstrike"
    }
  ]
}