Skip to content

Commit

Permalink
New bash script to create the jars without ant
Browse files Browse the repository at this point in the history
  • Loading branch information
nyholku committed May 26, 2011
1 parent 11c3e35 commit 77a449b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions makejars
@@ -0,0 +1,7 @@
#!/bin/bash
echo Ensure 'bin' directory exists
mkdir bin
echo Creating 'bin/purejavacomm.jar'
jar cf bin/purejavacomm.jar -C classes .
echo Creating 'bin/purejavacomm-src.jar'
jar cf bin/purejavacomm-src.jar -C src .

0 comments on commit 77a449b

Please sign in to comment.