IJI-268 android tools-base usages are removed

GitOrigin-RevId: e8817f8cf998159c5ede5d7d036ba6f910468f44
This commit is contained in:
Dmitriy.Panov
2020-04-19 21:46:40 +03:00
committed by intellij-monorepo-bot
parent 863037df19
commit dc2493f71d
4 changed files with 4 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ run one of the `getPlugins` scripts located in the `<IDEA_HOME>` directory. Thes
* `getPlugins.sh` for Linux or macOS. * `getPlugins.sh` for Linux or macOS.
* `getPlugins.bat` for Windows. * `getPlugins.bat` for Windows.
_**Note:**_ Always `git checkout` the `intellij-community`, `android`, and `android/tools-base` Git repositories to the same branches/tags. _**Note:**_ Always `git checkout` the `intellij-community` and `android` Git repositories to the same branches/tags.
## Building IntelliJ Community Edition ## Building IntelliJ Community Edition
Version 2018.2 or newer of IntelliJ IDEA Community Edition or IntelliJ IDEA Ultimate Edition is required to build and develop Version 2018.2 or newer of IntelliJ IDEA Community Edition or IntelliJ IDEA Ultimate Edition is required to build and develop

View File

@@ -1,2 +1 @@
call git clone git://git.jetbrains.org/idea/android.git android call git clone git@github.com:JetBrains/android.git android
call git clone git://git.jetbrains.org/idea/adt-tools-base.git android/tools-base

View File

@@ -1,2 +1 @@
git clone git://git.jetbrains.org/idea/android.git android git clone git@github.com:JetBrains/android.git android
git clone git://git.jetbrains.org/idea/adt-tools-base.git android/tools-base

View File

@@ -21,12 +21,8 @@
"url": "git@git.labs.intellij.net:idea/community" "url": "git@git.labs.intellij.net:idea/community"
}, },
{ {
"url": "git://git.jetbrains.org/idea/android.git", "url": "git@git.labs.intellij.net:idea/android",
"targetDir": "android" "targetDir": "android"
},
{
"url": "git://git.jetbrains.org/idea/adt-tools-base.git",
"targetDir": "android/tools-base"
} }
] ]
}, },