rename module student-python to Edu-Python to be consistent with other educational plugins
2
.idea/modules.xml
generated
@@ -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" />
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
Before Width: | Height: | Size: 647 B After Width: | Height: | Size: 647 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 654 B After Width: | Height: | Size: 654 B |
|
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 674 B |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 674 B |
@@ -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 {
|
||||
|
||||
@@ -3,7 +3,7 @@ git4idea
|
||||
remote-servers-git
|
||||
github
|
||||
student
|
||||
student-python
|
||||
Edu-Python
|
||||
course-creator
|
||||
hg4idea
|
||||
ipnb
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||