Update educational plugins build data

This commit is contained in:
Valentina Kiryushkina
2016-01-26 19:36:12 +03:00
parent 652031862c
commit 1208b12103
2 changed files with 5 additions and 5 deletions
@@ -4,8 +4,8 @@ remote-servers-git
github
IntelliLang
IntelliLang-python
interactive-learning
interactive-learning-python
student
student-python
course-creator
course-creator-python
hg4idea
@@ -224,10 +224,10 @@ public layoutEducational(String classesPath, Set usedJars) {
private layoutPlugins(layouts) {
dir("plugins") {
layouts.layoutPlugin("interactive-learning")
layouts.layoutPlugin("interactive-learning-python") {
layouts.layoutPlugin("student")
layouts.layoutPlugin("student-python") {
dir("courses") {
fileset(dir: "$pythonEduHome/interactive-learning-python/resources/courses")
fileset(dir: "$pythonEduHome/student-python/resources/courses")
}
}
layouts.layoutPlugin("course-creator")