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

Commit f1f4756

Browse files
author
oraclejet
committed
Release 2.3.0
1 parent 09b52c4 commit f1f4756

Some content is hidden

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

60 files changed

+385
-196
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to generator-oraclejet
22

3-
*Copyright (c) 2014,2016 Oracle and/or its affiliates
3+
*Copyright (c) 2014, 2017 Oracle and/or its affiliates
44
The Universal Permissive License (UPL), Version 1.0*
55

66
**Pull requests are currently not being accepted for the Oracle JET project.**

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717

1818

1919
```
20-
Copyright (c) 2014, 2016 Oracle and/or its affiliates
20+
Copyright (c) 2014, 2017 Oracle and/or its affiliates
2121
The Universal Permissive License (UPL), Version 1.0
2222
2323
Subject to the condition set forth below, permission is hereby granted to any person obtaining

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
# generator-oraclejet 2.2.0
2-
3-
> Yeoman generator for Oracle JET web and mobile applications
1+
# generator-oraclejet 2.3.0
42

53
## About the generator
64
This Yeoman generator for Oracle JET lets you quickly set up a project for use as a web application or hybrid mobile application for Android, iOS or Windows 10.
75

86
This is an open source project maintained by Oracle Corp.
97

108
## Installation
11-
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/jet220/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/jet230/jet/)
1210
```bash
1311
npm install -g generator-oraclejet
1412
```
1513

1614
## Usage
17-
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/jet220/jet/) for information about all of the available command line options as well as details on pre-requisites for installation.
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/jet230/jet/) for information about all of the available command line options as well as details on pre-requisites for installation.
1816

1917
```bash
2018
# Generate a web application with default blank template
@@ -35,5 +33,5 @@ Oracle JET is an open source project. Pull Requests are currently not being acc
3533
for details.
3634

3735
## [License](https://github.com/oracle/generator-oraclejet/tree/master/LICENSE.md)
38-
Copyright (c) 2014, 2016 Oracle and/or its affiliates
36+
Copyright (c) 2014, 2017 Oracle and/or its affiliates
3937
The Universal Permissive License (UPL), Version 1.0

RELEASENOTES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Release Notes for generator-oraclejet ##
22

3-
### 2.2.0 (Oct 21, 2016)
4-
* Provide help page for generator
3+
### 2.3.0
4+
* Allow local files as scaffolding starting templates
5+
* Provide the ability to specify the Windows hybrid platform architecture
6+
* Better handling for determining which browser is launched when serving a hybrid app
7+
* Please use the latest version of yeoman as some earlier versions can cause issues with scaffolding

common/bowerCopy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2016, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
"use strict";

common/bowerCopyConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2016, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55

common/grunt/versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2016, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
"use strict";

common/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2016, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
"use strict";

common/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2016, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
"use strict";

common/restore.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
/**
2-
Copyright (c) 2015, 2016, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
"use strict";
66

77
var fs = require("fs-extra");
88
var path = require("path");
99

10-
var constants = require("../util/constants");
1110
var fetchZip = require ("../util/fetchZip");
1211
var util = require("../util");
1312
var common = require("./index");

0 commit comments

Comments
 (0)