Skip to content

Commit

Permalink
Updated readme and went up a fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jan 31, 2015
1 parent b515192 commit 575483b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,18 @@ When creating a distribution jar file (e.g. snyder-*.jar) from the build
system, it is not necessary to include anything from either of the above
directories.

Fiducial values file: **resources** / **json** / **Fiducials.json**
Fiducial values file: **src** / **test** / **resources** / **json** / **Fiducials.json**

Building Snyder
=========================

```
$ gradle build
```

The result is the directory **build** containing the build artifacts including the deployment jar.

Deployment jar library: **build** / **libs** / **snyder-{VERSION}.jar**

References
==========
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'eclipse'

sourceCompatibility = 1.7
version = '3.0.0'
version = '3.0.1'
jar {
exclude 'gis/proj/drivers/**'
exclude 'gis/proj/Complex*'
Expand Down

0 comments on commit 575483b

Please sign in to comment.