Attempt 2

This commit is contained in:
dginovker
2019-07-16 08:05:39 -04:00
commit 16d2e8140e
64 changed files with 2274 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="script-factory" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="script-factory" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>
@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.parabot:317-api-minified:1.201">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.201/317-api-minified-1.201.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.201/317-api-minified-1.201-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/317-api-minified/1.201/317-api-minified-1.201-sources.jar!/" />
</SOURCES>
</library>
</component>
+13
View File
@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Maven: org.parabot:client:2.8.1">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/client/2.8.1/client-2.8.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/client/2.8.1/client-2.8.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/parabot/client/2.8.1/client-2.8.1-sources.jar!/" />
</SOURCES>
</library>
</component>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/script-factory.iml" filepath="$PROJECT_DIR$/script-factory.iml" />
</modules>
</component>
</project>
Generated
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>