add r.js to list of dependencies
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/f2ace507 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/f2ace507 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/f2ace507 Branch: refs/heads/master Commit: f2ace507a5404cac70d7c8c9fdb7b615b7c667be Parents: bcb2d52 Author: Alex Heneveld <[email protected]> Authored: Wed Sep 2 09:54:06 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Wed Sep 2 09:54:06 2015 +0100 ---------------------------------------------------------------------- usage/dist/licensing/overrides.yaml | 10 ++++++++++ usage/jsgui/src/main/license/source-inclusions.yaml | 1 + 2 files changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f2ace507/usage/dist/licensing/overrides.yaml ---------------------------------------------------------------------- diff --git a/usage/dist/licensing/overrides.yaml b/usage/dist/licensing/overrides.yaml index e1952ba..6d2cf14 100644 --- a/usage/dist/licensing/overrides.yaml +++ b/usage/dist/licensing/overrides.yaml @@ -114,6 +114,16 @@ notice: Copyright (c) The Dojo Foundation (2010-2012) license: MIT +- id: require.js/r.js + # new ID because this is a different version to the above + name: RequireJS (r.js maven plugin) + files: r.js + version: 2.1.6 + url: http://github.com/jrburke/requirejs for details + organization: { name: "The Dojo Foundation", url: "http://dojofoundation.org/" } + notice: Copyright (c) The Dojo Foundation (2010-2012) + license: MIT + - id: backbone.js version: 1.0.0 url: http://backbonejs.org http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f2ace507/usage/jsgui/src/main/license/source-inclusions.yaml ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/license/source-inclusions.yaml b/usage/jsgui/src/main/license/source-inclusions.yaml index a5bd59f..8592477 100644 --- a/usage/jsgui/src/main/license/source-inclusions.yaml +++ b/usage/jsgui/src/main/license/source-inclusions.yaml @@ -25,6 +25,7 @@ - id: Swagger JS - id: Swagger UI - id: require.js +- id: require.js/r.js - id: backbone.js - id: bootstrap.js - id: underscore.js
