Skip to content

Commit

Permalink
Need to include clojure/version.properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewr committed Jul 7, 2009
1 parent b27022e commit 48dd94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make-jar
Expand Up @@ -12,7 +12,7 @@ for jarname in `cat $JARS`; do
jar=$JARHOME/$jarname
echo Packaging $jar
( cd $CLASSES
jar tvf $jar | egrep "\.class|\.clj" | xargs jar xf $jar )
jar tvf $jar | egrep "\.class|\.clj|\.properties" | xargs jar xf $jar )
done

java \
Expand Down

0 comments on commit 48dd94d

Please sign in to comment.