Revert to old layout for refactor

This commit is contained in:
zeruth
2019-06-07 23:54:32 -04:00
parent 74a0bf004e
commit eafb024f16
3552 changed files with 105486 additions and 145251 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
if [ "$#" -ne 2 ] ; then
exit 1
fi
echo "Deploying vanilla version $1 ($2) to repo.runelite.net"
mvn deploy:deploy-file -DgroupId=net.runelite.rs -DartifactId=vanilla -Dversion=$1 -Dfile=$2 -DrepositoryId=runelite -Durl=dav:http://repo.runelite.net