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:
@@ -66,5 +66,7 @@
|
|||||||
</proguard>
|
</proguard>
|
||||||
|
|
||||||
<delete file="target/runtime.jar"/>
|
<delete file="target/runtime.jar"/>
|
||||||
|
<rename src="target/getdown-pro-${maven.version}.jar"
|
||||||
|
dest="target/getdown-${maven.version}.jar" replace="true"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user