Skip to content

Commit df8c7da

Browse files
author
oraclejet
committed
Initial 2.0.1 files
1 parent db0ba97 commit df8c7da

File tree

154 files changed

+46211
-40854
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+46211
-40854
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ Here is a list of places to see Oracle JET in action:
3030
Oracle JET provides a Yeoman generator to help scaffold up your applications. To install and build a blank app, type:
3131

3232
```
33-
npm install -g yo
34-
npm install -g grunt
33+
npm install -g yo grunt bower grunt-cli
3534
npm install -g generator-oraclejet
3635
3736
yo oraclejet <app name>

THIRDPARTYLICENSE.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,23 @@ js/libs/oj/v1.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
3232
js/libs/oj/v1.1.0/min/ojtree.js (jsTree.js) MIT
3333
js/libs/oj/v1.1.0/ojL10n.js (requireJS i18n) MIT
3434
js/libs/hammer/hammer-2.0.4.js MIT
35+
js/libs/require-css/css.js (require-css) MIT
3536
scss/oj/v1.1.0/3rdparty/normalize/normalize.scss MIT
3637

38+
/*
39+
* require-css - v0.1.8
40+
* https://github.com/guybedford/require-css
41+
* Copyright (C) 2013 Guy Bedford;
42+
* Licensed under the MIT license
43+
*/
3744

3845
/*! Hammer.JS - v2.0.4 - 2014-09-28
3946
* http://hammerjs.github.io/
4047
*
4148
* Copyright (c) 2014 Jorik Tangelder;
4249
* Licensed under the MIT license */
4350

44-
51+
4552
/*
4653
* Foundation Responsive Library
4754
* http://foundation.zurb.com
@@ -75,12 +82,12 @@ Copyright (c) Nicolas Gallagher and Jonathan Neal
7582
* General Public License version 2 (the "GPL License"). You may choose either license to govern your
7683
* use of this software only upon the condition that you accept all of the terms of either the Apache
7784
* License or the GPL License.
78-
*
85+
*
7986
* You may obtain a copy of the Apache License and the GPL License at:
80-
*
87+
*
8188
* http://www.apache.org/licenses/LICENSE-2.0
8289
* http://www.gnu.org/licenses/gpl-2.0.html
83-
*
90+
*
8491
* Unless required by applicable law or agreed to in writing, software distributed under the
8592
* Apache License or the GPL Licesnse is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
8693
* CONDITIONS OF ANY KIND, either express or implied. See the Apache License and the GPL License for
@@ -175,7 +182,7 @@ The following applies to all products licensed under the Apache 2.0 License:
175182

176183
You may not use the identified files except in compliance with the Apache
177184
License, Version 2.0 (the "License.")
178-
185+
179186
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
180187
A copy of the license is also reproduced below.
181188

bower.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"name": "oraclejet",
3+
"version": "2.0.1",
34
"description": "Oracle JET distribution",
4-
"version": "2.0.0",
5-
"authors": [
5+
"authors": [
66
"Oracle"
77
],
8-
"license": "UPL",
8+
"license": "UPL-1.0",
99
"homepage": "http://oraclejet.org",
10-
"moduleType": [],
10+
"moduleType": [
11+
"amd",
12+
"globals"
13+
],
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/oracle/oraclejet.git"
17+
},
1118
"ignore":["samples"],
1219
"main":[],
1320
"dependencies":

dist/css/alta-android/oj-alta.css.map

Lines changed: 162 additions & 162 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/alta-ios/oj-alta.css.map

Lines changed: 162 additions & 162 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/alta-windows/oj-alta.css.map

Lines changed: 162 additions & 162 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/alta/oj-alta-notag.css.map

Lines changed: 165 additions & 165 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/alta/oj-alta.css.map

Lines changed: 164 additions & 164 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)