|
From: Robert E. <sky...@us...> - 2006-05-29 15:47:34
|
Update of /cvsroot/jcommander/plugins/org.apache.commons In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32064 Added Files: commons-compress-SNAPSHOT.jar build.properties commons-lang-2.1.jar commons-logging-1.0.4.jar .project commons-net-1.4.1.jar .classpath commons-collections-3.1.jar commons-cli-1.0.jar commons-httpclient-2.0.2.jar Log Message: First version --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>org.apache.commons</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> --- NEW FILE: commons-compress-SNAPSHOT.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: commons-collections-3.1.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: commons-lang-2.1.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: commons-cli-1.0.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: commons-httpclient-2.0.2.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: .classpath --- <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry exported="true" kind="lib" path="commons-cli-1.0.jar"/> <classpathentry exported="true" kind="lib" path="commons-lang-2.1.jar"/> <classpathentry exported="true" kind="lib" path="commons-collections-3.1.jar"/> <classpathentry exported="true" kind="lib" path="commons-compress-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="commons-httpclient-2.0.2.jar"/> <classpathentry exported="true" kind="lib" path="commons-logging-1.0.4.jar"/> <classpathentry exported="true" kind="lib" path="commons-net-1.4.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> --- NEW FILE: commons-logging-1.0.4.jar --- (This appears to be a binary file; contents omitted.) --- NEW FILE: build.properties --- source.. = output.. = bin/ bin.includes = META-INF/,\ .,\ commons-collections-3.1.jar,\ commons-compress-SNAPSHOT.jar,\ commons-httpclient-2.0.2.jar,\ commons-logging-1.0.4.jar,\ commons-net-1.4.1.jar,\ commons-lang-2.1.jar,\ commons-cli-1.0.jar --- NEW FILE: commons-net-1.4.1.jar --- (This appears to be a binary file; contents omitted.) |