Skip to content

Commit

Permalink
BugFix:
Browse files Browse the repository at this point in the history
1.

NewAdd:
1.
  • Loading branch information
yishenggudou committed Apr 5, 2019
1 parent 9e29205 commit 4735302
Show file tree
Hide file tree
Showing 15 changed files with 145 additions and 6 deletions.
18 changes: 18 additions & 0 deletions blitzcrank-core/blitzcrankcore.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.python:jython:2.7.1b3" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
</component>
</module>
15 changes: 15 additions & 0 deletions blitzcrank-core/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>blitzcrank</artifactId>
<groupId>com.github.yishenggudou</groupId>
<version>0.0.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>blitzcrank-core</artifactId>


</project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.yishenggudou.blitzcrank;
package com.github.yishenggudou.blitzcrank.core;

import org.python.core.Py;
import org.python.core.PySystemState;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.yishenggudou.blitzcrank;
package com.github.yishenggudou.blitzcrank.core;

/**
* @author timger
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.yishenggudou.blitzcrank;
package com.github.yishenggudou.blitzcrank.core;

import java.util.Map;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.yishenggudou.blitzcrank;
package com.github.yishenggudou.blitzcrank.core;

import org.python.core.*;

Expand Down
18 changes: 18 additions & 0 deletions blitzcrank-maven-plugin/blitzcrankmavenplugin.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.python:jython:2.7.1b3" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
</component>
</module>
15 changes: 15 additions & 0 deletions blitzcrank-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>blitzcrank</artifactId>
<groupId>com.github.yishenggudou</groupId>
<version>0.0.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>blitzcrank-maven-plugin</artifactId>


</project>
18 changes: 18 additions & 0 deletions blitzcrank-starter/blitzcrankstarter.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.python:jython:2.7.1b3" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
</component>
</module>
15 changes: 15 additions & 0 deletions blitzcrank-starter/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>blitzcrank</artifactId>
<groupId>com.github.yishenggudou</groupId>
<version>0.0.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>blitzcrank-starter</artifactId>


</project>
18 changes: 18 additions & 0 deletions blitzcrank-tests/blitzcranktests.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.python:jython:2.7.1b3" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
</component>
</module>
15 changes: 15 additions & 0 deletions blitzcrank-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>blitzcrank</artifactId>
<groupId>com.github.yishenggudou</groupId>
<version>0.0.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>blitzcrank-tests</artifactId>


</project>
2 changes: 1 addition & 1 deletion docs/usage/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## write python

## complie to java
## compile to java



Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.yishenggudou</groupId>
<artifactId>blitzcrank</artifactId>
<packaging>pom</packaging>
<version>0.0.11</version>
<modules>
<module>blitzcrank-starter</module>
<module>blitzcrank-core</module>
<module>blitzcrank-tests</module>
<module>blitzcrank-maven-plugin</module>
</modules>
<name>blitzcrank-project</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.yishenggudou.blitzcrank;
package blitzcrank;

import org.junit.Test;

Expand Down

0 comments on commit 4735302

Please sign in to comment.