From: <hu...@us...> - 2006-10-06 03:49:06
|
Revision: 250 http://svn.sourceforge.net/cishell/?rev=250&view=rev Author: huangb Date: 2006-10-05 20:48:36 -0700 (Thu, 05 Oct 2006) Log Message: ----------- initial version Added Paths: ----------- trunk/libs/org.apache.commons.collections/.classpath trunk/libs/org.apache.commons.collections/.project trunk/libs/org.apache.commons.collections/.settings/ trunk/libs/org.apache.commons.collections/.settings/org.eclipse.pde.core.prefs trunk/libs/org.apache.commons.collections/META-INF/ trunk/libs/org.apache.commons.collections/META-INF/MANIFEST.MF trunk/libs/org.apache.commons.collections/build.properties trunk/libs/org.apache.commons.collections/commons-collections-3.1.jar Added: trunk/libs/org.apache.commons.collections/.classpath =================================================================== --- trunk/libs/org.apache.commons.collections/.classpath (rev 0) +++ trunk/libs/org.apache.commons.collections/.classpath 2006-10-06 03:48:36 UTC (rev 250) @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry exported="true" kind="lib" path="commons-collections-3.1.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/org.apache.commons.collections/.project =================================================================== --- trunk/libs/org.apache.commons.collections/.project (rev 0) +++ trunk/libs/org.apache.commons.collections/.project 2006-10-06 03:48:36 UTC (rev 250) @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.apache.commons.collections</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/org.apache.commons.collections/.settings/org.eclipse.pde.core.prefs =================================================================== --- trunk/libs/org.apache.commons.collections/.settings/org.eclipse.pde.core.prefs (rev 0) +++ trunk/libs/org.apache.commons.collections/.settings/org.eclipse.pde.core.prefs 2006-10-06 03:48:36 UTC (rev 250) @@ -0,0 +1,4 @@ +#Mon Sep 18 11:13:15 EDT 2006 +eclipse.preferences.version=1 +pluginProject.equinox=false +pluginProject.extensions=false Added: trunk/libs/org.apache.commons.collections/META-INF/MANIFEST.MF =================================================================== --- trunk/libs/org.apache.commons.collections/META-INF/MANIFEST.MF (rev 0) +++ trunk/libs/org.apache.commons.collections/META-INF/MANIFEST.MF 2006-10-06 03:48:36 UTC (rev 250) @@ -0,0 +1,8 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Apache Commons Plug-in +Bundle-SymbolicName: org.apache.commons.collections +Bundle-Version: 3.1.0 +Bundle-ClassPath: commons-collections-3.1.jar +Bundle-Localization: plugin +Export-Package: org.apache.commons.collections,org.apache.commons.collections.bag,org.apache.commons.collections.bidimap,org.apache.commons.collections.buffer,org.apache.commons.collections.collection,org.apache.commons.collections.comparators,org.apache.commons.collections.functors,org.apache.commons.collections.iterators,org.apache.commons.collections.keyvalue,org.apache.commons.collections.list,org.apache.commons.collections.map,org.apache.commons.collections.set Added: trunk/libs/org.apache.commons.collections/build.properties =================================================================== --- trunk/libs/org.apache.commons.collections/build.properties (rev 0) +++ trunk/libs/org.apache.commons.collections/build.properties 2006-10-06 03:48:36 UTC (rev 250) @@ -0,0 +1,2 @@ +bin.includes = META-INF/,\ + commons-collections-3.1.jar Added: trunk/libs/org.apache.commons.collections/commons-collections-3.1.jar =================================================================== (Binary files differ) Property changes on: trunk/libs/org.apache.commons.collections/commons-collections-3.1.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |