Skip to content

Commit 69c4802

Browse files
committed
Converted weather server to jsf and specified rest api
1 parent 48a5259 commit 69c4802

File tree

95 files changed

+466
-135149
lines changed

Some content is hidden

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

95 files changed

+466
-135149
lines changed

.classpath

-65
This file was deleted.

.gitignore

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,44 @@
1+
# Don't commit changes to these files out unless you know what you are doing
2+
.classpath
3+
.project
4+
.gitmodules
5+
rw.gitmodules
6+
accounting
7+
auctioneer
8+
default-broker
9+
distribution-utility
10+
genco
11+
household-customer
12+
server-interface
13+
114
# IntelliJ IDEA project files
215
*.iml
316
*.ipr
417
*.iws
518
.idea/
619

7-
# Deployment directories
20+
# editor temp files
21+
*~
22+
23+
# Deployment directories and runtime artifacts
24+
bin/
825
target/
926
activemq-data/
27+
logs/
28+
log/
29+
.settings/
30+
server-main/boot-data.xml
1031

1132
# OS generated files
1233
.DS_Store?
1334
.DS_Store
1435
ehthumbs.db
1536
Icon?
1637
Thumbs.db
38+
*.log
1739

1840
# Compiled source
1941
*.class
2042

2143
# Cobertura generated files
2244
cobertura.ser
23-

.project

-32
This file was deleted.

.settings/org.codehaus.groovy.eclipse.preferences.prefs

-3
This file was deleted.

README

-1
This file was deleted.
File renamed without changes.

application.properties

-10
This file was deleted.

grails-app/conf/BootStrap.groovy

-7
This file was deleted.

grails-app/conf/BuildConfig.groovy

-36
This file was deleted.

grails-app/conf/Config.groovy

-99
This file was deleted.

grails-app/conf/DataSource.groovy

-41
This file was deleted.

grails-app/conf/UrlMappings.groovy

-13
This file was deleted.

grails-app/conf/spring/resources.groovy

-3
This file was deleted.

0 commit comments

Comments
 (0)