1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00

Clean up.

This commit is contained in:
Cedric Beust 2015-10-03 21:44:14 -07:00
parent c061e7df85
commit 71d717eda1
2 changed files with 0 additions and 20 deletions

View file

@ -1,17 +0,0 @@
jar=$HOME/t/kobalt-apt-0.3.jar
rm -f $jar
cd $HOME/kotlin/kobalt
jar cf $jar -C build/classes/main com/beust/kobalt/plugin/apt
jar uf $jar -C src/main/resources .
rm -rf /tmp/META-INF
mkdir -p /tmp/META-INF
echo > /tmp/META-INF/MANIFEST.MF Manifest-Version: 1.0
echo >>/tmp/META-INF/MANIFEST.MF "Created-By: 1.8.0_25 (Oracle Corporation)"
echo >>/tmp/META-INF/MANIFEST.MF Kobalt-Plugin-Class: com.beust.kobalt.plugin.apt.AptPlugin
(cd /tmp && jar uf $jar META-INF)

View file

@ -1,3 +0,0 @@
jar=`ls -ltr $HOME/kotlin/kobalt/build/libs/*jar|grep -v sources|awk '{print $9}'`
java -jar $jar $*