)]}'
{
  "log": [
    {
      "commit": "ed7711f0b59a5a0836ecee127d2a6546950dcb65",
      "tree": "b9e1b89218dac8fe671fc97b6c80066a307ce789",
      "parents": [
        "89f18e6c57895aae1efe144d1705cbf51852eb21"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Dec 16 16:55:30 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Dec 16 16:55:30 2023 -0500"
      },
      "message": "Bump org.apache.myfaces.core:myfaces-impl from 2.0.1 to 2.0.12 (#4)\n\nBumps org.apache.myfaces.core:myfaces-impl from 2.0.1 to 2.0.12.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.myfaces.core:myfaces-impl\r\n  dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "89f18e6c57895aae1efe144d1705cbf51852eb21",
      "tree": "8e8c1fac15c1cc42ef4756109c8694c14be43328",
      "parents": [
        "76034fbba94ea0e0c9f2597158f6a3ecd0d09475"
      ],
      "author": {
        "name": "Jonathan Leitschuh",
        "email": "jonathan.leitschuh@gmail.com",
        "time": "Sat Dec 16 16:55:17 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Dec 16 16:55:17 2023 -0500"
      },
      "message": "Use HTTPS instead of HTTP to resolve dependencies (#1)\n\nThis fixes a security vulnerability in this project where the `pom.xml`\r\nfiles were configuring Maven to resolve dependencies over HTTP instead of\r\nHTTPS.\r\n\r\nSigned-off-by: Jonathan Leitschuh \u003cJonathan.Leitschuh@gmail.com\u003e"
    },
    {
      "commit": "76034fbba94ea0e0c9f2597158f6a3ecd0d09475",
      "tree": "8e8c1fac15c1cc42ef4756109c8694c14be43328",
      "parents": [
        "b0447c94b32f1ece750c26255cb4c7fc01a6ad60"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Dec 16 16:54:58 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Dec 16 16:54:58 2023 -0500"
      },
      "message": "Bump junit from 4.8.1 to 4.13.1 in /myfaces-html5-core (#2)\n\nBumps [junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.1.\r\n- [Release notes](https://github.com/junit-team/junit4/releases)\r\n- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)\r\n- [Commits](https://github.com/junit-team/junit4/compare/r4.8.1...r4.13.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: junit:junit\r\n  dependency-type: direct:development\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "b0447c94b32f1ece750c26255cb4c7fc01a6ad60",
      "tree": "56118776db4facf49e0e6a6ded2a4fba40dd35c3",
      "parents": [
        "a41da3706ea99b631d113baef0af946dc2a2d19f"
      ],
      "author": {
        "name": "Jonathan Leitschuh",
        "email": "jonathan.leitschuh@gmail.com",
        "time": "Sat Dec 16 16:54:48 2023 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Dec 16 16:54:48 2023 -0500"
      },
      "message": "vuln-fix: Use HTTPS instead of HTTP to resolve deps CVE-2021-26291 (#3)\n\nThis fixes a security vulnerability in this project where the `pom.xml`\r\nfiles were configuring Maven to resolve dependencies over HTTP instead of\r\nHTTPS.\r\n\r\nWeakness: CWE-829: Inclusion of Functionality from Untrusted Control Sphere\r\nSeverity: High\r\nCVSS: 8.1\r\nDetection: CodeQL \u0026 OpenRewrite (https://app.moderne.io/recipes/org.openrewrite.maven.security.UseHttpsForRepositories)\r\n\r\nReported-by: Jonathan Leitschuh \u003cJonathan.Leitschuh@gmail.com\u003e\r\n\r\n\r\nBug-tracker: https://github.com/JLLeitschuh/security-research/issues/8\r\nDetection: CodeQL (https://codeql.github.com/codeql-query-help/java/java-maven-non-https-url/) \u0026 OpenRewrite (https://app.moderne.io/recipes/org.openrewrite.maven.security.UseHttpsForRepositories)\r\n\r\nReported-by: Jonathan Leitschuh \u003cJonathan.Leitschuh@gmail.com\u003e\r\n\r\n\r\nBug-tracker: https://github.com/JLLeitschuh/security-research/issues/8\r\n\r\n\r\nUse this link to re-run the recipe: https://app.moderne.io/recipes/builder/IfHkrYfxx?organizationId\u003dQWxsIEdpdEh1Yg%3D%3D\r\n\r\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "a41da3706ea99b631d113baef0af946dc2a2d19f",
      "tree": "a2053623aa9d17ea0f4c16ae10ac8529bf2e7045",
      "parents": [
        "d0c16027e9bad16cee11bf78c3877376196e6464"
      ],
      "author": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Fri Oct 21 17:01:33 2011 +0000"
      },
      "committer": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Fri Oct 21 17:01:33 2011 +0000"
      },
      "message": "MFHTML5-18 Use myfaces commons utils 1.0.2 to prevent duplicated code\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1187465 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d0c16027e9bad16cee11bf78c3877376196e6464",
      "tree": "1eadb6d5df44df489ca3457d576922e4d05fdd32",
      "parents": [
        "6deb8d6a1404d4dccbd3b85a32aeb646b745d9d4"
      ],
      "author": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Tue Sep 13 19:30:38 2011 +0000"
      },
      "committer": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Tue Sep 13 19:30:38 2011 +0000"
      },
      "message": "fix folder name\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1170312 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6deb8d6a1404d4dccbd3b85a32aeb646b745d9d4",
      "tree": "697e70bf7a7cac90d12991582e6a70e49de262ed",
      "parents": [
        "13fd3c73ca21375ac32dc107c0b40c81ff180422"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Sep 11 17:51:06 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Sep 11 17:51:06 2011 +0000"
      },
      "message": "MFHTML5-5\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1169489 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "13fd3c73ca21375ac32dc107c0b40c81ff180422",
      "tree": "66dd6c1db6c605e27f9d03b01489a511d25278c2",
      "parents": [
        "ce88b7b56825cc5aea1ab7869aa40c4ef9c04621"
      ],
      "author": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Fri Sep 02 20:45:14 2011 +0000"
      },
      "committer": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Fri Sep 02 20:45:14 2011 +0000"
      },
      "message": "MYFACES-3297 fix transitive dependency over myfaces api\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1164703 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ce88b7b56825cc5aea1ab7869aa40c4ef9c04621",
      "tree": "5aa617ee702d25274a53c515d1f95b902cb7c24b",
      "parents": [
        "63a4fe53da8f10d4c3d742763beec004359fde3c"
      ],
      "author": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Mon Aug 29 19:47:48 2011 +0000"
      },
      "committer": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Mon Aug 29 19:47:48 2011 +0000"
      },
      "message": "MFHTML5-14 MyFaces HTML5 should be jdk 1.5 compatible\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1162961 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "63a4fe53da8f10d4c3d742763beec004359fde3c",
      "tree": "8c91d974566df6363d625651fcc789d0e52099a4",
      "parents": [
        "a3f8ffc1c9d6ff266fdafb3bd40e10285c466c19"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 27 16:06:20 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 27 16:06:20 2011 +0000"
      },
      "message": "MFHTML5-2\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1162388 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a3f8ffc1c9d6ff266fdafb3bd40e10285c466c19",
      "tree": "06e459b222929342077d0cd3984f6a4c23ecfe0e",
      "parents": [
        "491793cdcd6761ad0ce7c880816422939efac500"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 27 15:56:35 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 27 15:56:35 2011 +0000"
      },
      "message": "MFHTML5-6\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1162382 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "491793cdcd6761ad0ce7c880816422939efac500",
      "tree": "b3fea6742a2141ec521333537c09cafaa17aed44",
      "parents": [
        "7c18dbfc9362cf0374d16b4cec98f9640a9333f3"
      ],
      "author": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Mon May 23 17:06:41 2011 +0000"
      },
      "committer": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Mon May 23 17:06:41 2011 +0000"
      },
      "message": "update myfaces-site-skin to v 3\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1126592 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7c18dbfc9362cf0374d16b4cec98f9640a9333f3",
      "tree": "d957669466c603b1f8b9bb226584bda533288657",
      "parents": [
        "410893f3f8eccc630359e714633190191a2c5d08"
      ],
      "author": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Mon May 23 17:03:16 2011 +0000"
      },
      "committer": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Mon May 23 17:03:16 2011 +0000"
      },
      "message": "update site links\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1126589 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "410893f3f8eccc630359e714633190191a2c5d08",
      "tree": "f2ff9d80a823e96ca1dd4652fca22c94fca50c98",
      "parents": [
        "f6de620d041a077b2b215773ecfd0a2457bd42cf"
      ],
      "author": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Fri May 20 23:44:40 2011 +0000"
      },
      "committer": {
        "name": "Leonardo Uribe",
        "email": "lu4242@apache.org",
        "time": "Fri May 20 23:44:40 2011 +0000"
      },
      "message": "MFHTML5-3 create site for html5 project\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1125598 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f6de620d041a077b2b215773ecfd0a2457bd42cf",
      "tree": "909c3b55dcd5a170469bae39dee5079ff3fb4ec9",
      "parents": [
        "11056e5ca9c2b3008161e188ae59bce0ffdb926f"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun May 15 22:14:19 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun May 15 22:14:19 2011 +0000"
      },
      "message": "MFHTML5-1 - Get rid of myfaces-shared-html5 dependency\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1103558 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "11056e5ca9c2b3008161e188ae59bce0ffdb926f",
      "tree": "3da36d9c019c0752e5117786781fd3fc935ac318",
      "parents": [
        "f94d8fd10178a7521a7d9a648f2e0d25bfcbb4b0"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 20 00:11:15 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 20 00:11:15 2011 +0000"
      },
      "message": "MyFaces Html5 : Modified some site files and added NOTICE files\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1083352 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f94d8fd10178a7521a7d9a648f2e0d25bfcbb4b0",
      "tree": "9aafa9545abde9a9db9227e30ce057f5a7e0f0f4",
      "parents": [
        "2755d7f89bc589f16b9dd007af05d7b005e63d58"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 20 00:10:10 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 20 00:10:10 2011 +0000"
      },
      "message": "MyFaces Html5 : Versioning as 1.0.0-alpha-SNAPSHOT\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1083349 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2755d7f89bc589f16b9dd007af05d7b005e63d58",
      "tree": "e6d3dfeb287c9069eb0ce7a69366c66229c66d6b",
      "parents": [
        "c15429eb6617967537e885e6a8fde6815a4da67d"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 13 23:00:00 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 13 23:00:00 2011 +0000"
      },
      "message": "MyFaces Html5 Demo : Changed sport teams with Apache Projects\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1081233 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c15429eb6617967537e885e6a8fde6815a4da67d",
      "tree": "71b87c388a6ec4b10f10a7f8806f0725b0cd9026",
      "parents": [
        "01fc3c674505aba0b98cf5c14500e314021ca831"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 13 22:08:00 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 13 22:08:00 2011 +0000"
      },
      "message": "MyFaces Html5 : Remove pom definition for outdated module \"examples\"\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1081228 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "01fc3c674505aba0b98cf5c14500e314021ca831",
      "tree": "2bde9f00d252a0f63f55b6f47539254fcd0e7494",
      "parents": [
        "89ecb2d41de887550eaf6d39165e13bf66e8533e"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 13 22:05:31 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 13 22:05:31 2011 +0000"
      },
      "message": "Myfaces Html5 : Removed outdated module \"examples\"\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1081227 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "89ecb2d41de887550eaf6d39165e13bf66e8533e",
      "tree": "0635fc038e4a1db463f6ab34ffdba7dd636251ab",
      "parents": [
        "0f3217c975d40730d9101d27f4daab93e1931dd9"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 13 21:58:13 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 13 21:58:13 2011 +0000"
      },
      "message": "MyFaces Html5 : Adding new module, \"demo\"\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1081226 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0f3217c975d40730d9101d27f4daab93e1931dd9",
      "tree": "4983f0191a488baeaa2d0df50be7c1272d0ad51d",
      "parents": [
        "29000a0f316d1c92719f9b139b43bb99300dc5d0"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 13 13:52:54 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Mar 13 13:52:54 2011 +0000"
      },
      "message": "MyFaces Html5 : pom refactoring for repositories and dependencies\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1081115 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "29000a0f316d1c92719f9b139b43bb99300dc5d0",
      "tree": "84c3d7063b2b21114cfa285ef810355ef0a84e27",
      "parents": [
        "5ca448061c264f82cc78da378b533511b3b9fc0e"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Mar 10 22:33:56 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Mar 10 22:33:56 2011 +0000"
      },
      "message": "Renamed \"html5-comp-lib-examples\" to \"myfaces-html5-examples\"\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1080379 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5ca448061c264f82cc78da378b533511b3b9fc0e",
      "tree": "ca71f80297f182bf711fecb4d365772059333598",
      "parents": [
        "e6490b2d6f9f70fc900db318476533fb534e4f79"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Mar 10 22:32:22 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Mar 10 22:32:22 2011 +0000"
      },
      "message": "Renamed \"html5-comp-lib-core\" folder to \"myfaces-html5-core\"\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1080378 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e6490b2d6f9f70fc900db318476533fb534e4f79",
      "tree": "7c00d679bfe06b29f3170e11bba47a091683ebe0",
      "parents": [
        "e0eba67565530f2854f384485208bba2f44edfc6"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Mar 10 22:30:51 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Mar 10 22:30:51 2011 +0000"
      },
      "message": "MyFaces Html5 : pom refactoring after changing of project location\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1080377 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e0eba67565530f2854f384485208bba2f44edfc6",
      "tree": "dba1ae29b404c2feb042191baa941e5b86b718de",
      "parents": [
        "449b971df3fb35f5f79034101b8ad075d040602c"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Mar 10 21:32:33 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Mar 10 21:32:33 2011 +0000"
      },
      "message": "Moved shared-html5 project to /shared\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1080359 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "449b971df3fb35f5f79034101b8ad075d040602c",
      "tree": "80933308981a671af0780231914ed2603c45abb2",
      "parents": [
        "7aa247df52ba16c096e45f40da31f119dca829d9"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Mar 10 21:24:56 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Mar 10 21:24:56 2011 +0000"
      },
      "message": "Moving html5 component library to /html5 folder : Step1\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/html5/trunk@1080354 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7aa247df52ba16c096e45f40da31f119dca829d9",
      "tree": "80933308981a671af0780231914ed2603c45abb2",
      "parents": [
        "13590fe1f3756b5fa7d5bcf671aec1bab4fb7532"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Jan 30 23:17:55 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Jan 30 23:17:55 2011 +0000"
      },
      "message": "Html5\nFixed goBySlideId bug of SlideView. The navigation was not working for the first slide.\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1065423 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "13590fe1f3756b5fa7d5bcf671aec1bab4fb7532",
      "tree": "f8833205d273636a22d59d95fca1c8c8f907601e",
      "parents": [
        "573bada574254a3a1bcd168b915537235639bef0"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Jan 30 22:40:44 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Jan 30 22:40:44 2011 +0000"
      },
      "message": "Html5\nAdded goBySlideId functionality to SlideView JS side\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1065411 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "573bada574254a3a1bcd168b915537235639bef0",
      "tree": "c38ece0417ebe9a335f1652c7b4fade434ff8442",
      "parents": [
        "4936f8d33854f570364e7e1646cee2be490f0e48"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Jan 30 19:13:24 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Jan 30 19:13:24 2011 +0000"
      },
      "message": "Html5\nPrependId properties added to SlideView and Slide components\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1065354 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4936f8d33854f570364e7e1646cee2be490f0e48",
      "tree": "953c9f3df2dce2082ea3d2dc89f41cfe9da49c96",
      "parents": [
        "e2ca1d0a58a16006454496ac933827e84a4a3ce0"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Jan 28 01:02:02 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Jan 28 01:02:02 2011 +0000"
      },
      "message": "Html5\nNew animation component to support custom keyframes\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1064394 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e2ca1d0a58a16006454496ac933827e84a4a3ce0",
      "tree": "2a3ee9eb5a54c0d3eecae566b23fe23ce51bd4c1",
      "parents": [
        "530259a386972e0238d1beefe0aa2457db130bee"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Jan 27 00:36:07 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Jan 27 00:36:07 2011 +0000"
      },
      "message": "Html5\nNew functionality to enable/disable navigation with arrow keys and mouse wheel scroll\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1063932 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "530259a386972e0238d1beefe0aa2457db130bee",
      "tree": "2406f02367c9e3726f2666818f65d8a51836d6a5",
      "parents": [
        "2b07c571a434902355669c7260fd6e3942aa0499"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Mon Jan 24 21:39:45 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Mon Jan 24 21:39:45 2011 +0000"
      },
      "message": "Html5\nSlideView and Slide components\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1062992 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2b07c571a434902355669c7260fd6e3942aa0499",
      "tree": "9646ea9d85dc9287b5c25278f044d149b82632e0",
      "parents": [
        "92a0cd5ed226ce40c46517d03e8ebc6fe8d3a797"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Mon Jan 17 22:55:28 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Mon Jan 17 22:55:28 2011 +0000"
      },
      "message": "Html5\nRefactored effect and animation components\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1060121 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "92a0cd5ed226ce40c46517d03e8ebc6fe8d3a797",
      "tree": "c06fe1be3a91966528ced2a924e352a841e0326e",
      "parents": [
        "45df701b621351c6f6ab0a685ab84a5a2b1af047"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Tue Jan 11 22:46:30 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Tue Jan 11 22:46:30 2011 +0000"
      },
      "message": "Html5\nAnimations and effects: Some documentation to show up in IDE auto-complete, some refactoring\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1057905 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "45df701b621351c6f6ab0a685ab84a5a2b1af047",
      "tree": "05be950632fd42928039da798a9a080fb0f95810",
      "parents": [
        "d35d89255576ce4e6ed6c71f0555a067b718cdb6"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Jan 09 23:32:07 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Jan 09 23:32:07 2011 +0000"
      },
      "message": "Html5\nSimplified effect behaviors.\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1057057 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d35d89255576ce4e6ed6c71f0555a067b718cdb6",
      "tree": "19a8e81fa98002771eee6888933e2fd634d10f44",
      "parents": [
        "13da1780512c5efe9332c4f25c0f2fa75c346ef9"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Jan 08 01:15:04 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Jan 08 01:15:04 2011 +0000"
      },
      "message": "Html5\nAdded initial drop of effects.\nImproved animations\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1056584 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "13da1780512c5efe9332c4f25c0f2fa75c346ef9",
      "tree": "c05f68106bc243f4393af6ab28455cd9a7e1b118",
      "parents": [
        "ecca810b415156340c61765b5b5ccce25b4c3c76"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Jan 06 23:45:06 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Jan 06 23:45:06 2011 +0000"
      },
      "message": "Html5\nRefactored effects to animations.\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1056123 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ecca810b415156340c61765b5b5ccce25b4c3c76",
      "tree": "e09206e149c43cff4513e966e1f0c1a5ba16d26b",
      "parents": [
        "55cebb337bc5023f42b63a9aba67cb02b3383326"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Jan 06 23:44:28 2011 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Jan 06 23:44:28 2011 +0000"
      },
      "message": "Html5\nRefactored effects to animations.\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1056122 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "55cebb337bc5023f42b63a9aba67cb02b3383326",
      "tree": "049a19f336c705350bdf14ce007df169bdd4eb89",
      "parents": [
        "739e5d8ee628dea79c1586010a5c5677ac9dbf60"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Dec 25 00:16:43 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Dec 25 00:16:43 2010 +0000"
      },
      "message": "Html5\nShake effect\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1052731 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "739e5d8ee628dea79c1586010a5c5677ac9dbf60",
      "tree": "b71a2d12657d13d71459b0b0c6646dabc8189415",
      "parents": [
        "682b356e5f6b07906defcc56c6409784be702f0b"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Dec 24 23:41:51 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Dec 24 23:41:51 2010 +0000"
      },
      "message": "Html5\nEffect behavior and pulse effect\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1052728 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "682b356e5f6b07906defcc56c6409784be702f0b",
      "tree": "30d6627f5ae59671ccebfa2d563baf09008c20f1",
      "parents": [
        "db382131f0a90f653dcc7928d7cdeebacfe39358"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Dec 19 22:10:33 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Dec 19 22:10:33 2010 +0000"
      },
      "message": "Html5\nRemoved wrong class javadoc and added license notice\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1050953 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "db382131f0a90f653dcc7928d7cdeebacfe39358",
      "tree": "74d5a335289841492f2c62f36e1de7c6edc9d5c6",
      "parents": [
        "7a524f254326e3a69398f29381806592e28974de"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Dec 19 22:02:14 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Dec 19 22:02:14 2010 +0000"
      },
      "message": "Html5\nWrite descriptions of tags in taglib.xml as well\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1050952 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7a524f254326e3a69398f29381806592e28974de",
      "tree": "e5a07deac1cde94e1cc2b97e631c60fdb05280cc",
      "parents": [
        "9ac6f0816ac7190647b3a3f9b818e992f5ce0e1c"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Dec 19 21:53:29 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Dec 19 21:53:29 2010 +0000"
      },
      "message": "Html5\nFixing the script resource definition for dragSource and dropTarget behaviors\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1050950 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9ac6f0816ac7190647b3a3f9b818e992f5ce0e1c",
      "tree": "66e44a93ca3ef3801d4ca20bdc59e0d15ba4978f",
      "parents": [
        "388c05b8fff81117dc75acf3c1fe7ec064cc31bf"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Mon Dec 13 22:55:46 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Mon Dec 13 22:55:46 2010 +0000"
      },
      "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1045407 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "388c05b8fff81117dc75acf3c1fe7ec064cc31bf",
      "tree": "4eeba755929690ee912d0a83de6ab269177093b6",
      "parents": [
        "d2880ca8a95beed074b4ddabb481059dd389629c"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Mon Dec 13 22:28:59 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Mon Dec 13 22:28:59 2010 +0000"
      },
      "message": "Html5\nRefactoring the JS file stucture and code\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1045395 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d2880ca8a95beed074b4ddabb481059dd389629c",
      "tree": "9df79e64024dbba809f60ee940bf4bd3e62751da",
      "parents": [
        "53855065c5780e5c2d2111f10f14e1a1ded64b3e"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Mon Dec 13 22:21:08 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Mon Dec 13 22:21:08 2010 +0000"
      },
      "message": "Html5\nRefactoring the JS file stucture and code\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1045392 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "53855065c5780e5c2d2111f10f14e1a1ded64b3e",
      "tree": "895d4eff409663782d51e880e7634981b0fa98f9",
      "parents": [
        "d61de007fd852a164db748b8182def198b3c4f03"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Mon Dec 13 22:19:37 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Mon Dec 13 22:19:37 2010 +0000"
      },
      "message": "Html5\nRefactoring the JS file stucture and code\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1045390 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d61de007fd852a164db748b8182def198b3c4f03",
      "tree": "a5c40cb59b16d4f1418ebd0ece58404dcbaf410c",
      "parents": [
        "a6c94a12bdda7a7d7fe76c7b040fdff30caea8a1"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Dec 12 22:33:20 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Dec 12 22:33:20 2010 +0000"
      },
      "message": "Html5\nMeter and progress components\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1044945 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a6c94a12bdda7a7d7fe76c7b040fdff30caea8a1",
      "tree": "0f54ecc633d2a260650536410448a613605658d9",
      "parents": [
        "5cf1556d878082e1b0d795822cf9df48023e0df4"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Nov 28 23:04:35 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Nov 28 23:04:35 2010 +0000"
      },
      "message": "Html5\nRemoved some done TODO comments\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1039975 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5cf1556d878082e1b0d795822cf9df48023e0df4",
      "tree": "04d7f602fad2cc9f968449db55d9ddf056abf97c",
      "parents": [
        "45bfd715d2a041852d2dae2bd395681fb0b60fa5"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Nov 28 23:02:02 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Nov 28 23:02:02 2010 +0000"
      },
      "message": "Html5\nRemoved some unnecessary mvn config\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1039973 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "45bfd715d2a041852d2dae2bd395681fb0b60fa5",
      "tree": "9cf64f2af77952fc1984c9b45073fbe084a25d70",
      "parents": [
        "d3573d4fd04a00c239012375847c20dd65ef8f27"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Nov 27 23:54:04 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Nov 27 23:54:04 2010 +0000"
      },
      "message": "Html5\nDropTarget behavior to recognize \"*\" as accept all mime types\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1039794 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d3573d4fd04a00c239012375847c20dd65ef8f27",
      "tree": "48a9a0a38c9fcddb7ddabe6920cfc63f54705b92",
      "parents": [
        "13c7fcd4ce4a08ccac751c90c0925aaba2555b3d"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Wed Nov 24 21:16:42 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Wed Nov 24 21:16:42 2010 +0000"
      },
      "message": "Html5\nSome TODO removal and documentation\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1038821 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "13c7fcd4ce4a08ccac751c90c0925aaba2555b3d",
      "tree": "8ede98ef07dd427ba1712f7410d04aa2d0367d26",
      "parents": [
        "dd436f3215cd13477bd45d2459884d5e03b6c1ee"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Wed Nov 24 21:07:25 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Wed Nov 24 21:07:25 2010 +0000"
      },
      "message": "Html5\nUse new delegation of textarea rendering, instead of rendering it directly\nNeeded to update to a newer version of myfaces shared project.\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1038819 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "dd436f3215cd13477bd45d2459884d5e03b6c1ee",
      "tree": "2cea4639f57a631bde8ebc83ff1b6315d6199ceb",
      "parents": [
        "666e13de780dca470653071ae548bc3583b4d455"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Wed Nov 24 21:05:38 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Wed Nov 24 21:05:38 2010 +0000"
      },
      "message": "Html5\nUpdate to myfaces builder plugin 1.0.8-SNAPSHOT\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1038818 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "666e13de780dca470653071ae548bc3583b4d455",
      "tree": "85f9644058ed284415bd41b965f2ad2561427460",
      "parents": [
        "570cfed7eb53c9db08783bb871ccefe13bee2248"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Wed Nov 24 21:02:45 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Wed Nov 24 21:02:45 2010 +0000"
      },
      "message": "Html5 - Some documentation\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@1038817 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "570cfed7eb53c9db08783bb871ccefe13bee2248",
      "tree": "816a1282c16a4896f0aae338633e0c19e35ce0ec",
      "parents": [
        "daea8f329224911af2a2be82e56ff73aa6b13d58"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Tue Aug 31 21:22:55 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Tue Aug 31 21:22:55 2010 +0000"
      },
      "message": "Html5 -\nMake myfaces shared as provided dependency\nFix the bugs related to old dependency scope\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@991337 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "daea8f329224911af2a2be82e56ff73aa6b13d58",
      "tree": "87080b74500e936b7de3d373fbf5c129f7dab452",
      "parents": [
        "4e00d4f070adc402f3092db130d51d6e2f498820"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 27 21:36:00 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 27 21:36:00 2010 +0000"
      },
      "message": "Html5\nFixed a bug in DragSourceBehaviorHandler which was causing to ignore the dropTargetType\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@990279 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4e00d4f070adc402f3092db130d51d6e2f498820",
      "tree": "5d2ade245fa13c56bf36e2863c10d38f68fd8140",
      "parents": [
        "0d4bfbf7bdd7fe197423857657a461d3dd539e1a"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 27 21:34:44 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 27 21:34:44 2010 +0000"
      },
      "message": "Html5 - \nFound some bugs, added todos\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@990278 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0d4bfbf7bdd7fe197423857657a461d3dd539e1a",
      "tree": "381f541e7dc7f19fca5e0376cd1195869f3db9d2",
      "parents": [
        "616d2ce25b08045f5d0ff3214a46f511c925ed0d"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 27 21:33:45 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 27 21:33:45 2010 +0000"
      },
      "message": "Html5 - Rename \"placeHolder\" property to \"placeholder\"\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@990277 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "616d2ce25b08045f5d0ff3214a46f511c925ed0d",
      "tree": "23ff17491439d024abf8961015a14a7720779c74",
      "parents": [
        "238da0cb3795b52f863e96627dad9033a58573ec"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Aug 22 19:35:12 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Aug 22 19:35:12 2010 +0000"
      },
      "message": "Use macros while creating facelets taglib.xml\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@987943 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "238da0cb3795b52f863e96627dad9033a58573ec",
      "tree": "2a184d7eaecb5045babda2ab90afb9d082665339",
      "parents": [
        "f79f494e87fd50f38c5fb9f2575e8bd1d43d6885"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Aug 22 19:34:36 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sun Aug 22 19:34:36 2010 +0000"
      },
      "message": "Some documentation\nand some todo removal\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@987942 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f79f494e87fd50f38c5fb9f2575e8bd1d43d6885",
      "tree": "9db340bec519a8d4ff9f0cf8bef1fce66be5ae12",
      "parents": [
        "801dfadf71c78592e5fb59f05cd71d74d9f711b2"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 14 23:11:33 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 14 23:11:33 2010 +0000"
      },
      "message": "Html5 - Updated project website and documentation\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@985599 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "801dfadf71c78592e5fb59f05cd71d74d9f711b2",
      "tree": "b1c27835309e1e5914d0e9eaf536b4d53e0a40ce",
      "parents": [
        "6524177678c4de356d3ca5ed951a795fa01caa84"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 14 23:10:54 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 14 23:10:54 2010 +0000"
      },
      "message": "Html5 - Formatting for a better documentation\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@985598 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6524177678c4de356d3ca5ed951a795fa01caa84",
      "tree": "53d228e1961a53c62e1d096508596f61bffeed9f",
      "parents": [
        "3713cb401d04b324bfc03296bbc7afc341f68fb6"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 14 23:10:22 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 14 23:10:22 2010 +0000"
      },
      "message": "Html5 - Added an example of driving client-side validation with custom validator\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@985597 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3713cb401d04b324bfc03296bbc7afc341f68fb6",
      "tree": "fb877925b157a116db6cdbb81bfdd030e6e2dcce",
      "parents": [
        "f7d1250dd89a8d71a0ca2ad78ad62f198e6d832a"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 14 00:12:19 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 14 00:12:19 2010 +0000"
      },
      "message": "Html5- Moving project site generation -back- to site phase\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@985409 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f7d1250dd89a8d71a0ca2ad78ad62f198e6d832a",
      "tree": "f74a309d3df7975c6ef976f01c711b333ee88d29",
      "parents": [
        "89c83b0d3a8204fc89953a867371589e3b5fd6f8"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 13 23:39:24 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 13 23:39:24 2010 +0000"
      },
      "message": "Html5 - Moving project site to parent project\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@985406 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "89c83b0d3a8204fc89953a867371589e3b5fd6f8",
      "tree": "c01bd0fd805d1391b9a47c4239a5c3a8321dabd9",
      "parents": [
        "23e9357b1014a03cb1d0b58eb231dfa2c27cb669"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 13 23:00:53 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 13 23:00:53 2010 +0000"
      },
      "message": "Html5 - Migrate to commons-lang 2.5\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@985397 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "23e9357b1014a03cb1d0b58eb231dfa2c27cb669",
      "tree": "0b4c80f3aa416a21e5f89b9b8e06d2e3313f4b35",
      "parents": [
        "9ea124fdb607edc29c37c939c000820228ab2f9a"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 13 22:53:26 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 13 22:53:26 2010 +0000"
      },
      "message": "Html5 - Adding empty apt pages\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@985394 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9ea124fdb607edc29c37c939c000820228ab2f9a",
      "tree": "090699a0e0a0ce4eb2057bdf361df658fb464f28",
      "parents": [
        "050d4ce3fa614a397084e5469f580a21ba9059a2"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 13 22:38:31 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 13 22:38:31 2010 +0000"
      },
      "message": "\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@985389 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "050d4ce3fa614a397084e5469f580a21ba9059a2",
      "tree": "090699a0e0a0ce4eb2057bdf361df658fb464f28",
      "parents": [
        "7cddbd84ec9f01b9bf1e1240eb9e347ec0365458"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 13 22:35:24 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 13 22:35:24 2010 +0000"
      },
      "message": "Added project site\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@985388 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7cddbd84ec9f01b9bf1e1240eb9e347ec0365458",
      "tree": "3ecee548d3b316f62702e0a7290594027d7fea1a",
      "parents": [
        "a406807750377e040d82aef3f01880faf1e904af"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Aug 12 21:36:37 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Aug 12 21:36:37 2010 +0000"
      },
      "message": "Removed project site generation.\nMoved facelets doc generation to install phase and generate-site profile for now\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@984993 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a406807750377e040d82aef3f01880faf1e904af",
      "tree": "9275b8f0eb48f1516572bd18349b228218d5362a",
      "parents": [
        "d38e8185ab87180f341a8368e3f23edae96db0aa"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Aug 12 21:04:08 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Aug 12 21:04:08 2010 +0000"
      },
      "message": "Added missing documentation for some properties\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@984972 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d38e8185ab87180f341a8368e3f23edae96db0aa",
      "tree": "e7fb918ec0b7b0bfc7bb260ab13dd1d13a7e769c",
      "parents": [
        "f1b81c76acb128cf416afc02cbef7241243d2d09"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Aug 12 20:51:33 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Aug 12 20:51:33 2010 +0000"
      },
      "message": "+Maven config to generate website of the project.\n+Updated velocitiy templates\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@984963 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f1b81c76acb128cf416afc02cbef7241243d2d09",
      "tree": "91a81b0c3b3ab11bac054bee4131077224b6759c",
      "parents": [
        "10803f00551709f71634718be28b0b680d236469"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Aug 12 20:42:37 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Thu Aug 12 20:42:37 2010 +0000"
      },
      "message": "Use myfaces builder annotations for behaviors\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@984956 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "10803f00551709f71634718be28b0b680d236469",
      "tree": "ae687d044c0184c398ed57b32b75803d345e9376",
      "parents": [
        "c225005faa780a8c3083c59604e74b08759e8ecf"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Wed Aug 11 23:08:38 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Wed Aug 11 23:08:38 2010 +0000"
      },
      "message": "Moving documentation of behaviors to their handlers.\nSo, myfaces-build-plugin can create the correct doc.\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@984615 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c225005faa780a8c3083c59604e74b08759e8ecf",
      "tree": "dc66f9bfa649984575a6f8bd120487c67af2bd89",
      "parents": [
        "db87c1b5d4c055d4c7df489ed8cbad4654ec2086"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 07 22:02:22 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Sat Aug 07 22:02:22 2010 +0000"
      },
      "message": "Added example of driving client-side pattern by custom JSF validator\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@983317 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "db87c1b5d4c055d4c7df489ed8cbad4654ec2086",
      "tree": "701b23f3720c0374163339aeac45ea903d5ef360",
      "parents": [
        "08720368dc4a2837d7acfd91aa94c172e468cf47"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 06 21:37:31 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 06 21:37:31 2010 +0000"
      },
      "message": "Added missing license for new interface, and some formatting.\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@983132 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "08720368dc4a2837d7acfd91aa94c172e468cf47",
      "tree": "2497fdb1cd807558c00cd3c29f37baf3545dd41c",
      "parents": [
        "bb8152f1fb70efb8b5efaf670a2a78787960992a"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 06 21:35:08 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Aug 06 21:35:08 2010 +0000"
      },
      "message": "Improved client-side validation by driving JSF validators/converters.\nAdded an example.\nAdded TODOs\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@983131 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "bb8152f1fb70efb8b5efaf670a2a78787960992a",
      "tree": "6579d884de81aff181887cdc96e5c672d2eb0344",
      "parents": [
        "9eced2adec6d8ccdfdf0f8f05935490951fae4da"
      ],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Jul 30 22:37:29 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Jul 30 22:37:29 2010 +0000"
      },
      "message": "The progress on html5-comp-lib so far goes into MyFaces repository\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@980988 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9eced2adec6d8ccdfdf0f8f05935490951fae4da",
      "tree": "4b825dc642cb6eb9a060e54bf8d69288fbee4904",
      "parents": [],
      "author": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Jul 30 22:32:50 2010 +0000"
      },
      "committer": {
        "name": "Ali Ok",
        "email": "aliok@apache.org",
        "time": "Fri Jul 30 22:32:50 2010 +0000"
      },
      "message": "Creating /gsoc folder and html5-comp-lib-project\n\ngit-svn-id: https://svn.apache.org/repos/asf/myfaces/gsoc/html5-comp-lib/trunk@980984 13f79535-47bb-0310-9956-ffa450edef68\n"
    }
  ]
}
