mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
android plugin returned to UE and CE distributions
This commit is contained in:
@@ -230,12 +230,8 @@ def layoutFull(String home, String targetDirectory, String patchedDescriptorDir
|
||||
}
|
||||
|
||||
public def layoutCommunityPlugins(String home) {
|
||||
layoutCommunityPlugins(home, null)
|
||||
}
|
||||
|
||||
public def layoutCommunityPlugins(String home, String androidPluginHome) {
|
||||
if (androidPluginHome != null) {
|
||||
layoutAndroid(androidPluginHome)
|
||||
if (isDefined("androidPluginHome")) {
|
||||
layoutAndroid(p("androidPluginHome"))
|
||||
}
|
||||
|
||||
dir("plugins") {
|
||||
|
||||
Reference in New Issue
Block a user