This should be with the previous commit which has a lovely blank commit

message.

We want to put everything into one jar file which we'll publish via Maven. So
we include our command line tools, and replace the un-proguarded jar with the
proguarded one during the packaging step.

I may look into not renaming the Getdown code so that apps (like Bang) that
link against some of it, can use this jar file. Or I'll just figure out
specifically what apps are likely to link against and not rename just that.
It's probably not a huge size increase either way.
This commit is contained in:
Michael Bayne
2010-09-21 05:41:56 +00:00
parent 95857ec608
commit c3c9c66290
+2
View File
@@ -66,5 +66,7 @@
</proguard>
<delete file="target/runtime.jar"/>
<rename src="target/getdown-pro-${maven.version}.jar"
dest="target/getdown-${maven.version}.jar" replace="true"/>
</target>
</project>