-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsettings.gradle
More file actions
23 lines (23 loc) · 830 Bytes
/
settings.gradle
File metadata and controls
23 lines (23 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// settings.gradle
include 'ch01/javase8-examples',
'ch01/javascript-examples',
'ch01/xenguestbook-digital',
'ch02/jsf-compositions',
'ch02/jsf-cdi-study',
'ch03/jsf-crud',
'ch04/jsf-crud-ajax-validation',
'ch04/jsf-crud-validation',
'ch05/jsf-instant-secure',
'ch05/jsf-instant-secure-smart',
'ch06/jsf-implicit-simple-flow',
'ch06/jsf-product-flow',
'ch06/jsf-declarative-flows',
'ch06/jsf-product-flow-stage2',
'ch06/jsf-resource-library-contracts',
'ch07/requirejs-example',
'ch07/underscorejs-example',
'ch08/xen-force-angularjs',
'ch08/blank-javaee-angularjs',
'ch09/basic-javaee-mvc',
'ch09/handlebars-javaee-mvc',
'ch09/handlebars-javaee-mvc-validation'