Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit ba48956

Browse files
author
oraclejet
committed
Pre release 1.0.1
1 parent fcb61a7 commit ba48956

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# generator-oraclejet 1.0.1
1+
# generator-oraclejet 1.0.2
22

33
## About the generator
44
This Yeoman generator for Oracle JET lets you quickly set up a project for use as a Web application or mobile-hybrid application for Android and iOS.
55

66
This is an open source project maintained by Oracle Corp.
77

88
### Installation
9-
For step-by-step instructions on using Yeoman and this generator to build an Oracle JET application, including possible pre-requisites for installation, please see the [Oracle JET Developers Guide](http://docs.oracle.com/middleware/jet200/jet/)
9+
For step-by-step instructions on using Yeoman and this generator to build an Oracle JET application, including possible pre-requisites for installation, please see the [Oracle JET Developers Guide](http://docs.oracle.com/middleware/jet202/jet/)
1010
```bash
1111
npm install -g generator-oraclejet
1212
```
1313

1414
### Usage
15-
Once you have the generator installed, the following commands will scaffold up a JET based application. See the [Oracle JET Developers Guide](http://docs.oracle.com/middleware/jet200/jet/) for information about all of the available Command Line options as well as details on pre-requisites for installation and usage with Mobile-Hybrid applications.
15+
Once you have the generator installed, the following commands will scaffold up a JET based application. See the [Oracle JET Developers Guide](http://docs.oracle.com/middleware/jet202/jet/) for information about all of the available Command Line options as well as details on pre-requisites for installation and usage with Mobile-Hybrid applications.
1616

1717
```bash
1818
# Generate a web based application with default blank template

common/template/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var _WEB = "web";
1313
var _BOTH = "both";
1414

1515
var BLANK_TEMPLATE = blankTemplate.BLANK_TEMPLATE;
16-
var _TEMPLATE_URL_ROOT = "https://github.com/oracle/oraclejet/releases/download/2.0.1/";
16+
var _TEMPLATE_URL_ROOT = "https://github.com/oracle/oraclejet/releases/download/2.0.2-b1/";
1717

1818
var _TEMPLATES =
1919
{

generators/app/templates/blank/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<link rel="apple-touch-icon-precomposed" href="css/images/touchicon.png">
3232
<meta name="apple-mobile-web-app-title" content="Oracle JET">
3333

34-
<link rel="stylesheet" href="css/libs/oj/v2.0.1/alta/oj-alta-min.css" id="css" />
34+
<link rel="stylesheet" href="css/libs/oj/v2.0.2/alta/oj-alta-min.css" id="css" />
3535
</head>
3636
<body>
3737
<div id="mainContent" class="oj-web-applayout-page">

generators/app/templates/blank/js/main-release-paths.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"promise": "libs/es6-promise/promise-1.0.0.min",
66
"hammerjs": "libs/hammer/hammer-2.0.4.min",
77
"ojdnd": "libs/dnd-polyfill/dnd-polyfill-1.0.0.min",
8-
"ojs": "libs/oj/v2.0.1/min",
9-
"ojL10n": "libs/oj/v2.0.1/ojL10n",
10-
"ojtranslations": "libs/oj/v2.0.1/resources",
8+
"ojs": "libs/oj/v2.0.2/min",
9+
"ojL10n": "libs/oj/v2.0.2/ojL10n",
10+
"ojtranslations": "libs/oj/v2.0.2/resources",
1111
"knockout-amd-helpers": "libs/knockout/knockout-amd-helpers.min",
1212
"text": "libs/require/text",
1313
"signals": "libs/js-signals/signals.min"

generators/app/templates/blank/js/main.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ requirejs.config(
1616
"promise": "libs/es6-promise/promise-1.0.0",
1717
"hammerjs": "libs/hammer/hammer-2.0.4",
1818
"ojdnd": "libs/dnd-polyfill/dnd-polyfill-1.0.0",
19-
"ojs": "libs/oj/v2.0.1/debug",
20-
"ojL10n": "libs/oj/v2.0.1/ojL10n",
21-
"ojtranslations": "libs/oj/v2.0.1/resources",
19+
"ojs": "libs/oj/v2.0.2/debug",
20+
"ojL10n": "libs/oj/v2.0.2/ojL10n",
21+
"ojtranslations": "libs/oj/v2.0.2/resources",
2222
"knockout-amd-helpers": "libs/knockout/knockout-amd-helpers",
2323
"text": "libs/require/text",
2424
"signals": "libs/js-signals/signals"
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "oraclejet-app",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"dependencies":
55
{
6-
"oraclejet": "2.0.1"
6+
"oraclejet": "oraclejet-2.0.2-b1"
77
}
88
}

generators/app/templates/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oraclejet-app",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description":"A sample Oracle JavaScript Extension Toolkit (JET) web app",
55
"author":{
66
"name": "Oracle Jet Team"

generators/hybrid/templates/blank/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
2929
<link rel="icon" href="css/images/favicon.ico" type="image/x-icon" />
3030

31-
<link rel="stylesheet" href="css/libs/oj/v2.0.1/alta/oj-alta-min.css" id="css" />
31+
<link rel="stylesheet" href="css/libs/oj/v2.0.2/alta/oj-alta-min.css" id="css" />
3232
<!-- This is where you would add any app specific styling -->
3333
</head>
3434
<body class="oj-hybrid">

generators/hybrid/templates/blank/js/main-release-paths.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"promise": "libs/es6-promise/promise-1.0.0.min",
66
"hammerjs": "libs/hammer/hammer-2.0.4.min",
77
"ojdnd": "libs/dnd-polyfill/dnd-polyfill-1.0.0.min",
8-
"ojs": "libs/oj/v2.0.1/min",
9-
"ojL10n": "libs/oj/v2.0.1/ojL10n",
10-
"ojtranslations": "libs/oj/v2.0.1/resources",
8+
"ojs": "libs/oj/v2.0.2/min",
9+
"ojL10n": "libs/oj/v2.0.2/ojL10n",
10+
"ojtranslations": "libs/oj/v2.0.2/resources",
1111
"knockout-amd-helpers": "libs/knockout/knockout-amd-helpers.min",
1212
"text": "libs/require/text",
1313
"signals": "libs/js-signals/signals.min"

generators/hybrid/templates/blank/js/main.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ requirejs.config(
1818
"promise": "libs/es6-promise/promise-1.0.0",
1919
"hammerjs": "libs/hammer/hammer-2.0.4",
2020
"ojdnd": "libs/dnd-polyfill/dnd-polyfill-1.0.0",
21-
"ojs": "libs/oj/v2.0.1/debug",
22-
"ojL10n": "libs/oj/v2.0.1/ojL10n",
23-
"ojtranslations": "libs/oj/v2.0.1/resources",
21+
"ojs": "libs/oj/v2.0.2/debug",
22+
"ojL10n": "libs/oj/v2.0.2/ojL10n",
23+
"ojtranslations": "libs/oj/v2.0.2/resources",
2424
"knockout-amd-helpers": "libs/knockout/knockout-amd-helpers",
2525
"text": "libs/require/text",
2626
"signals": "libs/js-signals/signals"
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "oraclejet-app",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"dependencies":
55
{
6-
"oraclejet": "2.0.1"
6+
"oraclejet": "2.0.2-b1"
77
}
88
}

generators/hybrid/templates/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oraclejet-app",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description":"A sample Oracle JavaScript Extension Toolkit (JET) mobile app based on Cordova",
55
"author":{
66
"name": "Oracle Jet Team"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-oraclejet",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license":"UPL-1.0",
55
"description": "initial",
66
"keywords":

0 commit comments

Comments
 (0)