Skip to content

Commit 9055d1a

Browse files
committed
Merge branch 'release/1.9.11'
2 parents 0e502f2 + 90ef02b commit 9055d1a

File tree

105 files changed

+5034
-618
lines changed

Some content is hidden

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

105 files changed

+5034
-618
lines changed

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@ gwt-unitcache
2626
GAE/env
2727

2828
# Dashboard paths
29+
Dashboard/.bundle
30+
Dashboard/app/cljs/out/
31+
Dashboard/app/cljs/target
32+
Dashboard/app/cljs/users.js
2933
Dashboard/app/test.html
3034
Dashboard/assets
35+
Dashboard/bin
3136
Dashboard/node_modules
3237
Dashboard/test_assets
3338
Dashboard/tmp
@@ -62,6 +67,7 @@ GAE/war/WEB-INF/lib/datanucleus*.jar
6267
GAE/war/WEB-INF/lib/geronimo*.jar
6368
GAE/war/WEB-INF/lib/jdo2-api*.jar
6469
GAE/war/WEB-INF/lib/jsr107*.jar
70+
GAE/war/WEB-INF/lib/libservice.jar
6571

6672
# APK paths
6773
WFPMapping/device/debugcert
@@ -84,8 +90,3 @@ tests/clojure/akvo-tests/target
8490
*.codekit
8591
*.scssc
8692
dwsync.xml
87-
88-
Dashboard/app/cljs/out/
89-
Dashboard/app/cljs/users.js
90-
91-
GAE/war/WEB-INF/lib/libservice.jar

Config/ide/eclipse/eclipse-preferences.xml

Lines changed: 295 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/bin
22
/dist
3+
.DS_Store
34
.classpath
5+
.idea
46
.project
57
.settings
34.4 MB
Binary file not shown.
-12.8 MB
Binary file not shown.
-40.2 KB
Binary file not shown.
51.7 KB
Binary file not shown.
-45.6 KB
Binary file not shown.
258 KB
Binary file not shown.
-59.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)