diff --git a/build.xml b/build.xml index b6491ad0cb..2cdc62ef94 100644 --- a/build.xml +++ b/build.xml @@ -4,15 +4,21 @@ - + + - - + + + + + + + @@ -25,17 +31,18 @@ - + + - + - - + + - + diff --git a/src/com/yahoo/ycsb/db/cassandralib/README b/src/com/yahoo/ycsb/db/cassandralib/README new file mode 100644 index 0000000000..e6e6e18564 --- /dev/null +++ b/src/com/yahoo/ycsb/db/cassandralib/README @@ -0,0 +1 @@ +This directory should contain jars for building and running Cassandra diff --git a/src/com/yahoo/ycsb/db/hbaselib/README b/src/com/yahoo/ycsb/db/hbaselib/README new file mode 100644 index 0000000000..dd9411b139 --- /dev/null +++ b/src/com/yahoo/ycsb/db/hbaselib/README @@ -0,0 +1 @@ +This directory should contain jars for building and running HBase diff --git a/src/com/yahoo/ycsb/db/lib/README b/src/com/yahoo/ycsb/db/lib/README deleted file mode 100644 index 50268c4c26..0000000000 --- a/src/com/yahoo/ycsb/db/lib/README +++ /dev/null @@ -1 +0,0 @@ -Put any jars needed to build your database layer in this lib/ directory.