|
From: <mwl...@us...> - 2009-06-25 16:46:40
|
Revision: 874
http://cishell.svn.sourceforge.net/cishell/?rev=874&view=rev
Author: mwlinnem
Date: 2009-06-25 16:46:39 +0000 (Thu, 25 Jun 2009)
Log Message:
-----------
Initial import. Moving this from NWB repository to CIShell repository, since it is needed by the new CIShell database stuff.
Added Paths:
-----------
trunk/libs/commons_pool/.classpath
trunk/libs/commons_pool/.project
trunk/libs/commons_pool/.settings/
trunk/libs/commons_pool/META-INF/
trunk/libs/commons_pool/META-INF/MANIFEST.MF
trunk/libs/commons_pool/build.properties
trunk/libs/commons_pool/commons-pool-1.3.jar
Added: trunk/libs/commons_pool/.classpath
===================================================================
--- trunk/libs/commons_pool/.classpath (rev 0)
+++ trunk/libs/commons_pool/.classpath 2009-06-25 16:46:39 UTC (rev 874)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry exported="true" kind="lib" path="commons-pool-1.3.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>
Added: trunk/libs/commons_pool/.project
===================================================================
--- trunk/libs/commons_pool/.project (rev 0)
+++ trunk/libs/commons_pool/.project 2009-06-25 16:46:39 UTC (rev 874)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>commons_pool</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>
Added: trunk/libs/commons_pool/META-INF/MANIFEST.MF
===================================================================
--- trunk/libs/commons_pool/META-INF/MANIFEST.MF (rev 0)
+++ trunk/libs/commons_pool/META-INF/MANIFEST.MF 2009-06-25 16:46:39 UTC (rev 874)
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Commons_pool Plug-in
+Bundle-SymbolicName: commons_pool
+Bundle-Version: 1.0.0
+Bundle-ClassPath: commons-pool-1.3.jar
+Bundle-Localization: plugin
+Export-Package: org.apache.commons.pool,org.apache.commons.pool.impl
Added: trunk/libs/commons_pool/build.properties
===================================================================
--- trunk/libs/commons_pool/build.properties (rev 0)
+++ trunk/libs/commons_pool/build.properties 2009-06-25 16:46:39 UTC (rev 874)
@@ -0,0 +1,2 @@
+bin.includes = META-INF/,\
+ commons-pool-1.3.jar
Added: trunk/libs/commons_pool/commons-pool-1.3.jar
===================================================================
(Binary files differ)
Property changes on: trunk/libs/commons_pool/commons-pool-1.3.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|