Skip to content

Commit

Permalink
[datastores] Add implementations of IDataStore based on Memcached and…
Browse files Browse the repository at this point in the history
… Apache Cassandra
  • Loading branch information
martin-g committed Jan 2, 2014
1 parent 505b38d commit 1418a79
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions jdk-1.6-parent/datastores-parent/cassandra-datastore
Submodule cassandra-datastore added at f96ce6
1 change: 1 addition & 0 deletions jdk-1.6-parent/datastores-parent/memcached-datastore
Submodule memcached-datastore added at ad6eae
25 changes: 25 additions & 0 deletions jdk-1.6-parent/datastores-parent/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wicketstuff</groupId>
<artifactId>jdk-1.6-parent</artifactId>
<version>6.0-SNAPSHOT</version>
</parent>

<artifactId>datastores-parent</artifactId>

<packaging>pom</packaging>

<name>Apache Wicket IDataStore implementations</name>
<description>Parent project for WicketStuff IDataStore implementations</description>

<modules>
<module>cassandra-datastore</module>
<module>memcached-datastore</module>
</modules>

</project>
1 change: 1 addition & 0 deletions jdk-1.6-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<module>async-tasks-parent</module>
<module>autocomplete-tagit-parent</module>
<module>browserid-parent</module>
<module>datastores-parent</module>
<module>datatables-parent</module>
<module>flot-parent</module>
<module>gae-initializer-parent</module>
Expand Down

0 comments on commit 1418a79

Please sign in to comment.