Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.maven.runtime.aether')
-rw-r--r--org.eclipse.m2e.maven.runtime.aether/.classpath6
-rw-r--r--org.eclipse.m2e.maven.runtime.aether/.gitignore1
-rw-r--r--org.eclipse.m2e.maven.runtime.aether/.project28
-rw-r--r--org.eclipse.m2e.maven.runtime.aether/.settings/org.eclipse.jdt.core.prefs8
-rw-r--r--org.eclipse.m2e.maven.runtime.aether/META-INF/MANIFEST.MF6
-rw-r--r--org.eclipse.m2e.maven.runtime.aether/build.properties2
-rw-r--r--org.eclipse.m2e.maven.runtime.aether/jars/aether-api-1.11.jarbin86186 -> 0 bytes
-rw-r--r--org.eclipse.m2e.maven.runtime.aether/jars/aether-connector-asynchttpclient-1.11.jarbin49458 -> 0 bytes
-rw-r--r--org.eclipse.m2e.maven.runtime.aether/jars/aether-connector-wagon-1.11.jarbin28690 -> 0 bytes
-rw-r--r--org.eclipse.m2e.maven.runtime.aether/jars/aether-impl-1.11.jarbin124167 -> 0 bytes
-rw-r--r--org.eclipse.m2e.maven.runtime.aether/jars/aether-spi-1.11.jarbin15495 -> 0 bytes
-rw-r--r--org.eclipse.m2e.maven.runtime.aether/jars/aether-util-1.11.jarbin119828 -> 0 bytes
12 files changed, 0 insertions, 51 deletions
diff --git a/org.eclipse.m2e.maven.runtime.aether/.classpath b/org.eclipse.m2e.maven.runtime.aether/.classpath
deleted file mode 100644
index c8350676..00000000
--- a/org.eclipse.m2e.maven.runtime.aether/.classpath
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/org.eclipse.m2e.maven.runtime.aether/.gitignore b/org.eclipse.m2e.maven.runtime.aether/.gitignore
deleted file mode 100644
index 5e56e040..00000000
--- a/org.eclipse.m2e.maven.runtime.aether/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/bin
diff --git a/org.eclipse.m2e.maven.runtime.aether/.project b/org.eclipse.m2e.maven.runtime.aether/.project
deleted file mode 100644
index 6198a292..00000000
--- a/org.eclipse.m2e.maven.runtime.aether/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.m2e.maven.runtime.aether</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/org.eclipse.m2e.maven.runtime.aether/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.m2e.maven.runtime.aether/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index ed1e5641..00000000
--- a/org.eclipse.m2e.maven.runtime.aether/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,8 +0,0 @@
-#Tue May 03 22:28:23 EDT 2011
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.5
diff --git a/org.eclipse.m2e.maven.runtime.aether/META-INF/MANIFEST.MF b/org.eclipse.m2e.maven.runtime.aether/META-INF/MANIFEST.MF
deleted file mode 100644
index 1b198aa2..00000000
--- a/org.eclipse.m2e.maven.runtime.aether/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,6 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Aether
-Bundle-SymbolicName: org.eclipse.m2e.maven.runtime.aether
-Bundle-Version: 1.0.0.qualifier
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.m2e.maven.runtime.aether/build.properties b/org.eclipse.m2e.maven.runtime.aether/build.properties
deleted file mode 100644
index d1fd18c5..00000000
--- a/org.eclipse.m2e.maven.runtime.aether/build.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-bin.includes = META-INF/
-jars.compile.order =
diff --git a/org.eclipse.m2e.maven.runtime.aether/jars/aether-api-1.11.jar b/org.eclipse.m2e.maven.runtime.aether/jars/aether-api-1.11.jar
deleted file mode 100644
index 5bdade87..00000000
--- a/org.eclipse.m2e.maven.runtime.aether/jars/aether-api-1.11.jar
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.m2e.maven.runtime.aether/jars/aether-connector-asynchttpclient-1.11.jar b/org.eclipse.m2e.maven.runtime.aether/jars/aether-connector-asynchttpclient-1.11.jar
deleted file mode 100644
index e422c92a..00000000
--- a/org.eclipse.m2e.maven.runtime.aether/jars/aether-connector-asynchttpclient-1.11.jar
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.m2e.maven.runtime.aether/jars/aether-connector-wagon-1.11.jar b/org.eclipse.m2e.maven.runtime.aether/jars/aether-connector-wagon-1.11.jar
deleted file mode 100644
index b5bf1b80..00000000
--- a/org.eclipse.m2e.maven.runtime.aether/jars/aether-connector-wagon-1.11.jar
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.m2e.maven.runtime.aether/jars/aether-impl-1.11.jar b/org.eclipse.m2e.maven.runtime.aether/jars/aether-impl-1.11.jar
deleted file mode 100644
index 8ce9f131..00000000
--- a/org.eclipse.m2e.maven.runtime.aether/jars/aether-impl-1.11.jar
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.m2e.maven.runtime.aether/jars/aether-spi-1.11.jar b/org.eclipse.m2e.maven.runtime.aether/jars/aether-spi-1.11.jar
deleted file mode 100644
index 8fb66034..00000000
--- a/org.eclipse.m2e.maven.runtime.aether/jars/aether-spi-1.11.jar
+++ /dev/null
Binary files differ
diff --git a/org.eclipse.m2e.maven.runtime.aether/jars/aether-util-1.11.jar b/org.eclipse.m2e.maven.runtime.aether/jars/aether-util-1.11.jar
deleted file mode 100644
index 9f517eae..00000000
--- a/org.eclipse.m2e.maven.runtime.aether/jars/aether-util-1.11.jar
+++ /dev/null
Binary files differ

Back to the top