diff --git a/icy-jep.iml b/icy-jep.iml new file mode 100644 index 0000000000000000000000000000000000000000..031c111a8acb5fee2f82e2e35a85f53abf95f78d --- /dev/null +++ b/icy-jep.iml @@ -0,0 +1,15 @@ +<?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_8"> + <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" /> + <excludeFolder url="file://$MODULE_DIR$/target" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="library" name="Maven: org.bioimageanalysis.icy:icy-kernel:2.4.2" level="project" /> + <orderEntry type="library" name="Maven: black.ninia:jep:4.0.3" level="project" /> + </component> +</module> \ No newline at end of file diff --git a/pom.xml b/pom.xml index 0ba50ee8df37864cba9cef9c444edffa184f994d..7a162b52b01af2eab463f96b270b2faa13b603c6 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ <!-- Project properties --> <properties> - + <artifact-to-include>jep</artifact-to-include> </properties> <profiles> diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties new file mode 100644 index 0000000000000000000000000000000000000000..13755a9fc8fa10cd422a67bfccac85b224f66487 --- /dev/null +++ b/target/maven-archiver/pom.properties @@ -0,0 +1,3 @@ +artifactId=icy-jep +groupId=org.bioimageanalysis.icy +version=4.0.3 diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 0000000000000000000000000000000000000000..1191dd4711d395e2bde2bf908c65589802d183ec --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,4 @@ +plugins/atournay/jep/JepPlugin.class +plugins/atournay/jep/CustomClassEnquirer.class +plugins/atournay/jep/JepUtils.class +plugins/atournay/jep/PythonUtils.class diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 0000000000000000000000000000000000000000..f0ac04d9ff03b5372890a663b62e669bbec9de18 --- /dev/null +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,4 @@ +/run/media/kitwaii/Dev/kitwaii/pasteur/Plugins/jep/src/main/java/plugins/atournay/jep/JepPlugin.java +/run/media/kitwaii/Dev/kitwaii/pasteur/Plugins/jep/src/main/java/plugins/atournay/jep/CustomClassEnquirer.java +/run/media/kitwaii/Dev/kitwaii/pasteur/Plugins/jep/src/main/java/plugins/atournay/jep/PythonUtils.java +/run/media/kitwaii/Dev/kitwaii/pasteur/Plugins/jep/src/main/java/plugins/atournay/jep/JepUtils.java