rename module student-python to Edu-Python to be consistent with other educational plugins

This commit is contained in:
Liana.Bakradze
2017-03-10 15:31:37 +03:00
parent e8e78f4abf
commit cf83cbd903
49 changed files with 8 additions and 8 deletions

2
.idea/modules.xml generated
View File

@@ -255,7 +255,7 @@
<module fileurl="file://$PROJECT_DIR$/platform/structuralsearch/structuralsearch-tests.iml" filepath="$PROJECT_DIR$/platform/structuralsearch/structuralsearch-tests.iml" group="plugins/structuralsearch" />
<module fileurl="file://$PROJECT_DIR$/platform/structure-view-impl/structure-view-impl.iml" filepath="$PROJECT_DIR$/platform/structure-view-impl/structure-view-impl.iml" group="platform" />
<module fileurl="file://$PROJECT_DIR$/python/educational-core/student/student.iml" filepath="$PROJECT_DIR$/python/educational-core/student/student.iml" group="python/educational/educational-core" />
<module fileurl="file://$PROJECT_DIR$/python/educational-python/student-python/student-python.iml" filepath="$PROJECT_DIR$/python/educational-python/student-python/student-python.iml" group="python/educational/educational-python" />
<module fileurl="file://$PROJECT_DIR$/python/educational-python/Edu-Python/Edu-Python.iml" filepath="$PROJECT_DIR$/python/educational-python/Edu-Python/Edu-Python.iml" group="python/educational/educational-python" />
<module fileurl="file://$PROJECT_DIR$/plugins/svn4idea/svn4idea.iml" filepath="$PROJECT_DIR$/plugins/svn4idea/svn4idea.iml" group="plugins/VCS" />
<module fileurl="file://$PROJECT_DIR$/plugins/svn4idea/svn4idea-tests.iml" filepath="$PROJECT_DIR$/plugins/svn4idea/svn4idea-tests.iml" group="plugins/VCS" />
<module fileurl="file://$PROJECT_DIR$/plugins/tasks/tasks-api/tasks-api.iml" filepath="$PROJECT_DIR$/plugins/tasks/tasks-api/tasks-api.iml" group="plugins/tasks" />

View File

@@ -152,9 +152,9 @@ class CommunityRepositoryModules {
excludeFromModule("xslt-debugger-engine-impl", "serializer.jar")
excludeFromModule("xslt-debugger-engine-impl", "xalan.jar")
},
plugin("student-python") {
plugin("Edu-Python") {
withResource("resources/courses", "lib/courses")
excludeFromModule("student-python", "courses/**")
excludeFromModule("Edu-Python", "courses/**")
},
plugin("maven") {
withModule("maven-jps-plugin")

View File

@@ -74,7 +74,7 @@ subprojects {
buildDir = new File(rootProject.projectDir, "gradleBuild/" + project.name)
}
project(':student-python') {
project(':Edu-Python') {
sourceSets {
main {
resources.srcDirs '../resources'
@@ -97,7 +97,7 @@ project(':student-python') {
compileKotlin.dependsOn(extractPyCharm)
intellij {
pluginName 'student-python'
pluginName 'Edu-Python'
}
afterEvaluate {

View File

@@ -3,7 +3,7 @@ git4idea
remote-servers-git
github
student
student-python
Edu-Python
course-creator
hg4idea
ipnb

View File

@@ -17,7 +17,7 @@
<orderEntry type="module" module-name="educational-python" />
<orderEntry type="module" module-name="course-creator" />
<orderEntry type="module" module-name="student" />
<orderEntry type="module" module-name="student-python" />
<orderEntry type="module" module-name="Edu-Python" />
<orderEntry type="module" module-name="hg4idea" />
<orderEntry type="module" module-name="ipnb" />
</component>

View File

@@ -1,4 +1,4 @@
include 'student-python'
include 'Edu-Python'
include "educational-core:student"
project(":educational-core:student").projectDir = new File(rootDir, "../educational-core/student")
include "educational-core:course-creator"