diff --git a/.gitignore b/.gitignore
index 3ca2848..91315c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@
dist
*.eml
*.iml
-targets
\ No newline at end of file
+targets
+target
\ No newline at end of file
diff --git a/assembly-dist.xml b/assembly-dist.xml
new file mode 100644
index 0000000..a86c033
--- /dev/null
+++ b/assembly-dist.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+ dist
+
+
+ zip
+
+
+ false
+ false
+
+
+
+ ${basedir}
+
+
+ app/**
+ conf/**
+ documentation/**
+ src/**
+ assembly-dist.xml
+ LICENSE.txt
+ pom.xml
+ README.txt
+
+
+ documentation/api/**
+
+
+
+ ${basedir}/samples-and-tests
+ samples-and-tests
+
+ */README
+ */README.txt
+ */app/**
+ */conf/**
+ */public/**
+ */test/**
+ */war/**
+
+
+
+ ${project.build.directory}/apidocs
+ documentation/api
+
+
+
+
+
+ ${project.build.directory}/manifest
+
+
+
+
+
+ lib
+
+
+
diff --git a/bm.bat b/bm.bat
deleted file mode 100644
index cc3909f..0000000
--- a/bm.bat
+++ /dev/null
@@ -1,5 +0,0 @@
-rm -rf dist
-find samples-and-tests -name tmp | xargs rm -rf
-find samples-and-tests -name precompiled | xargs rm -rf
-find samples-and-tests -name modules | xargs rm -rf
-play build-module
\ No newline at end of file
diff --git a/build.bat b/build.bat
deleted file mode 100644
index f4beff1..0000000
--- a/build.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-call ant -Dplay.path=c:/l/j/play
-rem xcopy /y lib\* J:\play\modules\morphia\lib
\ No newline at end of file
diff --git a/build.xml b/build.xml
deleted file mode 100644
index 548e896..0000000
--- a/build.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/lib b/lib
deleted file mode 120000
index a0e009a..0000000
--- a/lib
+++ /dev/null
@@ -1 +0,0 @@
-/c/w/_lgl/rythm/lib
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..b862ab4
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+ com.google.code.maven-play-plugin
+ play-module-default-parent
+ 1.0.0-beta1
+
+
+ 4.0.0
+ com.github.greenlaw110.play-rythm
+ play-rythm
+ 1.0.0-SNAPSHOT
+ jar
+
+ Play! Rythm Module
+ Play! Rythm Module
+ http://www.playframework.org/modules/play-rythm
+
+
+
+ com.google.code.maven-play-plugin
+ Maven Play Plugin - releases
+ http://maven-play-plugin.googlecode.com/svn/mavenrepo/releases
+
+ false
+
+
+
+ com.google.code.maven-play-plugin-snapshots
+ Maven Play Plugin - snapshots
+ http://maven-play-plugin.googlecode.com/svn/mavenrepo/snapshots
+
+ false
+
+
+
+
+
+ Play
+ Rythm module
+ 1.2.2
+
+ 1.2.2
+
+
+
+
+ com.google.code.maven-play-plugin.org.playframework
+ play
+ ${play.version}
+ provided
+
+
+
+ com.rythmengine
+ rythm
+ 1.0.0-20120617
+
+
+ com.google.code.maven-play-plugin.org.eclipse.jdt
+ org.eclipse.jdt.core
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ http://download.oracle.com/javase/6/docs/api/
+ http://www.playframework.org/documentation/api/${play.version}/
+
+
+
+
+
+
+
+
+ dist
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+ make-assembly
+
+ false
+
+ ${basedir}/assembly-dist.xml
+
+
+
+
+
+
+
+
+
+
+