{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 199",
          "upstreamBuild" : 199,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 199,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4febb33b6c6b1690305a614333a389f15c428849",
            "branch" : [
              {
                "SHA1" : "4febb33b6c6b1690305a614333a389f15c428849",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4febb33b6c6b1690305a614333a389f15c428849",
            "branch" : [
              {
                "SHA1" : "4febb33b6c6b1690305a614333a389f15c428849",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4febb33b6c6b1690305a614333a389f15c428849",
        "branch" : [
          {
            "SHA1" : "4febb33b6c6b1690305a614333a389f15c428849",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 7,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#199",
  "duration" : 372457,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #199",
  "id" : "2010-11-07_22-24-55",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 199,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1289165095000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/199/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-c3d-006",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java",
          "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/java/com/sun/gluegen/opengl/GLConfiguration.java",
          "src/java/com/sun/gluegen/opengl/GLEmitter.java",
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "488170c4c598cfce0edf363ad17e3fc3113732df",
        "timestamp" : 1137295480000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Moved GlueGen out of the JOGL workspace and into its own project.\u000aRestructured JOGL and JOAL build processes to separately invoke\u000aGlueGen's main build.xml before using it to generate their code.\u000aRefactored OS/CPU detection code into gluegen-cpptasks.xml build file\u000ain GlueGen workspace, which is now imported by both the JOGL and JOAL\u000abuild processes. Unfortunately it seems to be somewhat difficult to\u000acompletely factor out the C compiler configuration into the GlueGen\u000aworkspace so this has been left for a later date. Added missed\u000aALProcAddressLookup file to JOAL workspace. Updated JOGL and JOAL\u000abuild documentation. More documentation for the GlueGen workspace is\u000aforthcoming.\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@3 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2006-01-15T03:24:40+0000",
        "id" : "488170c4c598cfce0edf363ad17e3fc3113732df",
        "msg" : "Moved GlueGen out of the JOGL workspace and into its own project.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/opengl/GLEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/ant/StaticGLGenTask.java"
        ],
        "commitId" : "cc8796ca9edbb63d4a1d139149f05259913013ba",
        "timestamp" : 1137295480000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Moved GlueGen out of the JOGL workspace and into its own project.\u000aRestructured JOGL and JOAL build processes to separately invoke\u000aGlueGen's main build.xml before using it to generate their code.\u000aRefactored OS/CPU detection code into gluegen-cpptasks.xml build file\u000ain GlueGen workspace, which is now imported by both the JOGL and JOAL\u000abuild processes. Unfortunately it seems to be somewhat difficult to\u000acompletely factor out the C compiler configuration into the GlueGen\u000aworkspace so this has been left for a later date. Added missed\u000aALProcAddressLookup file to JOAL workspace. Updated JOGL and JOAL\u000abuild documentation. More documentation for the GlueGen workspace is\u000aforthcoming.\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@3 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2006-01-15T03:24:40+0000",
        "id" : "cc8796ca9edbb63d4a1d139149f05259913013ba",
        "msg" : "Moved GlueGen out of the JOGL workspace and into its own project.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/ant/StaticGLGenTask.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
        ],
        "commitId" : "327d57dcc8f36e9dcce5764367e2bb759e207d92",
        "timestamp" : 1139162963000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to\u000akeep track of server-side OpenGL objects, like textures and display\u000alists, created by the end user to preserve the illusion of independent\u000acontexts even though they will all share textures and display lists\u000awith the Java2D OpenGL context in order to access its FBO. Added\u000aGLObjectTracker class to track creation and destruction of these\u000aobjects and to support cleanup when the last referring context has\u000abeen destroyed. Modified GLContextShareSet to create and install\u000aGLObjectTrackers when necessary and GLContext to ref and unref tracker\u000aappropriately. Changed GlueGen's JavaPrologue and JavaEpilogue\u000adirectives (and their documentation) to perform argument name\u000asubstitution. Wrote documentation section on argument name\u000asubstitution and specified behavior for primitive arrays (converts to\u000astring \"array_name, array_name_offset\" in substitution). Rephrased\u000aGlueGen's RangeCheck directives in terms of JavaPrologue directives\u000aand deleted old specialized code. Fixed bug in handling of VBO support\u000ain GLConfiguration when JavaPrologue was present for affected\u000afunctions. Added JavaPrologue and JavaEpilogue directives to all\u000aexisting OpenGL routines creating server-side objects (though it's\u000apossible some were missed) to call GLObjectTracker when necessary.\u000aAdded RangeCheck directives for these routines as well. Worked around\u000abug in JOGL demos where shutdownDemo() was being called more than once.\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@13 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2006-02-05T18:09:23+0000",
        "id" : "327d57dcc8f36e9dcce5764367e2bb759e207d92",
        "msg" : "Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "a2a815a5eb2092c49b1c2e911146ad02ad225205",
        "timestamp" : 1139778156000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Added checking of whether the correct GLContext is current to the\u000aDebugGL pipeline. Fixed dependencies in JOGL and JOAL build.xml files\u000aso that generated code gets automatically rebuilt if GlueGen is\u000aupdated.\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@15 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2006-02-12T21:02:36+0000",
        "id" : "a2a815a5eb2092c49b1c2e911146ad02ad225205",
        "msg" : "Added checking of whether the correct GLContext is current to the",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "bf6de7167a62d48d081807ede7489c93d1bf16a6",
        "timestamp" : 1140127140000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Fixed typos in javadoc\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@16 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2006-02-16T21:59:00+0000",
        "id" : "bf6de7167a62d48d081807ede7489c93d1bf16a6",
        "msg" : "Fixed typos in javadoc",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java"
        ],
        "commitId" : "892aa206a224fdbb6279bed0dcecfafc8c17a33a",
        "timestamp" : 1141607365000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Did refactoring and made private fields protected in order to allow\u000asubclassing\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@21 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2006-03-06T01:09:25+0000",
        "id" : "892aa206a224fdbb6279bed0dcecfafc8c17a33a",
        "msg" : "Did refactoring and made private fields protected in order to allow",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/nativesig/NativeSignatureEmitter.java",
          "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
        ],
        "commitId" : "c29a7238fcd2c47443bca26796088fcdd131d853",
        "timestamp" : 1141607885000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Added NativeSignatureEmitter\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@22 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2006-03-06T01:18:05+0000",
        "id" : "c29a7238fcd2c47443bca26796088fcdd131d853",
        "msg" : "Added NativeSignatureEmitter",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureEmitter.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/ant/StaticGLGenTask.java"
        ],
        "commitId" : "a168b43dc2163114daa19f88b6f5965678ad601e",
        "timestamp" : 1146641577000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Applied fix from user GKW on javagaming.org forums for building from\u000awithin NetBeans\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@32 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2006-05-03T07:32:57+0000",
        "id" : "a168b43dc2163114daa19f88b6f5965678ad601e",
        "msg" : "Applied fix from user GKW on javagaming.org forums for building from",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/ant/StaticGLGenTask.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "e28ab5dd66d8108287f3ff34988ed4c1b6bc4fa0",
        "timestamp" : 1181244386000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Fixed build problem with last checkin to make GlueGen runtime package\u000aconfigurable\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@63 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2007-06-07T19:26:26+0000",
        "id" : "e28ab5dd66d8108287f3ff34988ed4c1b6bc4fa0",
        "msg" : "Fixed build problem with last checkin to make GlueGen runtime package",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
        ],
        "commitId" : "c5710fb549a8812fa1785fd703e5227229014aca",
        "timestamp" : 1208626444000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Fixed Issue 6: unqualified class names in generated java code\u000a\u000aApplied and expanded patch from user tck to fully qualify all\u000areferences to New I/O classes in generated code. Tested by removing\u000aImport of java.nio.* from JOGL and JOAL; required modification of the\u000acustom Java code for those packages, but otherwise working well.\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@73 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2008-04-19T17:34:04+0000",
        "id" : "c5710fb549a8812fa1785fd703e5227229014aca",
        "msg" : "Fixed Issue 6: unqualified class names in generated java code",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "400af9844eacf5cd9f11f3c381ace3d319d33913",
        "timestamp" : 1210677443000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Refactorings to support building JOGL and supporting libraries on\u000aJava ME / CDC / FP\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@75 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2008-05-13T11:17:23+0000",
        "id" : "400af9844eacf5cd9f11f3c381ace3d319d33913",
        "msg" : "Refactorings to support building JOGL and supporting libraries on",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java",
          "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/java/com/sun/gluegen/opengl/GLConfiguration.java",
          "src/java/com/sun/gluegen/opengl/GLEmitter.java",
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "683dad39d72b99794096f5dbfdc2e70f443f2cf6",
        "timestamp" : 1245105573000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX\u000aon to trunk\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@146 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2009-06-15T22:39:33+0000",
        "id" : "683dad39d72b99794096f5dbfdc2e70f443f2cf6",
        "msg" : "Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/nativesig/NativeSignatureEmitter.java",
          "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java",
          "src/java/com/sun/gluegen/ant/StaticGLGenTask.java"
        ],
        "commitId" : "69eb392cbaf4268af06dbafc25983dfdd2a685b0",
        "timestamp" : 1245105573000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX\u000aon to trunk\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@146 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2009-06-15T22:39:33+0000",
        "id" : "69eb392cbaf4268af06dbafc25983dfdd2a685b0",
        "msg" : "Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/ant/StaticGLGenTask.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureEmitter.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java",
          "src/java/com/sun/gluegen/opengl/GLConfiguration.java",
          "src/java/com/sun/gluegen/runtime/opengl/GLExtensionNames.java",
          "src/java/com/sun/gluegen/opengl/GLEmitter.java",
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "62444f682ec7a1a279d0f63af8848a8494ad9977",
        "timestamp" : 1245105768000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now closed\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@147 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2009-06-15T22:42:48+0000",
        "id" : "62444f682ec7a1a279d0f63af8848a8494ad9977",
        "msg" : "Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/runtime/opengl/GLExtensionNames.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/nativesig/NativeSignatureEmitter.java",
          "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java",
          "src/java/com/sun/gluegen/ant/StaticGLGenTask.java"
        ],
        "commitId" : "6221b5380137915ae3f2cb9d57c18a556484bd82",
        "timestamp" : 1245105768000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
          "fullName" : "Kenneth Russel"
        },
        "authorEmail" : "kbrussel@alum.mit.edu",
        "comment" : "Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now closed\u000a\u000a\u000agit-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@147 a78bb65f-1512-4460-ba86-f6dc96a7bf27\u000a",
        "date" : "2009-06-15T22:42:48+0000",
        "id" : "6221b5380137915ae3f2cb9d57c18a556484bd82",
        "msg" : "Copied JOGL_2_SANDBOX r145 on to trunk; JOGL_2_SANDBOX branch is now",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/ant/StaticGLGenTask.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureEmitter.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "edbf35a6e713661a60a9518eeaa818c15aab089d",
        "timestamp" : 1248895137000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sg215889",
          "fullName" : "sg215889"
        },
        "authorEmail" : "sg215889@jordan.goethel.localnet",
        "comment" : "Add GL2GL3 synthetic methods for OpenGL Composable Pipeline\u000a",
        "date" : "2009-07-29T12:18:57-0700",
        "id" : "edbf35a6e713661a60a9518eeaa818c15aab089d",
        "msg" : "Add GL2GL3 synthetic methods for OpenGL Composable Pipeline",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "22c78ff7b99a0ba42cbd019a3517fbeb4c6890a1",
        "timestamp" : 1249141596000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "refine Trace/Debug output\u000a",
        "date" : "2009-08-01T08:46:36-0700",
        "id" : "22c78ff7b99a0ba42cbd019a3517fbeb4c6890a1",
        "msg" : "refine Trace/Debug output",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "c83fc5cdcc615b4ee88ac2e0eb8737970fb2b8c3",
        "timestamp" : 1249144275000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Retain interface order in Custom Pipeline\u000a",
        "date" : "2009-08-01T09:31:15-0700",
        "id" : "c83fc5cdcc615b4ee88ac2e0eb8737970fb2b8c3",
        "msg" : "Retain interface order in Custom Pipeline",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/java/com/sun/gluegen/opengl/GLEmitter.java",
          "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
        ],
        "commitId" : "48465d43cf58d98758639f4064cc5eb3ee86bee8",
        "timestamp" : 1249284330000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OpenGL: Add comment: Part of <extension>\u000a",
        "date" : "2009-08-03T00:25:30-0700",
        "id" : "48465d43cf58d98758639f4064cc5eb3ee86bee8",
        "msg" : "OpenGL: Add comment: Part of <extension>",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java",
          "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/java/com/sun/gluegen/opengl/GLConfiguration.java",
          "src/java/com/sun/gluegen/opengl/GLEmitter.java"
        ],
        "commitId" : "ae26bd0aac4a98c26aceb95584988defae970dde",
        "timestamp" : 1249507909000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Cleanup for a better OpenGL 3.2 integration,\u000afor subsuming extensions:\u000a    - Allow RenameExtensionIntoCore generate duplicate names,\u000a      ie those will not be generated.\u000a    - Add proper comment showing the extension of the symbol.\u000a    - Fail if no 'GLHeader' is specified, but we are processing a GL/ProcAddress config\u000a    - Fail if a GL function is not part of an extension\u000a\u000aMethodBinding, ConstantDefinition cleanup:\u000a    - getName() returns the renamed name\u000a    - getOrigName() returns the original\u000a    - getAliasedNames() returns the aliased ones\u000a\u000aMethodBinding:\u000a    - Change: equals() operates on renamed name\u000a    - Add: hashCode() function - same criteria as equals()\u000a\u000aImpact:\u000a    - All config options etc shall trigger with the renamed name,\u000a      but ignore, rename etc.\u000a    - Generated Java impl. uses the renamed base name as well\u000a\u000aChange: emitDefine() uses the ConstantDefinition\u000a\u000aAdd: JavaConfiguration: dumpRenames()\u000a\u000aChange JavaConfiguration.shouldIgnoreInInterface/Impl():\u000a    - respect the renamed symbol name as well\u000a\u000aChange JavaEmitter.emitFunctions():\u000a    - only emit a generated MethodBinding once,\u000a      therefor store emitted method bindings in a HashSet\u000a\u000aFix BuildStaticGLInfo:\u000a    - Allow white space at the end of #ifndef and #define\u000a    - Trim strings\u000a    - Allow 'const' qualifier in function pattern\u000a\u000aFix GLEmitter:\u000a    - Fail if no 'GLHeader' is specified, but a RenameIntoCore option ..\u000a    - Don't emit marker defines, marking an extension (ie not part of an extension)\u000a\u000aFix GLJavaMethodBindingEmitter:\u000a    - Fail if a GL function is not part of an extension\u000a\u000aFix PCPP:\u000a    - Pass constant type qualifiers for hex-constants: 'l' 'L' ...\u000a\u000aFix ProcAddressEmitter:\u000a    - Operate on the aliased/renamed name for querying ProcAddress usage\u000a      and generating code.\u000a",
        "date" : "2009-08-05T14:31:49-0700",
        "id" : "ae26bd0aac4a98c26aceb95584988defae970dde",
        "msg" : "Cleanup for a better OpenGL 3.2 integration,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/nativesig/NativeSignatureEmitter.java",
          "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
        ],
        "commitId" : "77b3e23485e3d53febd07c2d6dfcf2ade111ba63",
        "timestamp" : 1249507909000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Cleanup for a better OpenGL 3.2 integration,\u000afor subsuming extensions:\u000a    - Allow RenameExtensionIntoCore generate duplicate names,\u000a      ie those will not be generated.\u000a    - Add proper comment showing the extension of the symbol.\u000a    - Fail if no 'GLHeader' is specified, but we are processing a GL/ProcAddress config\u000a    - Fail if a GL function is not part of an extension\u000a\u000aMethodBinding, ConstantDefinition cleanup:\u000a    - getName() returns the renamed name\u000a    - getOrigName() returns the original\u000a    - getAliasedNames() returns the aliased ones\u000a\u000aMethodBinding:\u000a    - Change: equals() operates on renamed name\u000a    - Add: hashCode() function - same criteria as equals()\u000a\u000aImpact:\u000a    - All config options etc shall trigger with the renamed name,\u000a      but ignore, rename etc.\u000a    - Generated Java impl. uses the renamed base name as well\u000a\u000aChange: emitDefine() uses the ConstantDefinition\u000a\u000aAdd: JavaConfiguration: dumpRenames()\u000a\u000aChange JavaConfiguration.shouldIgnoreInInterface/Impl():\u000a    - respect the renamed symbol name as well\u000a\u000aChange JavaEmitter.emitFunctions():\u000a    - only emit a generated MethodBinding once,\u000a      therefor store emitted method bindings in a HashSet\u000a\u000aFix BuildStaticGLInfo:\u000a    - Allow white space at the end of #ifndef and #define\u000a    - Trim strings\u000a    - Allow 'const' qualifier in function pattern\u000a\u000aFix GLEmitter:\u000a    - Fail if no 'GLHeader' is specified, but a RenameIntoCore option ..\u000a    - Don't emit marker defines, marking an extension (ie not part of an extension)\u000a\u000aFix GLJavaMethodBindingEmitter:\u000a    - Fail if a GL function is not part of an extension\u000a\u000aFix PCPP:\u000a    - Pass constant type qualifiers for hex-constants: 'l' 'L' ...\u000a\u000aFix ProcAddressEmitter:\u000a    - Operate on the aliased/renamed name for querying ProcAddress usage\u000a      and generating code.\u000a",
        "date" : "2009-08-05T14:31:49-0700",
        "id" : "77b3e23485e3d53febd07c2d6dfcf2ade111ba63",
        "msg" : "Cleanup for a better OpenGL 3.2 integration,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java"
        ],
        "commitId" : "3efa8c6f680a873f126b82a74538d883fb9438cc",
        "timestamp" : 1249512145000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix: Add unsigned qualifier, CGL and GLU\u000a",
        "date" : "2009-08-05T15:42:25-0700",
        "id" : "3efa8c6f680a873f126b82a74538d883fb9438cc",
        "msg" : "Fix: Add unsigned qualifier, CGL and GLU",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java",
          "src/java/com/sun/gluegen/opengl/GLEmitter.java"
        ],
        "commitId" : "47319dab5b769a5a685bc329c8e5a37a710e1687",
        "timestamp" : 1249516657000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix: Allow all constanst defined by enums; Add PFD_ defines.\u000a",
        "date" : "2009-08-05T16:57:37-0700",
        "id" : "47319dab5b769a5a685bc329c8e5a37a710e1687",
        "msg" : "Fix: Allow all constanst defined by enums; Add PFD_ defines.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java",
          "src/java/com/sun/gluegen/opengl/GLConfiguration.java",
          "src/java/com/sun/gluegen/opengl/GLEmitter.java"
        ],
        "commitId" : "a3ce5e8e3bfae850a638c0b40679ed885bceea82",
        "timestamp" : 1249518566000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix: Remove PFD_ defines. Add GL Option: AllowNonGLExtensions <bool> to allow non GL extensions to be passed. Allow ifndef/define pattern to have any characters at the end\u000a",
        "date" : "2009-08-05T17:29:26-0700",
        "id" : "a3ce5e8e3bfae850a638c0b40679ed885bceea82",
        "msg" : "Fix: Remove PFD_ defines. Add GL Option: AllowNonGLExtensions <bool> to",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/java/com/sun/gluegen/opengl/GLEmitter.java"
        ],
        "commitId" : "be85daf04cab1484cca214648a8c12aca0bd1fb2",
        "timestamp" : 1249533158000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add <br> in comment\u000a",
        "date" : "2009-08-05T21:32:38-0700",
        "id" : "be85daf04cab1484cca214648a8c12aca0bd1fb2",
        "msg" : "Add <br> in comment",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "ee26483627005ddd4316124dc76cf0c2d049d45f",
        "timestamp" : 1255901566000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add GL3bc to OpenGL composable pipeline\u000a",
        "date" : "2009-10-18T14:32:46-0700",
        "id" : "ee26483627005ddd4316124dc76cf0c2d049d45f",
        "msg" : "Add GL3bc to OpenGL composable pipeline",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java",
          "src/java/com/sun/gluegen/opengl/GLConfiguration.java",
          "src/java/com/sun/gluegen/opengl/GLEmitter.java"
        ],
        "commitId" : "44f869b292f858cf9ad8c893ae30d39fadda1102",
        "timestamp" : 1259705686000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "continued with code cleanup in com.sun.gluegen.cgram and com.sun.gluegen.opengl packages.\u000a",
        "date" : "2009-12-01T23:14:46+0100",
        "id" : "44f869b292f858cf9ad8c893ae30d39fadda1102",
        "msg" : "continued with code cleanup in com.sun.gluegen.cgram and",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java",
          "src/java/com/sun/gluegen/opengl/GLConfiguration.java",
          "src/java/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java",
          "src/java/com/sun/gluegen/runtime/opengl/GLExtensionNames.java",
          "src/java/com/sun/gluegen/opengl/GLEmitter.java",
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "48360cccc3e995160a6966618bb173a84ebd101d",
        "timestamp" : 1269649587000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.\u000a",
        "date" : "2010-03-27T01:26:27+0100",
        "id" : "48360cccc3e995160a6966618bb173a84ebd101d",
        "msg" : "renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/runtime/opengl/GLExtensionNames.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "23ac5ee1186d2682e776d211dc939a874073c9ab",
        "timestamp" : 1269719724000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "com.sun.opengl -> com.jogamp.opengl.\u000a",
        "date" : "2010-03-27T20:55:24+0100",
        "id" : "23ac5ee1186d2682e776d211dc939a874073c9ab",
        "msg" : "com.sun.opengl -> com.jogamp.opengl.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
        ],
        "commitId" : "b67f833f1ea5f7a271323e914d412d2939babca9",
        "timestamp" : 1269820928000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "renamed BufferFactory into Buffers.\u000a",
        "date" : "2010-03-29T02:02:08+0200",
        "id" : "b67f833f1ea5f7a271323e914d412d2939babca9",
        "msg" : "renamed BufferFactory into Buffers.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
        ],
        "commitId" : "045a6ed7595f576dabfc8a565d7038fd46aacfbf",
        "timestamp" : 1269820928000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "renamed BufferFactory into Buffers.\u000a",
        "date" : "2010-03-29T02:02:08+0200",
        "id" : "045a6ed7595f576dabfc8a565d7038fd46aacfbf",
        "msg" : "renamed BufferFactory into Buffers.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java",
          "src/java/com/sun/gluegen/opengl/GLConfiguration.java",
          "src/java/com/sun/gluegen/opengl/GLEmitter.java",
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "af9ff963c4120731ec65ed1a9628e82d1f5b66e1",
        "timestamp" : 1270047936000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "refactoring and code cleanup in gluegen.opengl and gluegen.procaddress package.\u000a",
        "date" : "2010-03-31T17:05:36+0200",
        "id" : "af9ff963c4120731ec65ed1a9628e82d1f5b66e1",
        "msg" : "refactoring and code cleanup in gluegen.opengl and gluegen.procaddress",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/nativesig/NativeSignatureEmitter.java",
          "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
        ],
        "commitId" : "ff295aa4b012730594a33a4f3a2b443b7ea6b892",
        "timestamp" : 1270047936000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "refactoring and code cleanup in gluegen.opengl and gluegen.procaddress package.\u000a",
        "date" : "2010-03-31T17:05:36+0200",
        "id" : "ff295aa4b012730594a33a4f3a2b443b7ea6b892",
        "msg" : "refactoring and code cleanup in gluegen.opengl and gluegen.procaddress",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "7d496e943b7428983216a286404aec5d640e2f7c",
        "timestamp" : 1270065219000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "fixed generated imports rudimentary (not DRY).. cleanup in work.\u000a",
        "date" : "2010-03-31T21:53:39+0200",
        "id" : "7d496e943b7428983216a286404aec5d640e2f7c",
        "msg" : "fixed generated imports rudimentary (not DRY).. cleanup in work.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "80e45281228311699c9a2cb21d402c224301f04a",
        "timestamp" : 1270673483000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "gluegen imports now com.jogamp.common.nio.* and java.nio.* instead of using FQCN in emitted files.\u000a",
        "date" : "2010-04-07T22:51:23+0200",
        "id" : "80e45281228311699c9a2cb21d402c224301f04a",
        "msg" : "gluegen imports now com.jogamp.common.nio.* and java.nio.* instead of",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
        ],
        "commitId" : "1861320c390b7961dbebeffeedaa8e2ceefd6c81",
        "timestamp" : 1271350540000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add emitting is|get GL4|GL4bc\u000a",
        "date" : "2010-04-15T18:55:40+0200",
        "id" : "1861320c390b7961dbebeffeedaa8e2ceefd6c81",
        "msg" : "Add emitting is|get GL4|GL4bc",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java",
          "src/java/com/sun/gluegen/opengl/GLEmitter.java"
        ],
        "commitId" : "0b98f807fc0c3cefacaa238f157b4a61874d6e2b",
        "timestamp" : 1272118416000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "Refactored ProcAddressTable generation.\u000a - ProcAddressTable is now the common superclass for all tables\u000a - Removed ProcAddressHelpers and added FunctionAddressResolver extension mechanism\u000a",
        "date" : "2010-04-24T16:13:36+0200",
        "id" : "0b98f807fc0c3cefacaa238f157b4a61874d6e2b",
        "msg" : "Refactored ProcAddressTable generation.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/sun/gluegen/opengl/GLEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java"
        ],
        "commitId" : "f8fe770c3e32b8159476b2f02cd316288bae06b1",
        "timestamp" : 1272324100000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix GLProcAddressResolver regression: Loop through all names until found or n/a. Return 0 if not found, no Exception\u000a",
        "date" : "2010-04-27T01:21:40+0200",
        "id" : "f8fe770c3e32b8159476b2f02cd316288bae06b1",
        "msg" : "Fix GLProcAddressResolver regression: Loop through all names until found",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java"
        ],
        "commitId" : "4b3c44f66284fa932bf4dd5a4b7d00fab0d9e692",
        "timestamp" : 1284425137000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "LICENSE.txt changes:\u000a    - Added JogAmp Community and common denominator:\u000a            New BSD 3-clause license\u000a\u000a    - Added note to make/lib binary file (source and license)\u000a\u000aAdded source and license text for external binaries used\u000ain build process (make/lib folder).\u000a\u000aChanged 'Sven Gothel' and 'Michael Bien' New BSD 3-clause license\u000ato 'JogAmp Community' Simplified BSD 2-clause license.\u000a",
        "date" : "2010-09-14T02:45:37+0200",
        "id" : "4b3c44f66284fa932bf4dd5a4b7d00fab0d9e692",
        "msg" : "LICENSE.txt changes:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/egl/KD/kd.h",
          "make/stub_includes/egl/KD/kdplatform.h"
        ],
        "commitId" : "00bca06d233820ef64272c2e4af135660f65cc9e",
        "timestamp" : 1288892170000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Replaced with khronos 1.0.3 version\u000a",
        "date" : "2010-11-04T18:36:10+0100",
        "id" : "00bca06d233820ef64272c2e4af135660f65cc9e",
        "msg" : "Replaced with khronos 1.0.3 version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/KD/kd.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/KD/kdplatform.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/egl/KD/kdplatform.h"
        ],
        "commitId" : "94df5aa8a3e232d949cbbf49a934df0d22f686dd",
        "timestamp" : 1288892211000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adding Win MSC patch\u000a",
        "date" : "2010-11-04T18:36:51+0100",
        "id" : "94df5aa8a3e232d949cbbf49a934df0d22f686dd",
        "msg" : "Adding Win MSC patch",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/KD/kdplatform.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/egl/EGL/egl.h",
          "make/stub_includes/egl/EGL/eglplatform.h",
          "make/stub_includes/egl/EGL/eglext.h"
        ],
        "commitId" : "297725b7559d67381ea45460f2a6e4c557ea62de",
        "timestamp" : 1288892421000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Replaced with khronos versions: egl 1.4 2009-10-21, eglext 8 2010-11-03, eglplatform 2010-08-25\u000a",
        "date" : "2010-11-04T18:40:21+0100",
        "id" : "297725b7559d67381ea45460f2a6e4c557ea62de",
        "msg" : "Replaced with khronos versions: egl 1.4 2009-10-21, eglext 8 2010-11-03,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/EGL/egl.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/EGL/eglext.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/EGL/eglplatform.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/egl/EGL/eglplatform.h",
          "make/stub_includes/egl/EGL/egl.h",
          "make/stub_includes/egl/EGL/eglext.h"
        ],
        "commitId" : "f7212fd20236827c0fca8b5c76486e60de2db535",
        "timestamp" : 1288892752000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adding patches for gluegen interoperability and adding some extensions:\u000a\u000a    - eglplatform.h: if platform not recognized, use 'void pointer' for EGLNativeDisplayType, EGLNativeWindowType and EGLNativePixmapType\u000a    - egl.h: adding ifndef core extension for gluegen and eglGetProcAddress\u000a    - eglext.h: adding EGL_NV_texture_rectangle, EGL_NV_system_time, EGL_NV_omx_il_sink, EGL_RMSURFACE_NV\u000a",
        "date" : "2010-11-04T18:45:52+0100",
        "id" : "f7212fd20236827c0fca8b5c76486e60de2db535",
        "msg" : "Adding patches for gluegen interoperability and adding some extensions:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/EGL/eglplatform.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/EGL/egl.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/EGL/eglext.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/opengl/GLES/gl.h",
          "make/stub_includes/opengl/GLES/glext.h",
          "make/stub_includes/opengl/GLES/glplatform.h"
        ],
        "commitId" : "8e7797bfc4b35f36738307a052306c5b988f7729",
        "timestamp" : 1288893022000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Replaced with khronos versions: glplatform.h 1.1 2010-03-04, gl.h 1.1 2010-03-04, glext.h 2010-07-27\u000a",
        "date" : "2010-11-04T18:50:22+0100",
        "id" : "8e7797bfc4b35f36738307a052306c5b988f7729",
        "msg" : "Replaced with khronos versions: glplatform.h 1.1 2010-03-04, gl.h 1.1",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES/gl.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES/glplatform.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES/glext.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/opengl/GLES/glext.h",
          "make/stub_includes/opengl/GLES/gl.h"
        ],
        "commitId" : "c695633315116737a113136a40a2158cbe5d47c5",
        "timestamp" : 1288893278000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adding patches for gluegen interoperability and adding some extensions:\u000a    - all: changed 'TYPE name[3]' -> 'TYPE * name' for gluegen\u000a    - gl.h: adding ifndef core extension and profiles for gluegen\u000a",
        "date" : "2010-11-04T18:54:38+0100",
        "id" : "c695633315116737a113136a40a2158cbe5d47c5",
        "msg" : "Adding patches for gluegen interoperability and adding some extensions:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES/glext.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES/gl.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/opengl/GLES2/gl2ext.h",
          "make/stub_includes/opengl/GLES2/gl2platform.h",
          "make/stub_includes/opengl/GLES2/gl2.h"
        ],
        "commitId" : "b601c33cc59a3c0a8654c46960b8d8c23a2face2",
        "timestamp" : 1288893512000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Replaced with khronos versions: gl2platform.h 2.0 2010-03-04, gl2.h 2.0 2010-03-04, gl2ext.h 2010-11-03\u000a",
        "date" : "2010-11-04T18:58:32+0100",
        "id" : "b601c33cc59a3c0a8654c46960b8d8c23a2face2",
        "msg" : "Replaced with khronos versions: gl2platform.h 2.0 2010-03-04, gl2.h 2.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES2/gl2ext.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/opengl/GLES2/gl2platform.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES2/gl2.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/opengl/GLES2/gl2.h"
        ],
        "commitId" : "5c6ae60c53257169edcb888c4116fbf7c56d6956",
        "timestamp" : 1288893579000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adding patches for gluegen interoperability and adding some extensions:\u000a    - gl2.h: adding ifndef core extension and profiles for gluegen\u000a",
        "date" : "2010-11-04T18:59:39+0100",
        "id" : "5c6ae60c53257169edcb888c4116fbf7c56d6956",
        "msg" : "Adding patches for gluegen interoperability and adding some extensions:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES2/gl2.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/common/KHR/khrplatform.h"
        ],
        "commitId" : "bf83013bf8d29d9d54547f109c47517b9131a858",
        "timestamp" : 1288893698000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adding khrplatform.h from khronos 2009-10-21\u000a",
        "date" : "2010-11-04T19:01:38+0100",
        "id" : "bf83013bf8d29d9d54547f109c47517b9131a858",
        "msg" : "Adding khrplatform.h from khronos 2009-10-21",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/stub_includes/common/KHR/khrplatform.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/openmax/NVOMX_IndexExtensions.h",
          "make/stub_includes/openmax/NVOMX_ComponentRegister.h",
          "make/stub_includes/egl/KD/NV_multitouch.h",
          "make/stub_includes/egl/KD/NV_extwindowprops.h",
          "make/stub_includes/openmax/NVOMX_ComponentBase.h"
        ],
        "commitId" : "46f17013c7cd59d551371edb2c1a4a57f8cbd84f",
        "timestamp" : 1288894003000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Remove NVidia licensed KD and OMX files.\u000aIn case we still need these extensions, add them manually.\u000a",
        "date" : "2010-11-04T19:06:43+0100",
        "id" : "46f17013c7cd59d551371edb2c1a4a57f8cbd84f",
        "msg" : "Remove NVidia licensed KD and OMX files.",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "make/stub_includes/egl/KD/NV_extwindowprops.h"
          },
          {
            "editType" : "delete",
            "file" : "make/stub_includes/openmax/NVOMX_ComponentRegister.h"
          },
          {
            "editType" : "delete",
            "file" : "make/stub_includes/openmax/NVOMX_IndexExtensions.h"
          },
          {
            "editType" : "delete",
            "file" : "make/stub_includes/openmax/NVOMX_ComponentBase.h"
          },
          {
            "editType" : "delete",
            "file" : "make/stub_includes/egl/KD/NV_multitouch.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/native/x11/XineramaHelper.c",
          "src/nativewindow/native/x11/Xinerama.c",
          "src/nativewindow/native/x11/panoramiXproto.h",
          "src/nativewindow/native/x11/Xinerama.h",
          "src/nativewindow/native/x11/panoramiXext.h"
        ],
        "commitId" : "f47e8be170731d75a8b6002621a1541f90160465",
        "timestamp" : 1288894087000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Remove ancient DEC licensed file, use std X11 Xinerama extension instead.\u000a",
        "date" : "2010-11-04T19:08:07+0100",
        "id" : "f47e8be170731d75a8b6002621a1541f90160465",
        "msg" : "Remove ancient DEC licensed file, use std X11 Xinerama extension",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/nativewindow/native/x11/Xinerama.c"
          },
          {
            "editType" : "delete",
            "file" : "src/nativewindow/native/x11/Xinerama.h"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/x11/XineramaHelper.c"
          },
          {
            "editType" : "delete",
            "file" : "src/nativewindow/native/x11/panoramiXproto.h"
          },
          {
            "editType" : "delete",
            "file" : "src/nativewindow/native/x11/panoramiXext.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java"
        ],
        "commitId" : "73c2bd4caae11f084dabc34ee201e946a88d20c0",
        "timestamp" : 1288898070000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Updated list of OpenGL extension vendor suffixes\u000a",
        "date" : "2010-11-04T20:14:30+0100",
        "id" : "73c2bd4caae11f084dabc34ee201e946a88d20c0",
        "msg" : "Updated list of OpenGL extension vendor suffixes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/egl/KD/kdplatform.h",
          "make/stub_includes/egl/KD/kd.h",
          "make/stub_includes/khr/KD/kdplatform.h",
          "make/stub_includes/khr/KD/kd.h",
          "make/stub_includes/common/KHR/khrplatform.h",
          "make/stub_includes/khr/KHR/khrplatform.h"
        ],
        "commitId" : "5eceb08e10660c9f01de1a21abf816978454a486",
        "timestamp" : 1289005024000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Move khronos common header to khr\u000a",
        "date" : "2010-11-06T01:57:04+0100",
        "id" : "5eceb08e10660c9f01de1a21abf816978454a486",
        "msg" : "Move khronos common header to khr",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "make/stub_includes/egl/KD/kdplatform.h"
          },
          {
            "editType" : "delete",
            "file" : "make/stub_includes/egl/KD/kd.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/khr/KD/kdplatform.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/khr/KHR/khrplatform.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/khr/KD/kd.h"
          },
          {
            "editType" : "delete",
            "file" : "make/stub_includes/common/KHR/khrplatform.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-nativewindow.xml",
          "make/config/nativewindow/x11-lib.cfg",
          "doc/HowToBuild.html"
        ],
        "commitId" : "b0845ac49e7717c88b1714766518ac553751fa97",
        "timestamp" : 1289016723000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Complete switching over to std X11 Xinerama started with f47e8be170731d75a8b6002621a1541f90160465\u000a",
        "date" : "2010-11-06T05:12:03+0100",
        "id" : "b0845ac49e7717c88b1714766518ac553751fa97",
        "msg" : "Complete switching over to std X11 Xinerama started with",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-nativewindow.xml"
          },
          {
            "editType" : "edit",
            "file" : "doc/HowToBuild.html"
          },
          {
            "editType" : "edit",
            "file" : "make/config/nativewindow/x11-lib.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/native/openmax/omx_tool.c",
          "src/jogl/native/openmax/omx_tool.h",
          "src/newt/native/KDWindow.c"
        ],
        "commitId" : "1be7b5271ec1d08b6929a88dd811754d33d149de",
        "timestamp" : 1289016921000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Complete removal of NV KD and OMX started with 46f17013c7cd59d551371edb2c1a4a57f8cbd84f (code dependencies)\u000a\u000aThis currently removes KD fullscreen for NV devices and\u000athe whole OMX NV stream/file type detection, which renders the OMX hack useless.\u000aHowever, updated EGL sync (NV proprietary) to EGL_KHR_reusable_sync and EGL_KHR_fence_sync.\u000a",
        "date" : "2010-11-06T05:15:21+0100",
        "id" : "1be7b5271ec1d08b6929a88dd811754d33d149de",
        "msg" : "Complete removal of NV KD and OMX started with",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/native/openmax/omx_tool.c"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/native/openmax/omx_tool.h"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/KDWindow.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/util/MonitorMode.java",
          "src/jogl/classes/javax/media/opengl/GLProfile.java",
          "src/nativewindow/classes/javax/media/nativewindow/util/SurfaceSize.java",
          "src/nativewindow/classes/javax/media/nativewindow/util/Point.java",
          "src/newt/classes/com/jogamp/newt/Display.java",
          "src/nativewindow/classes/javax/media/nativewindow/util/Insets.java",
          "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderProgram.java",
          "src/nativewindow/classes/javax/media/nativewindow/util/Dimension.java",
          "src/nativewindow/classes/javax/media/nativewindow/util/Rectangle.java",
          "src/newt/classes/com/jogamp/newt/Screen.java",
          "src/jogl/classes/javax/media/opengl/GLCapabilities.java",
          "src/nativewindow/classes/javax/media/nativewindow/Capabilities.java",
          "src/newt/classes/com/jogamp/newt/ScreenMode.java"
        ],
        "commitId" : "8df147c4a1d7e2e5d63416a1bee979be858440d0",
        "timestamp" : 1289017061000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Added fast path to equals impl.\u000a",
        "date" : "2010-11-06T05:17:41+0100",
        "id" : "8df147c4a1d7e2e5d63416a1bee979be858440d0",
        "msg" : "Added fast path to equals impl.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/Capabilities.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/util/Rectangle.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/util/Dimension.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/util/Point.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/util/MonitorMode.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/ScreenMode.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderProgram.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/Screen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/Display.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/util/Insets.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/util/SurfaceSize.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLCapabilities.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/openmax/OMXInstance.java"
        ],
        "commitId" : "55cbf76d34b5485c15cb77de1e6efc85d60a1eb1",
        "timestamp" : 1289017110000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Complete 1be7b5271ec1d08b6929a88dd811754d33d149de, EGL_KHR_fence_sync ..\u000a",
        "date" : "2010-11-06T05:18:30+0100",
        "id" : "55cbf76d34b5485c15cb77de1e6efc85d60a1eb1",
        "msg" : "Complete 1be7b5271ec1d08b6929a88dd811754d33d149de, EGL_KHR_fence_sync ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/openmax/OMXInstance.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/impl/GLBufferStateTracker.java",
          "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java",
          "src/jogl/classes/com/jogamp/opengl/util/glsl/GLSLArrayHandler.java",
          "src/jogl/classes/com/jogamp/opengl/impl/ExtensionAvailabilityCache.java",
          "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsDevice.java",
          "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderState.java"
        ],
        "commitId" : "eab5a8ded0b3ee13cdc66bddb369439e0871bae7",
        "timestamp" : 1289017169000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Added missing JogAmp copyright\u000a",
        "date" : "2010-11-06T05:19:29+0100",
        "id" : "eab5a8ded0b3ee13cdc66bddb369439e0871bae7",
        "msg" : "Added missing JogAmp copyright",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/glsl/GLSLArrayHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderState.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/ExtensionAvailabilityCache.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/GLBufferStateTracker.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/gl-impl-CustomJavaCode-gles1.java",
          "src/jogl/classes/com/jogamp/opengl/impl/MemoryObject.java",
          "make/config/jogl/gl-impl-CustomCCode-gles2.c",
          "make/config/jogl/gl-impl-CustomJavaCode-gles2.java",
          "src/jogl/classes/com/jogamp/opengl/impl/GLBufferSizeTracker.java",
          "make/config/jogl/gl-impl-CustomCCode-gles1.c",
          "make/config/jogl/gl-impl-CustomCCode-gl4bc.c",
          "make/config/jogl/gl-impl-CustomJavaCode-gl4bc.java"
        ],
        "commitId" : "d1a03d19398960d6e34232f29a30f1d569fba2a7",
        "timestamp" : 1289017616000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix buffer size: 64bit GLBufferSizeTracker, hash over addr+size, save fail-fast hash cache, ..\u000a\u000aRelates to GlueGen 6b6b9b3b81cdc85b7260664ebec547756a6be5d7, branch sgothel_wip_fixes01.\u000a\u000aMemory object size is ptrdiff_t, hence long (64bit).\u000aThe hash value must include size as well, otherwise boundaries cannot be verified. (security)\u000aDouble check hash collisions while adding a new MemoryObject.\u000a",
        "date" : "2010-11-06T05:26:56+0100",
        "id" : "d1a03d19398960d6e34232f29a30f1d569fba2a7",
        "msg" : "Fix buffer size: 64bit GLBufferSizeTracker, hash over addr+size, save",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomJavaCode-gles1.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomJavaCode-gles2.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomCCode-gl4bc.c"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomJavaCode-gl4bc.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/MemoryObject.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/GLBufferSizeTracker.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomCCode-gles2.c"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-impl-CustomCCode-gles1.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/khr/KD/kdplatform.h",
          "make/stub_includes/khr/KHR/khrplatform.h",
          "make/stub_includes/khr/KD/kd.h"
        ],
        "commitId" : "3e7eed35ba0e63f93fbe45d7bb14abb0c1ff956f",
        "timestamp" : 1289017749000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix khronos typedefs\u000a\u000a- KD: use sys include\u000a- KD: use KHR/khrplatform.h\u000a- KHR/khrplatform.h: Use stddef.h ptrdiff_t and size_t if possible (fix)\u000a",
        "date" : "2010-11-06T05:29:09+0100",
        "id" : "3e7eed35ba0e63f93fbe45d7bb14abb0c1ff956f",
        "msg" : "Fix khronos typedefs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/khr/KHR/khrplatform.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/khr/KD/kd.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/khr/KD/kdplatform.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/egl/egl-64bit-types.h",
          "make/stub_includes/egl/EGL/eglext.h"
        ],
        "commitId" : "cb4da94bf947f2a3b3f0ceb9a5bbae39ee34d275",
        "timestamp" : 1289017930000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "EGL: Fix gluegen usage, use khronos 64bit typedefs\u000a",
        "date" : "2010-11-06T05:32:10+0100",
        "id" : "cb4da94bf947f2a3b3f0ceb9a5bbae39ee34d275",
        "msg" : "EGL: Fix gluegen usage, use khronos 64bit typedefs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/EGL/eglext.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/egl/egl-64bit-types.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/eglext.cfg"
        ],
        "commitId" : "e6adf010ac40436b2fe8767742d8f25176ff932c",
        "timestamp" : 1289017959000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "EGL: Fix gluegen usage\u000a",
        "date" : "2010-11-06T05:32:39+0100",
        "id" : "e6adf010ac40436b2fe8767742d8f25176ff932c",
        "msg" : "EGL: Fix gluegen usage",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/jogl/eglext.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/common/gluegen_types.h",
          "make/stub_includes/common/stddef.h",
          "make/stub_includes/common/stdint.h"
        ],
        "commitId" : "3e6bddf63876bd3fef26e5b99d7475ea5dae33a9",
        "timestamp" : 1289018105000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Accomodate GlueGen's new build in type, ie dummy stdint.h / stddef.h\u000a\u000aNeeds GlueGen 6b6b9b3b81cdc85b7260664ebec547756a6be5d7, branch sgothel_wip_fixes01.\u000a",
        "date" : "2010-11-06T05:35:05+0100",
        "id" : "3e6bddf63876bd3fef26e5b99d7475ea5dae33a9",
        "msg" : "Accomodate GlueGen's new build in type, ie dummy stdint.h / stddef.h",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/common/stdint.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/common/stddef.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/common/gluegen_types.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/common/gluegen_types.h",
          "make/stub_includes/gluegen/gluegen_types.h",
          "make/stub_includes/common/stddef.h",
          "make/stub_includes/gluegen/stddef.h",
          "make/stub_includes/common/stdint.h",
          "make/stub_includes/gluegen/stdint.h"
        ],
        "commitId" : "abe789311fa607bd73277b38024b4908e350fd8c",
        "timestamp" : 1289018149000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Move common -> gluegen, emphasizing it's use case (only for gluegen code generation)\u000a",
        "date" : "2010-11-06T05:35:49+0100",
        "id" : "abe789311fa607bd73277b38024b4908e350fd8c",
        "msg" : "Move common -> gluegen, emphasizing it's use case (only for gluegen code",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "make/stub_includes/common/gluegen_types.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/gluegen/stdint.h"
          },
          {
            "editType" : "delete",
            "file" : "make/stub_includes/common/stdint.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/gluegen/gluegen_types.h"
          },
          {
            "editType" : "delete",
            "file" : "make/stub_includes/common/stddef.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/gluegen/stddef.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/opengl/GL3/glplatform.h",
          "make/stub_includes/opengl/GLES/gl.h",
          "make/stub_includes/opengl/GLES2/gl2ext.h",
          "make/stub_includes/opengl/gl-64bit-types.h",
          "make/stub_includes/opengl/GL3/gl3.h",
          "make/stub_includes/opengl/GLES2/gl2.h",
          "make/stub_includes/opengl/GL/gl.h",
          "make/stub_includes/opengl/GL/glplatform.h",
          "make/stub_includes/egl/EGL/eglplatform.h",
          "make/stub_includes/opengl/GL/glext.h"
        ],
        "commitId" : "809d864d88744b80e8e9374d2bbc9d939dbb58f7",
        "timestamp" : 1289018435000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Minor patch to headers for gluegen ; GLES2 extensions\u000a\u000a- ifndef GLAPI\u000a- GLES2/gl2ext.h add a few basic extensions\u000a- gl-64bit-types.h: use khronos 64bit types\u000a",
        "date" : "2010-11-06T05:40:35+0100",
        "id" : "809d864d88744b80e8e9374d2bbc9d939dbb58f7",
        "msg" : "Minor patch to headers for gluegen ; GLES2 extensions",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES/gl.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES2/gl2.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/EGL/eglplatform.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GL/gl.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GL/glplatform.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/gl-64bit-types.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GL/glext.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GL3/gl3.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GLES2/gl2ext.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GL3/glplatform.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/opengl/gl2es12.c",
          "make/stub_includes/opengl/gles1.c",
          "make/stub_includes/opengl/gl2.c",
          "make/stub_includes/opengl/gl3.c",
          "make/stub_includes/egl/window-system-ext.c",
          "make/stub_includes/opengl/gl4bc.c",
          "make/stub_includes/opengl/gl3bc.c",
          "make/stub_includes/egl/window-system1.c",
          "make/stub_includes/opengl/gl4.c",
          "make/stub_includes/opengl/gles2.c"
        ],
        "commitId" : "f2623b8d6c540d5f98e5d2da671f734d41e3e942",
        "timestamp" : 1289018480000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Minor gluegen 'loader file' change\u000a",
        "date" : "2010-11-06T05:41:20+0100",
        "id" : "f2623b8d6c540d5f98e5d2da671f734d41e3e942",
        "msg" : "Minor gluegen 'loader file' change",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/gl3bc.c"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/gl3.c"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/window-system1.c"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/gl2es12.c"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/egl/window-system-ext.c"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/gl2.c"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/gl4.c"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/gl4bc.c"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/gles2.c"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/gles1.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/gl2_es2-common.cfg"
        ],
        "commitId" : "63bb227bafd9704b8526bad2b0438955204a3c82",
        "timestamp" : 1289018540000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix: Changed variable names according to new GL header\u000a",
        "date" : "2010-11-06T05:42:20+0100",
        "id" : "63bb227bafd9704b8526bad2b0438955204a3c82",
        "msg" : "Fix: Changed variable names according to new GL header",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl2_es2-common.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/gl-if-gl-ignores.cfg",
          "make/config/jogl/gl-common-extensions.cfg",
          "make/config/jogl/gl-if-gl2_es1.cfg",
          "make/config/jogl/gl-es1.cfg",
          "make/config/jogl/gl-if-gl2_es2.cfg",
          "make/config/jogl/gl-if-gl.cfg",
          "make/config/jogl/gl-if-CustomJavaCode-gl.java",
          "make/config/jogl/gl-common.cfg",
          "make/config/jogl/gl-es2.cfg",
          "make/config/jogl/gl-gl4bc.cfg"
        ],
        "commitId" : "4510ea5b74ffda4540a6221eef3b9e230e155c1c",
        "timestamp" : 1289018681000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix GL profile sets for gluegen code generation according to the updated headers.\u000a\u000aNeeds GlueGen 6b6b9b3b81cdc85b7260664ebec547756a6be5d7, branch sgothel_wip_fixes01.\u000a\u000aI have manually veryfied all changes of the generated GL header - OK!\u000a",
        "date" : "2010-11-06T05:44:41+0100",
        "id" : "4510ea5b74ffda4540a6221eef3b9e230e155c1c",
        "msg" : "Fix GL profile sets for gluegen code generation according to the updated",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl2_es2.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl-ignores.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl2_es1.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-es1.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-common-extensions.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-es2.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-CustomJavaCode-gl.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-if-gl.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-common.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-gl4bc.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-common.xml",
          "make/build-newt.xml",
          "make/build-jogl.xml"
        ],
        "commitId" : "66a49e2e067efc758ec29f1a7eeb33604a6f7f62",
        "timestamp" : 1289018728000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix ant build files according to the new stub_include folders\u000a",
        "date" : "2010-11-06T05:45:28+0100",
        "id" : "66a49e2e067efc758ec29f1a7eeb33604a6f7f62",
        "msg" : "Fix ant build files according to the new stub_include folders",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-common.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build-jogl.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build-newt.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java",
          "src/java/com/jogamp/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java",
          "src/java/com/jogamp/gluegen/ant/StaticGLGenTask.java",
          "src/java/com/jogamp/gluegen/nativesig/NativeSignatureEmitter.java",
          "src/java/com/sun/gluegen/nativesig/NativeSignatureEmitter.java",
          "src/java/com/sun/gluegen/ant/StaticGLGenTask.java"
        ],
        "commitId" : "40495c4e04ab8b15e17ec6bdc6b6c35f4144c34e",
        "timestamp" : 1289078019000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Renamed com.sun.gluegen -> com.jogamp.gluegen\u000a",
        "date" : "2010-11-06T22:13:39+0100",
        "id" : "40495c4e04ab8b15e17ec6bdc6b6c35f4144c34e",
        "msg" : "Renamed com.sun.gluegen -> com.jogamp.gluegen",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/ant/StaticGLGenTask.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/gluegen/nativesig/NativeSignatureEmitter.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/gluegen/ant/StaticGLGenTask.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/nativesig/NativeSignatureEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/gluegen/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/java/com/sun/gluegen/opengl/GLConfiguration.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java",
          "src/gluegen/classes/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java",
          "src/java/com/sun/gluegen/opengl/GLEmitter.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/GLEmitter.java",
          "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java",
          "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/java/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java",
          "src/gluegen/classes/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/GLConfiguration.java",
          "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java",
          "src/java/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java"
        ],
        "commitId" : "09626a68ebdd093d732adf66d74fa446e7427e79",
        "timestamp" : 1289078175000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Gluegen parts in src/gluegen ; Renamed com.sun.gluegen -> com.jogamp.gluegen\u000a",
        "date" : "2010-11-06T22:16:15+0100",
        "id" : "09626a68ebdd093d732adf66d74fa446e7427e79",
        "msg" : "Gluegen parts in src/gluegen ; Renamed com.sun.gluegen ->",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "add",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java"
          },
          {
            "editType" : "add",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/opengl/BuildComposablePipeline.java"
          },
          {
            "editType" : "add",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/opengl/BuildStaticGLInfo.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/sun/gluegen/opengl/GLConfiguration.java"
          },
          {
            "editType" : "add",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java"
          },
          {
            "editType" : "add",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java"
          },
          {
            "editType" : "add",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/GLConfiguration.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/gluegen/classes/com/jogamp/gluegen/opengl/ant/StaticGLGenTask.java",
          "src/java/com/jogamp/gluegen/ant/StaticGLGenTask.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/GLConfiguration.java",
          "src/java/com/jogamp/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java",
          "src/java/com/jogamp/gluegen/nativesig/NativeSignatureEmitter.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/GLEmitter.java"
        ],
        "commitId" : "113319a8de0998fbd8d7357d4e0273f802f9453a",
        "timestamp" : 1289080128000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Gluegen parts in src/gluegen ; Renamed com.sun.gluegen -> com.jogamp.gluegen ..\u000a",
        "date" : "2010-11-06T22:48:48+0100",
        "id" : "113319a8de0998fbd8d7357d4e0273f802f9453a",
        "msg" : "Gluegen parts in src/gluegen ; Renamed com.sun.gluegen ->",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/ant/StaticGLGenTask.java"
          },
          {
            "editType" : "add",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java"
          },
          {
            "editType" : "edit",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/GLConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "add",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/jogamp/gluegen/ant/StaticGLGenTask.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/jogamp/gluegen/nativesig/NativeSignatureEmitter.java"
          },
          {
            "editType" : "delete",
            "file" : "src/java/com/jogamp/gluegen/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/GLEmitter.java",
          "src/gluegen/classes/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java",
          "make/build.xml",
          "make/build-jogl.xml",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/GLEmitter.java",
          "src/gluegen/classes/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java",
          "make/build-gluegen.xml",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/GLConfiguration.java",
          "make/build-newt.xml",
          "src/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java",
          "nbproject/project.xml",
          "src/jogl/classes/com/jogamp/gluegen/opengl/ant/StaticGLGenTask.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java",
          "make/build-nativewindow.xml",
          "src/jogl/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java",
          "src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java",
          "make/build-common.xml",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/ant/StaticGLGenTask.java",
          "src/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java",
          "src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/GLConfiguration.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java"
        ],
        "commitId" : "55a60c28ca8f501aca0fff8c69b11564518f3a66",
        "timestamp" : 1289090059000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Gluegen parts in src/gluegen (clean)\u000a\u000a- Adding gluegen-gl.jar for GlueGen GL compile time parts.\u000a- Removed dead build-gluegen.xml\u000a- Adding com/jogamp/gluegen/runtime/opengl/* to jogl core\u000a- Moved gluegen gl part to jogl/classes\u000a",
        "date" : "2010-11-07T01:34:19+0100",
        "id" : "55a60c28ca8f501aca0fff8c69b11564518f3a66",
        "msg" : "Gluegen parts in src/gluegen (clean)",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java"
          },
          {
            "editType" : "delete",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "delete",
            "file" : "make/build-gluegen.xml"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java"
          },
          {
            "editType" : "edit",
            "file" : "nbproject/project.xml"
          },
          {
            "editType" : "delete",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java"
          },
          {
            "editType" : "delete",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/GLConfiguration.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java"
          },
          {
            "editType" : "delete",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/ant/StaticGLGenTask.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-common.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build-jogl.xml"
          },
          {
            "editType" : "delete",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-newt.xml"
          },
          {
            "editType" : "delete",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java"
          },
          {
            "editType" : "delete",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/ant/StaticGLGenTask.java"
          },
          {
            "editType" : "delete",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-nativewindow.xml"
          },
          {
            "editType" : "delete",
            "file" : "src/gluegen/classes/com/jogamp/gluegen/opengl/GLConfiguration.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java"
        ],
        "commitId" : "f27678d119ac85d8414f1ba533045eff80eee7af",
        "timestamp" : 1289093821000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix NativeSignatureJavaMethodBindingEmitter usage; Fix imports\u000a",
        "date" : "2010-11-07T02:37:01+0100",
        "id" : "f27678d119ac85d8414f1ba533045eff80eee7af",
        "msg" : "Fix NativeSignatureJavaMethodBindingEmitter usage; Fix imports",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/gluegen/opengl/GLEmitter.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java",
          "src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/GLConfiguration.java",
          "src/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
        ],
        "commitId" : "8ee9681488e814d663dda14ebfc2af515eb6c167",
        "timestamp" : 1289093855000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix imports ..\u000a",
        "date" : "2010-11-07T02:37:35+0100",
        "id" : "8ee9681488e814d663dda14ebfc2af515eb6c167",
        "msg" : "Fix imports ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/BuildStaticGLInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/GLEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/GLJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLExtensionNames.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/GLConfiguration.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build.xml",
          "make/stub_includes/cg/CG/cg.h",
          "make/scripts/setenv-jogl.sh"
        ],
        "commitId" : "8c2f02849562ea7b5ab52420c1aa798ae7aa0885",
        "timestamp" : 1289108529000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix CG header, according to PCPP fix\u000a",
        "date" : "2010-11-07T06:42:09+0100",
        "id" : "8c2f02849562ea7b5ab52420c1aa798ae7aa0885",
        "msg" : "Fix CG header, according to PCPP fix",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/cg/CG/cg.h"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/setenv-jogl.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/gluegen/inttypes.h",
          "make/stub_includes/gluegen/stdarg.h"
        ],
        "commitId" : "510d3eddce9e26e9443bbfbedde0ee2dfa834daa",
        "timestamp" : 1289142431000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add gluegen stdarg.h and inttypes.h\u000a",
        "date" : "2010-11-07T16:07:11+0100",
        "id" : "510d3eddce9e26e9443bbfbedde0ee2dfa834daa",
        "msg" : "Add gluegen stdarg.h and inttypes.h",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/stub_includes/gluegen/inttypes.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/gluegen/stdarg.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/gluegen/opengl/ant/StaticGLGenTask.java",
          "make/scripts/cpp-gluegen-test.sh",
          "LICENSE.txt"
        ],
        "commitId" : "2294f54b2951ea1286153676d8e39a142bab171b",
        "timestamp" : 1289174941000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Reformated license tag; Added Khronos license\u000a",
        "date" : "2010-11-08T01:09:01+0100",
        "id" : "2294f54b2951ea1286153676d8e39a142bab171b",
        "msg" : "Reformated license tag; Added Khronos license",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/opengl/ant/StaticGLGenTask.java"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/cpp-gluegen-test.sh"
          },
          {
            "editType" : "edit",
            "file" : "LICENSE.txt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/native/x11/extutil.h"
        ],
        "commitId" : "769a2e24dff096065d5eff006a269267ffc029a7",
        "timestamp" : 1289177558000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Removed no more used (see f47e8be170731d75a8b6002621a1541f90160465) and prorietary extutil.h\u000a",
        "date" : "2010-11-08T01:52:38+0100",
        "id" : "769a2e24dff096065d5eff006a269267ffc029a7",
        "msg" : "Removed no more used (see f47e8be170731d75a8b6002621a1541f90160465) and",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "src/nativewindow/native/x11/extutil.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/win32/winwgl.h",
          "make/stub_includes/win32/wingdi.h",
          "make/stub_includes/opengl/GL/wglext.h"
        ],
        "commitId" : "7df06e801457cb1831699ad825ec43b6f13b893f",
        "timestamp" : 1289184249000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Changed files wingdi.h/winwgl.h with content from w64 mingw-runtime package's mingw64/x86_64-w64-mingw32/include/wingdi.h (Public Domain) ; Fix wglext.h RECT\u000a",
        "date" : "2010-11-08T03:44:09+0100",
        "id" : "7df06e801457cb1831699ad825ec43b6f13b893f",
        "msg" : "Changed files wingdi.h/winwgl.h with content from w64 mingw-runtime",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/win32/wingdi.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/win32/winwgl.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GL/wglext.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/stub_includes/opengl/GL/wglext.h",
          "make/stub_includes/win32/wingdi.h",
          "make/stub_includes/win32/windows.h"
        ],
        "commitId" : "4febb33b6c6b1690305a614333a389f15c428849",
        "timestamp" : 1289185204000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Move win32 RECT structure to windows.h\u000a",
        "date" : "2010-11-08T04:00:04+0100",
        "id" : "4febb33b6c6b1690305a614333a389f15c428849",
        "msg" : "Move win32 RECT structure to windows.h",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/stub_includes/win32/windows.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/GL/wglext.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/win32/wingdi.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/kenneth%20russel",
      "fullName" : "Kenneth Russel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
      "fullName" : "Michael Bien"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sg215889",
      "fullName" : "sg215889"
    }
  ]
}