Skip to content

Commit

Permalink
Prefixed artifact dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
profhenry committed Dec 21, 2023
1 parent 31fd670 commit 076f1f5
Show file tree
Hide file tree
Showing 36 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@
</dependencyManagement>

<modules>
<module>core</module>
<module>mina</module>
<module>bcprov</module>
<module>i2pcrypto</module>
<module>sshsig-core</module>
<module>sshsig-mina</module>
<module>sshsig-bcprov</module>
<module>sshsig-i2pcrypto</module>
</modules>

<build>
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/sshsig.i2pcrypto/src/test/java/de/profhenry/sshsig/i2pcrypto/SshSignatureGeneratorTest.java"/>
<listEntry value="/sshsig-i2pcrypto/src/test/java/de/profhenry/sshsig/i2pcrypto/SshSignatureGeneratorTest.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
Expand All @@ -18,7 +18,7 @@
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="de.profhenry.sshsig.i2pcrypto.SshSignatureGeneratorTest"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="sshsig.i2pcrypto"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="sshsig-i2pcrypto"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea"/>
</launchConfiguration>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/sshsig.i2pcrypto/src/test/java/de/profhenry/sshsig/i2pcrypto/SshSignatureGeneratorTest.java"/>
<listEntry value="/sshsig-i2pcrypto/src/test/java/de/profhenry/sshsig/i2pcrypto/SshSignatureGeneratorTest.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
Expand All @@ -14,7 +14,7 @@
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit5"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="de.profhenry.sshsig.i2pcrypto.SshSignatureGeneratorTest"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="sshsig.i2pcrypto"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="sshsig-i2pcrypto"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea"/>
</launchConfiguration>
2 changes: 1 addition & 1 deletion i2pcrypto/pom.xml → sshsig-i2pcrypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>sshsig.i2pcrypto</artifactId>
<artifactId>sshsig-i2pcrypto</artifactId>
<name>SSHSIG :: Tests for net.i2p.crypto:eddsa</name>

<properties>
Expand Down
File renamed without changes.

0 comments on commit 076f1f5

Please sign in to comment.