diff --git a/src/ulocollect b/src/ulocollect index f959929ab8596267b36fdc0cbc49a2d4946c9822..039aacfdee76654e065692333d6bff4f89b9bf06 160000 --- a/src/ulocollect +++ b/src/ulocollect @@ -1 +1 @@ -Subproject commit f959929ab8596267b36fdc0cbc49a2d4946c9822 +Subproject commit 039aacfdee76654e065692333d6bff4f89b9bf06 diff --git a/src/uloimport/.idea/codeStyles/Project.xml b/src/uloimport/.idea/codeStyles/Project.xml new file mode 100644 index 0000000000000000000000000000000000000000..919ce1f1f77253454105acb2aad9997c1047a0e6 --- /dev/null +++ b/src/uloimport/.idea/codeStyles/Project.xml @@ -0,0 +1,7 @@ +<component name="ProjectCodeStyleConfiguration"> + <code_scheme name="Project" version="173"> + <ScalaCodeStyleSettings> + <option name="MULTILINE_STRING_CLOSING_QUOTES_ON_NEW_LINE" value="true" /> + </ScalaCodeStyleSettings> + </code_scheme> +</component> \ No newline at end of file diff --git a/src/uloimport/.idea/codeStyles/codeStyleConfig.xml b/src/uloimport/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000000000000000000000000000000000000..a55e7a179bde3e4e772c29c0c85e53354aa54618 --- /dev/null +++ b/src/uloimport/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ +<component name="ProjectCodeStyleConfiguration"> + <state> + <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" /> + </state> +</component> \ No newline at end of file diff --git a/src/uloimport/.idea/compiler.xml b/src/uloimport/.idea/compiler.xml new file mode 100644 index 0000000000000000000000000000000000000000..76324e594865bd744fbd08e61335e761071625a6 --- /dev/null +++ b/src/uloimport/.idea/compiler.xml @@ -0,0 +1,13 @@ +<?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="uloimport" /> + </profile> + </annotationProcessing> + </component> +</project> \ No newline at end of file diff --git a/src/uloimport/.idea/jarRepositories.xml b/src/uloimport/.idea/jarRepositories.xml new file mode 100644 index 0000000000000000000000000000000000000000..712ab9d985c20018a0c97b93d2148ac1ffe588a5 --- /dev/null +++ b/src/uloimport/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="RemoteRepositoriesConfiguration"> + <remote-repository> + <option name="id" value="central" /> + <option name="name" value="Central Repository" /> + <option name="url" value="https://repo.maven.apache.org/maven2" /> + </remote-repository> + <remote-repository> + <option name="id" value="central" /> + <option name="name" value="Maven Central repository" /> + <option name="url" value="https://repo1.maven.org/maven2" /> + </remote-repository> + <remote-repository> + <option name="id" value="jboss.community" /> + <option name="name" value="JBoss Community repository" /> + <option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" /> + </remote-repository> + </component> +</project> \ No newline at end of file diff --git a/src/uloimport/.idea/misc.xml b/src/uloimport/.idea/misc.xml new file mode 100644 index 0000000000000000000000000000000000000000..d24ea8e7debb4071df92884f676aca977525fde9 --- /dev/null +++ b/src/uloimport/.idea/misc.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ExternalStorageConfigurationManager" enabled="true" /> + <component name="MavenProjectsManager"> + <option name="originalFiles"> + <list> + <option value="$PROJECT_DIR$/pom.xml" /> + </list> + </option> + </component> + <component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="11" project-jdk-type="JavaSDK"> + <output url="file://$PROJECT_DIR$/out" /> + </component> +</project> \ No newline at end of file diff --git a/src/uloimport/.idea/workspace.xml b/src/uloimport/.idea/workspace.xml new file mode 100644 index 0000000000000000000000000000000000000000..4cf77db4d4302a52aaebde93593c1cd58c97081d --- /dev/null +++ b/src/uloimport/.idea/workspace.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ChangeListManager"> + <list default="true" id="5c0c96ea-f1ee-4ed4-b92c-6e411366b16f" name="Default Changelist" comment="" /> + <option name="SHOW_DIALOG" value="false" /> + <option name="HIGHLIGHT_CONFLICTS" value="true" /> + <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> + <option name="LAST_RESOLUTION" value="IGNORE" /> + </component> + <component name="ProjectCodeStyleSettingsMigration"> + <option name="version" value="1" /> + </component> + <component name="ProjectId" id="1bneDStQ0P7cGiTIKSyFMMZWbuE" /> + <component name="ProjectViewState"> + <option name="hideEmptyMiddlePackages" value="true" /> + <option name="showLibraryContents" value="true" /> + </component> + <component name="PropertiesComponent"> + <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> + <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> + <property name="settings.editor.selected.configurable" value="preferences.keymap" /> + </component> + <component name="RunManager"> + <configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> + <option name="MAIN_CLASS_NAME" value="info.kwarc.uloimport.Main" /> + <module name="uloimport" /> + <extension name="coverage"> + <pattern> + <option name="PATTERN" value="info.kwarc.uloimport.*" /> + <option name="ENABLED" value="true" /> + </pattern> + </extension> + <method v="2"> + <option name="Make" enabled="true" /> + </method> + </configuration> + <recent_temporary> + <list> + <item itemvalue="Application.Main" /> + </list> + </recent_temporary> + </component> + <component name="TaskManager"> + <task active="true" id="Default" summary="Default task"> + <changelist id="5c0c96ea-f1ee-4ed4-b92c-6e411366b16f" name="Default Changelist" comment="" /> + <created>1589272164344</created> + <option name="number" value="Default" /> + <option name="presentableId" value="Default" /> + <updated>1589272164344</updated> + </task> + <servers /> + </component> +</project> \ No newline at end of file diff --git a/src/uloimport/pom.xml b/src/uloimport/pom.xml new file mode 100644 index 0000000000000000000000000000000000000000..f9223ba696ef25dd0113f552fadc6c73a85eb3c7 --- /dev/null +++ b/src/uloimport/pom.xml @@ -0,0 +1,12 @@ +<?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"> + <modelVersion>4.0.0</modelVersion> + + <groupId>info.kwarc.uloimport</groupId> + <artifactId>uloimport</artifactId> + <version>indev</version> + + +</project> \ No newline at end of file diff --git a/src/uloimport/src/main/java/info/kwarc/uloimport/Main.java b/src/uloimport/src/main/java/info/kwarc/uloimport/Main.java new file mode 100644 index 0000000000000000000000000000000000000000..d04a07ecfdcc4b8764f50b0dbc653375204475c1 --- /dev/null +++ b/src/uloimport/src/main/java/info/kwarc/uloimport/Main.java @@ -0,0 +1,7 @@ +package info.kwarc.uloimport; + +public class Main { + public static void main(String[] args) { + System.out.println("Hello, World!"); + } +}