Skip to content
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.

Commit

Permalink
Updated README for release; updated packaging script for filesystem p…
Browse files Browse the repository at this point in the history
…os of DL
  • Loading branch information
coconutpalm committed Mar 16, 2015
1 parent aff9478 commit 026b217
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -84,7 +84,7 @@ You can use Ant-style recursive directory dependencies:
}

That's enough for now. If you like this, just download the .zip and
get started. Or pull the whole repo, build it using Maven 3, and
get started. Or pull the whole repo, build it using SBT, and
contribute!

--Dave Orme
2 changes: 1 addition & 1 deletion scalamake/package.sh
Expand Up @@ -5,5 +5,5 @@ cd scalamake
cp ../target/scala*/*.jar .
cp ../skel/* .
cd ..
zip -r scalamake_0.1.0.zip scalamake
zip -r ../scalamake_0.1.0.zip scalamake
rm -fr scalamake
Binary file added scalamake_0.1.0.zip
Binary file not shown.

0 comments on commit 026b217

Please sign in to comment.