Move to another repo

This commit is contained in:
Andrey Breslav
2012-01-27 17:15:30 +04:00
parent 7673c87ecb
commit ae6479a765
763 changed files with 0 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
move-tmp-to-kt:
rename -f s/.kt.tmp/.kt/ `find "testData" -name "*.kt.tmp"`
remove-tmp:
rm `find "testData" -name "*.kt.tmp"`
disable-sandbox:
cd ~/.IdeaIC11/system/ && mv plugins-sandbox plugins-sandbox.tmp
enable-sandbox:
cd ~/.IdeaIC11/system/ && rm -rf plugins-sandbox && mv plugins-sandbox.tmp ./plugins-sandbox
release-patch:
cp ~/src/jet/.git/patches/master/j2k ~/src/jet-contrib/upstream-patches/