Skip to content

Commit

Permalink
switch Aether implementation to use one built with pro itself
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Oct 13, 2018
1 parent ee7e7ec commit b0e4a82
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 370 deletions.
44 changes: 1 addition & 43 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro" path="src/main/java/com.github.forax.pro"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.aether" path="src/main/java/com.github.forax.pro.aether"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.aether.fakeguava" path="src/main/java/com.github.forax.pro.aether.fakeguava"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.api" path="src/main/java/com.github.forax.pro.api"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.builder" path="src/main/java/com.github.forax.pro.builder"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/com.github.forax.pro.helper" path="src/main/java/com.github.forax.pro.helper"/>
Expand All @@ -28,47 +26,6 @@
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/plugin/com.github.forax.pro.plugin.tester" path="plugins/tester/src/test/java/com.github.forax.pro.plugin.tester"/>
<classpathentry excluding="module-info.java" kind="src" output="output-eclipse/modules/integration.pro" path="src/test/java/integration.pro"/>
<classpathentry kind="src" path="wrapper"/>

<classpathentry kind="lib" path="deps/aether.api-1.0.1.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/aether.connector.basic-1.0.1.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/aether.impl-1.0.1.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/aether.spi-1.0.1.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/aether.transport.file-1.0.1.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/aether.transport.http-1.0.1.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/maven.aether.provider-3.3.9.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/aether.util-1.0.1.jar">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/asm-6.2.jar">
<attributes>
<attribute name="module" value="true"/>
Expand Down Expand Up @@ -105,6 +62,7 @@
<classpathentry kind="lib" path="plugins/tester/deps/org.junit.platform.launcher.jar"/>
<classpathentry kind="lib" path="plugins/tester/deps/org.junit.platform.commons.jar"/>
<classpathentry kind="lib" path="plugins/tester/deps/org.opentest4j.jar"/>
<classpathentry kind="lib" path="deps/com.github.forax.pro.aether.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
Expand Down
Binary file removed deps/aether.api-1.0.1.jar
Binary file not shown.
Binary file removed deps/aether.connector.basic-1.0.1.jar
Binary file not shown.
Binary file removed deps/aether.impl-1.0.1.jar
Binary file not shown.
Binary file removed deps/aether.spi-1.0.1.jar
Binary file not shown.
Binary file removed deps/aether.transport.classpath-1.0.1.jar
Binary file not shown.
Binary file removed deps/aether.transport.file-1.0.1.jar
Binary file not shown.
Binary file removed deps/aether.transport.http-1.0.1.jar
Binary file not shown.
Binary file removed deps/aether.transport.wagon-1.0.1.jar
Binary file not shown.
Binary file removed deps/aether.util-1.0.1.jar
Binary file not shown.
Binary file added deps/com.github.forax.pro.aether.jar
Binary file not shown.
Binary file removed deps/commons.lang3-3.5.jar
Binary file not shown.
Binary file removed deps/commons.logging.api-1.1.jar
Binary file not shown.
Binary file removed deps/httpclient-4.2.6.jar
Binary file not shown.
Binary file removed deps/httpcore-4.2.5.jar
Binary file not shown.
Binary file removed deps/maven.aether.provider-3.3.9.jar
Binary file not shown.
Binary file removed deps/maven.artifactfat-3.3.9.jar
Binary file not shown.
Binary file removed deps/maven.builder.support-3.3.9.jar
Binary file not shown.
Binary file removed deps/maven.modelfat-3.3.9.jar
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b0e4a82

Please sign in to comment.