Issue #2620 Removed unused commons.logging project, removed dependency in apache.http build path

Change-Id: I4c6156080784c5fe9d2f9e9b8f8ea1594b919fb1

Former-commit-id: 47eb845718 [formerly bcc3b9f3df] [formerly aad907e0b3] [formerly aad907e0b3 [formerly b2e5968d97]] [formerly 47eb845718 [formerly bcc3b9f3df] [formerly aad907e0b3] [formerly aad907e0b3 [formerly b2e5968d97]] [formerly 65bbc5d6d5 [formerly aad907e0b3 [formerly b2e5968d97] [formerly 65bbc5d6d5 [formerly 02ae43dcc86c7154af5629c20813bb542eb6cd6b]]]]]
Former-commit-id: 65bbc5d6d5
Former-commit-id: df7f3bf090 [formerly f2cc66447c] [formerly bb03f8707f] [formerly 6bc522ac98beb38a6c4afc05941c346f94673171 [formerly 111592ced8aaa872d54b3587e2b5e2f318d79540] [formerly bb03f8707f [formerly 6e1d5b070f]]]
Former-commit-id: ce6b08df8096cf0fcb0242d9e5b9229da8cb6bef [formerly 520cc7fec1c5584952b33cb0c6a11b1892fa7b2b] [formerly 74125016e0 [formerly 8b5cb15ad2]]
Former-commit-id: 74125016e0
Former-commit-id: f858418c10
This commit is contained in:
Max Schenkelberg 2014-01-16 14:50:34 -06:00
parent c0cf61306e
commit ab0b0d0239
8 changed files with 0 additions and 56 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -1,2 +0,0 @@
bin.includes = META-INF/,\
commons-logging-1.1.2.jar

View file

@ -2,8 +2,6 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<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-cache-4.1.2.jar"/>
<classpathentry exported="true" kind="lib" path="httpcore-4.1.2.jar" sourcepath="httpcomponents-client-4.1.2-src.zip"/>