Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorafinkbein2008-12-01 16:57:06 +0000
committerafinkbein2008-12-01 16:57:06 +0000
commitc45e9a81285e25d4fdd1ff251dfa87efba11355c (patch)
treea50ef0dbb32264731805c63fa0d6bd0b6d61c108
parent42308aa461c68a14a363ab5ff7aeafb384ecbac8 (diff)
downloadorg.eclipse.osee-c45e9a81285e25d4fdd1ff251dfa87efba11355c.tar.gz
org.eclipse.osee-c45e9a81285e25d4fdd1ff251dfa87efba11355c.tar.xz
org.eclipse.osee-c45e9a81285e25d4fdd1ff251dfa87efba11355c.zip
-rw-r--r--0.5.0_20081201/org.apache.commons.lang/.classpath8
-rw-r--r--0.5.0_20081201/org.apache.commons.lang/.project28
-rw-r--r--0.5.0_20081201/org.apache.commons.lang/META-INF/MANIFEST.MF15
-rw-r--r--0.5.0_20081201/org.apache.commons.lang/build.properties5
-rw-r--r--0.5.0_20081201/org.apache.commons.lang/lib/commons-lang-2.1-src.zipbin0 -> 575117 bytes
-rw-r--r--0.5.0_20081201/org.apache.commons.lang/lib/commons-lang-2.1.jarbin0 -> 207723 bytes
6 files changed, 56 insertions, 0 deletions
diff --git a/0.5.0_20081201/org.apache.commons.lang/.classpath b/0.5.0_20081201/org.apache.commons.lang/.classpath
new file mode 100644
index 00000000000..9e76dbd8db0
--- /dev/null
+++ b/0.5.0_20081201/org.apache.commons.lang/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry exported="true" kind="lib" path="lib/commons-lang-2.1.jar" sourcepath="lib/commons-lang-2.1-src.zip"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/0.5.0_20081201/org.apache.commons.lang/.project b/0.5.0_20081201/org.apache.commons.lang/.project
new file mode 100644
index 00000000000..9c0f0ef1b88
--- /dev/null
+++ b/0.5.0_20081201/org.apache.commons.lang/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.apache.commons.lang</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>
diff --git a/0.5.0_20081201/org.apache.commons.lang/META-INF/MANIFEST.MF b/0.5.0_20081201/org.apache.commons.lang/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..5cfc80a40e7
--- /dev/null
+++ b/0.5.0_20081201/org.apache.commons.lang/META-INF/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Apache Commons Lang
+Bundle-SymbolicName: org.apache.commons.lang
+Bundle-Version: 1.0.0
+Bundle-Vendor: The Apache Software Foundation
+Export-Package: org.apache.commons.lang;uses:="org.apache.commons.lang.exception",
+ org.apache.commons.lang.builder,
+ org.apache.commons.lang.enums,
+ org.apache.commons.lang.exception,
+ org.apache.commons.lang.math,
+ org.apache.commons.lang.mutable,
+ org.apache.commons.lang.time
+Bundle-ClassPath: lib/commons-lang-2.1.jar,
+ .
diff --git a/0.5.0_20081201/org.apache.commons.lang/build.properties b/0.5.0_20081201/org.apache.commons.lang/build.properties
new file mode 100644
index 00000000000..ef66ef120ac
--- /dev/null
+++ b/0.5.0_20081201/org.apache.commons.lang/build.properties
@@ -0,0 +1,5 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ lib/
diff --git a/0.5.0_20081201/org.apache.commons.lang/lib/commons-lang-2.1-src.zip b/0.5.0_20081201/org.apache.commons.lang/lib/commons-lang-2.1-src.zip
new file mode 100644
index 00000000000..62276d7ac3c
--- /dev/null
+++ b/0.5.0_20081201/org.apache.commons.lang/lib/commons-lang-2.1-src.zip
Binary files differ
diff --git a/0.5.0_20081201/org.apache.commons.lang/lib/commons-lang-2.1.jar b/0.5.0_20081201/org.apache.commons.lang/lib/commons-lang-2.1.jar
new file mode 100644
index 00000000000..87b80ab5db1
--- /dev/null
+++ b/0.5.0_20081201/org.apache.commons.lang/lib/commons-lang-2.1.jar
Binary files differ

Back to the top