diff --git a/.classpath b/.classpath deleted file mode 100644 index b82bcb7..0000000 --- a/.classpath +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.gitignore b/.gitignore index a35acb3..7341fd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ dist *classes +docs/ +.project +.classpath +.settings/ +target/ \ No newline at end of file diff --git a/lib/zkclient-0.1-20101207.jar b/lib/zkclient-0.1-20101207.jar new file mode 100644 index 0000000..2401393 Binary files /dev/null and b/lib/zkclient-0.1-20101207.jar differ diff --git a/lib/zkclient-0.1.0.jar b/lib/zkclient-0.1.0.jar deleted file mode 100644 index b08dd91..0000000 Binary files a/lib/zkclient-0.1.0.jar and /dev/null differ diff --git a/lib/zookeeper-3.3.0.jar b/lib/zookeeper-3.3.2.jar similarity index 70% rename from lib/zookeeper-3.3.0.jar rename to lib/zookeeper-3.3.2.jar index 6920450..a3d1fa3 100644 Binary files a/lib/zookeeper-3.3.0.jar and b/lib/zookeeper-3.3.2.jar differ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..d8c3f54 --- /dev/null +++ b/pom.xml @@ -0,0 +1,153 @@ + + 4.0.0 + + com.linkedin.kafka + kafka + jar + 0.05 + Kafka + A distributed publish/subscribe messaging service + + + 2.8.0 + + + + + org.apache.zookeeper + zookeeper + 3.3.2 + + + jline + jline + + + log4j + log4j + + + + + log4j + log4j + 1.2.16 + + + org.scala-lang + scala-library + ${scala.version} + + + zkclient + zkclient + 0.1-20101207 + + + net.sf.jopt-simple + jopt-simple + 3.2 + + + + + + scala-tools.org + Scala-tools Maven2 Repository + http://scala-tools.org/repo-releases + + + + + + scala-tools.org + Scala-tools Maven2 Repository + http://scala-tools.org/repo-releases + + + + + src + + + + src + + **/*.scala + **/*.java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-install-plugin + 2.3.1 + + + install zkclient + initialize + + install-file + + + jar + zkclient + zkclient + 0.1-20101207 + ${basedir}/lib/zkclient-0.1-20101207.jar + + + + + + org.scala-tools + maven-scala-plugin + 2.15.0 + + + compile + + compile + + compile + + + test-compile + + testCompile + + test-compile + + + process-resources + + add-source + compile + testCompile + + + + + ${scala.version} + + -target:jvm-1.5 + -make:transitivenocp + -dependencyfile + ${project.build.directory}/.scala_dependencies + + + + + +