Skip to content

Commit

Permalink
Bump version to 0.13.3 and build release
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Dec 24, 2013
1 parent f3b9c72 commit e2c92d2
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 3,259 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2012-12-24: Version 0.13.3

Port of SimpleMCSweepLineIntersector and supporting classes (#145)
Bad method call in OpenLayersParser.convertFromCollection (#144)
Use OpenLayers 2.13.1 in examples and tests (#143)

2012-12-21: Version 0.13.2

0.13.1 causes ReferenceError under node (#115)
Expand Down
8 changes: 2 additions & 6 deletions README.md
Expand Up @@ -34,12 +34,8 @@ The code tries to be conformant to the
Development environment
-----------------------

* Eclipse 3.6 (Helios) using custom builders to check and enforce the Google JavaScript Style Guide and JSLint
* Custom builders requirements:
* Installed Closure Linter from http://code.google.com/closure/utilities
* Compiled 'shell' sample from V8 JavaScript Engine (http://code.google.com/apis/v8) in /tools
* External JavaScript jslint.js and json2.js from https://github.com/douglascrockford in /tools
* Assumes OpenLayers 2.12 distribution in project root from http://www.openlayers.org/
* Eclipse 4.3.1 (Kepler)
* Assumes OpenLayers 2.13.1 distribution in project root from http://www.openlayers.org/
* Assumes OS Ubuntu/Linux

Design changes
Expand Down
12 changes: 6 additions & 6 deletions build/build.sh
@@ -1,12 +1,12 @@
#!/bin/sh
jsbuild full.cfg -v -o ../lib -j jsts.js
tar -cvf jsts-0.13.2.tar ../src ../doc ../lib ../examples ../src ../license.txt ../authors.txt ../ChangeLog ../README.md
rm jsts-0.13.2.tar.gz
gzip -9 jsts-0.13.2.tar
tar -cvf jsts-0.13.3.tar ../src ../doc ../lib ../examples ../src ../license.txt ../authors.txt ../ChangeLog ../README.md
rm jsts-0.13.3.tar.gz
gzip -9 jsts-0.13.3.tar
mkdir tmp
cd tmp
tar xvfz ../jsts-0.13.2.tar.gz
rm ../jsts-0.13.2.zip
zip -r -9 ../jsts-0.13.2.zip *
tar xvfz ../jsts-0.13.3.tar.gz
rm ../jsts-0.13.3.zip
zip -r -9 ../jsts-0.13.3.zip *
cd ..
rm tmp -rf
2 changes: 1 addition & 1 deletion src/jsts.js
Expand Up @@ -6,7 +6,7 @@

/** @namespace */
jsts = {
version: '0.13.2',
version: '0.13.3',
/** @namespace */
algorithm: {
/** @namespace */
Expand Down
20 changes: 0 additions & 20 deletions test/lib/jasmine-1.2.0/MIT.LICENSE

This file was deleted.

0 comments on commit e2c92d2

Please sign in to comment.