Issue #1965 Add org.apache.commons.io package to cots.

Change-Id: Ib444054da83b7e7d6062c84e3e1a705a3d4f63ed

Former-commit-id: 819160fcde [formerly 33045d73a6] [formerly 4bc98160ab] [formerly 819160fcde [formerly 33045d73a6] [formerly 4bc98160ab] [formerly 598a7a221e [formerly 4bc98160ab [formerly e04606333b5dd3248a7b7cdb3056d29c15a0036a]]]]
Former-commit-id: 598a7a221e
Former-commit-id: 6811365078 [formerly 6d483764e3] [formerly ca35c74668d7cc1c2b516ca39d37aeba84ced527 [formerly 858f68fc5c]]
Former-commit-id: a9f6bb5c0e2cb1ffd111c07fd21bf4e8649585a6 [formerly 0edf6a9b5e]
Former-commit-id: 52b1009539
This commit is contained in:
Brad Gonzales 2013-05-21 16:29:01 -05:00
parent c7eba20f0a
commit 16343b603b
8 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?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/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="commons-io-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="commons-io-2.4-javadoc.jar"/>
<classpathentry exported="true" kind="lib" path="commons-io-2.4-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.apache.commons.io</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

@ -0,0 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
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

@ -0,0 +1,16 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Io
Bundle-SymbolicName: org.apache.commons.io
Bundle-Version: 2.4
Bundle-ClassPath: commons-io-2.4.jar,
commons-io-2.4-javadoc.jar,
commons-io-2.4-sources.jar
Bundle-Vendor: Apache
Export-Package: org.apache.commons.io,
org.apache.commons.io.comparator,
org.apache.commons.io.filefilter,
org.apache.commons.io.input,
org.apache.commons.io.monitor,
org.apache.commons.io.output
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

View file

@ -0,0 +1,4 @@
bin.includes = META-INF/,\
commons-io-2.4.jar,\
commons-io-2.4-javadoc.jar,\
commons-io-2.4-sources.jar

Binary file not shown.

Binary file not shown.

Binary file not shown.