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

Change-Id: I4c6156080784c5fe9d2f9e9b8f8ea1594b919fb1

Former-commit-id: b2e5968d97 [formerly b2e5968d97 [formerly 02ae43dcc86c7154af5629c20813bb542eb6cd6b]]
Former-commit-id: 65bbc5d6d5
Former-commit-id: 6e1d5b070f
This commit is contained in:
Max Schenkelberg 2014-01-16 14:50:34 -06:00
parent 15308ca1b9
commit 8b5cb15ad2
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"/>