Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions dev/cosbench-ecs/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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 kind="lib" path="object-client-3.0.1.jar"/>
<classpathentry excluding="**/.ecsmeta/*" kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions dev/cosbench-ecs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin/
28 changes: 28 additions & 0 deletions dev/cosbench-ecs/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>cosbench-ecs</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>
18 changes: 10 additions & 8 deletions dev/cosbench-ecs/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,20 @@ Import-Package: com.intel.cosbench.api.auth,
com.intel.cosbench.config,
com.intel.cosbench.log
Bundle-ClassPath: .,
commons-codec-1.4.jar,
commons-codec-1.10.jar,
commons-logging-1.1.1.jar,
httpclient-4.5.jar,
httpcore-4.4.1.jar,
javax.mail-api-1.4.6.jar,
jdom2-2.0.5.jar,
jersey-apache-client4-1.18.3.jar,
jersey-client-1.18.3.jar,
jersey-core-1.18.3.jar,
jdom2-2.0.6.jar,
jersey-apache-client4-1.19.jar,
jersey-client-1.19.jar,
jersey-core-1.19.jar,
jsr311-api-1.1.1.jar,
log4j-1.2.17.jar,
lzma-sdk-4j-9.22.0.jar,
object-client-2.1.0.jar,
object-client-3.0.1.jar,
object-transform-1.1.0.jar,
slf4j-api-1.7.5.jar,
smart-client-2.0.6.jar,
vipr-object-transformations-2.0.3.jar
slf4j-log4j12-1.7.5.jar,
smart-client-2.1.0.jar
2 changes: 1 addition & 1 deletion dev/cosbench-ecs/META-INF/spring/plugin-context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
http://www.springframework.org/schema/osgi
http://www.springframework.org/schema/osgi/spring-osgi.xsd">

<bean name="storageFactory" class="com.emc.vipr.cosbench.ECSStor.ECSStorageFactory" />
<bean name="storageFactory" class="com.emc.ecs.cosbench.ECSStorageFactory" />

<osgi:service ref="storageFactory" context-class-loader="service-provider"
interface="com.intel.cosbench.api.storage.StorageAPIFactory">
Expand Down
18 changes: 10 additions & 8 deletions dev/cosbench-ecs/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
commons-codec-1.4.jar,\
commons-codec-1.10.jar,\
commons-logging-1.1.1.jar,\
httpclient-4.5.jar,\
httpcore-4.4.1.jar,\
javax.mail-api-1.4.6.jar,\
jdom2-2.0.5.jar,\
jersey-apache-client4-1.18.3.jar,\
jersey-client-1.18.3.jar,\
jersey-core-1.18.3.jar,\
jdom2-2.0.6.jar,\
jersey-apache-client4-1.19.jar,\
jersey-client-1.19.jar,\
jersey-core-1.19.jar,\
jsr311-api-1.1.1.jar,\
log4j-1.2.17.jar,\
lzma-sdk-4j-9.22.0.jar,\
object-client-2.1.0.jar,\
object-client-3.0.1.jar,\
object-transform-1.1.0.jar,\
slf4j-api-1.7.5.jar,\
smart-client-2.0.6.jar,\
vipr-object-transformations-2.0.3.jar
slf4j-log4j12-1.7.5.jar,\
smart-client-2.1.0.jar
jars.compile.order = .
Binary file added dev/cosbench-ecs/commons-codec-1.10.jar
Binary file not shown.
Binary file removed dev/cosbench-ecs/commons-codec-1.4.jar
Binary file not shown.
257 changes: 0 additions & 257 deletions dev/cosbench-ecs/cosbench-ecs.iml

This file was deleted.

Binary file removed dev/cosbench-ecs/jdom2-2.0.5.jar
Binary file not shown.
Binary file added dev/cosbench-ecs/jdom2-2.0.6.jar
Binary file not shown.
Binary file removed dev/cosbench-ecs/jersey-apache-client4-1.18.3.jar
Binary file not shown.
Binary file added dev/cosbench-ecs/jersey-apache-client4-1.19.jar
Binary file not shown.
Binary file removed dev/cosbench-ecs/jersey-client-1.18.3.jar
Binary file not shown.
Binary file added dev/cosbench-ecs/jersey-client-1.19.jar
Binary file not shown.
Binary file removed dev/cosbench-ecs/jersey-core-1.18.3.jar
Binary file not shown.
Binary file added dev/cosbench-ecs/jersey-core-1.19.jar
Binary file not shown.
Binary file added dev/cosbench-ecs/jsr311-api-1.1.1.jar
Binary file not shown.
Binary file removed dev/cosbench-ecs/object-client-2.1.0.jar
Binary file not shown.
Binary file added dev/cosbench-ecs/object-client-3.0.1.jar
Binary file not shown.
Binary file added dev/cosbench-ecs/object-transform-1.1.0.jar
Binary file not shown.
Binary file added dev/cosbench-ecs/slf4j-log4j12-1.7.5.jar
Binary file not shown.
Binary file removed dev/cosbench-ecs/smart-client-2.0.6.jar
Binary file not shown.
Binary file added dev/cosbench-ecs/smart-client-2.1.0.jar
Binary file not shown.
Loading