Issue #1965 Add org.apache.commons.io package to cots.
Change-Id: Ib444054da83b7e7d6062c84e3e1a705a3d4f63ed Former-commit-id:819160fcde
[formerly33045d73a6
] [formerly4bc98160ab
] [formerly819160fcde
[formerly33045d73a6
] [formerly4bc98160ab
] [formerly598a7a221e
[formerly4bc98160ab
[formerly e04606333b5dd3248a7b7cdb3056d29c15a0036a]]]] Former-commit-id:598a7a221e
Former-commit-id:6811365078
[formerly6d483764e3
] [formerly ca35c74668d7cc1c2b516ca39d37aeba84ced527 [formerly858f68fc5c
]] Former-commit-id: a9f6bb5c0e2cb1ffd111c07fd21bf4e8649585a6 [formerly0edf6a9b5e
] Former-commit-id:52b1009539
This commit is contained in:
parent
c7eba20f0a
commit
16343b603b
8 changed files with 64 additions and 0 deletions
9
cots/org.apache.commons.io/.classpath
Normal file
9
cots/org.apache.commons.io/.classpath
Normal 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>
|
28
cots/org.apache.commons.io/.project
Normal file
28
cots/org.apache.commons.io/.project
Normal 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>
|
|
@ -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
|
16
cots/org.apache.commons.io/META-INF/MANIFEST.MF
Normal file
16
cots/org.apache.commons.io/META-INF/MANIFEST.MF
Normal 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
|
4
cots/org.apache.commons.io/build.properties
Normal file
4
cots/org.apache.commons.io/build.properties
Normal 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
|
BIN
cots/org.apache.commons.io/commons-io-2.4-javadoc.jar
Normal file
BIN
cots/org.apache.commons.io/commons-io-2.4-javadoc.jar
Normal file
Binary file not shown.
BIN
cots/org.apache.commons.io/commons-io-2.4-sources.jar
Normal file
BIN
cots/org.apache.commons.io/commons-io-2.4-sources.jar
Normal file
Binary file not shown.
BIN
cots/org.apache.commons.io/commons-io-2.4.jar
Normal file
BIN
cots/org.apache.commons.io/commons-io-2.4.jar
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue