Issue #2620 Removed unused commons.logging project, removed dependency in apache.http build path
Change-Id: I4c6156080784c5fe9d2f9e9b8f8ea1594b919fb1 Former-commit-id:65bbc5d6d5
[formerlyaad907e0b3
[formerlyb2e5968d97
] [formerly65bbc5d6d5
[formerly 02ae43dcc86c7154af5629c20813bb542eb6cd6b]]] Former-commit-id:aad907e0b3
[formerlyb2e5968d97
] Former-commit-id:aad907e0b3
Former-commit-id:bcc3b9f3df
This commit is contained in:
parent
923aa00b12
commit
47eb845718
8 changed files with 0 additions and 56 deletions
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<classpath>
|
|
||||||
<classpathentry exported="true" kind="lib" path="commons-logging-1.1.2.jar"/>
|
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
||||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
||||||
<classpathentry kind="output" path="bin"/>
|
|
||||||
</classpath>
|
|
|
@ -1,28 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<projectDescription>
|
|
||||||
<name>org.apache.commons.logging</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>
|
|
|
@ -1,7 +0,0 @@
|
||||||
#Thu Mar 26 11:30:18 CDT 2009
|
|
||||||
eclipse.preferences.version=1
|
|
||||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
|
||||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
|
||||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
|
||||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
|
||||||
org.eclipse.jdt.core.compiler.source=1.6
|
|
|
@ -1,10 +0,0 @@
|
||||||
Manifest-Version: 1.0
|
|
||||||
Bundle-ManifestVersion: 2
|
|
||||||
Bundle-Name: Apache Commons Logging Plug-in
|
|
||||||
Bundle-SymbolicName: org.apache.commons.logging
|
|
||||||
Bundle-Version: 1.1.2
|
|
||||||
Bundle-ClassPath: commons-logging-1.1.2.jar
|
|
||||||
Bundle-Vendor: Raytheon-bundled OSS
|
|
||||||
Export-Package: org.apache.commons.logging,
|
|
||||||
org.apache.commons.logging.impl
|
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
|
@ -1,2 +0,0 @@
|
||||||
bin.includes = META-INF/,\
|
|
||||||
commons-logging-1.1.2.jar
|
|
Binary file not shown.
|
@ -2,8 +2,6 @@
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/org.apache.commons.codec"/>
|
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/org.apache.commons.logging"/>
|
|
||||||
<classpathentry exported="true" kind="lib" path="httpclient-4.1.2.jar" sourcepath="httpcomponents-client-4.1.2-src.zip"/>
|
<classpathentry exported="true" kind="lib" path="httpclient-4.1.2.jar" sourcepath="httpcomponents-client-4.1.2-src.zip"/>
|
||||||
<classpathentry exported="true" kind="lib" path="httpclient-cache-4.1.2.jar"/>
|
<classpathentry exported="true" kind="lib" path="httpclient-cache-4.1.2.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="httpcore-4.1.2.jar" sourcepath="httpcomponents-client-4.1.2-src.zip"/>
|
<classpathentry exported="true" kind="lib" path="httpcore-4.1.2.jar" sourcepath="httpcomponents-client-4.1.2-src.zip"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue