Skip to content

Commit 10c5fcf

Browse files
committed
Merge pull request #293 from gberaudo/release_v1.10
Prepare for release v1.10
2 parents 6c4a03c + e55d761 commit 10c5fcf

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGES.md

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

3-
## v1.10
3+
## v1.10 - 2015-11-30
44

55
* Breaking changes
66
* OL3-Cesium is now compiled together with OL3. A custom closure compiler

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ cleanall: clean
9090
mkdir -p $(dir $@)
9191
cp -R cesium/Build/Cesium dist/
9292
cp -R examples dist/
93+
cp ol3/css/ol.css dist/
9394
for f in dist/examples/*.html; do $(SEDI) 'sY/@loaderY../ol3cesium.jsY' $$f; done
9495
for f in dist/examples/*.html; do $(SEDI) 'sY../cesium/Build/Y../Y' $$f; done
96+
for f in dist/examples/*.html; do $(SEDI) 'sY../ol3/css/ol.cssY../ol.cssY' $$f; done
9597
for f in dist/examples/*.js; do $(SEDI) 'sY../cesium/Build/Y../Y' $$f; done
9698
touch $@
9799

cesium

ol3

Submodule ol3 updated from db0c8c3 to eb56075

0 commit comments

Comments
 (0)