From 613c75953b34030b84ecfd01a4e33a9cdc8cd6ce Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 7 May 2016 17:23:37 -0400 Subject: [PATCH] update some project names and links to refer to this forked repo project name updates are most important as i'll be deploying to clojars and don't want any conflicts with the existing project --- chat-demo/project.clj | 6 +++--- chat-demo/resources/html/index.html | 2 +- clj-browserchannel-immutant-adapter/README.md | 2 +- clj-browserchannel-immutant-adapter/project.clj | 4 ++-- clj-browserchannel-jetty-adapter/README.md | 2 +- clj-browserchannel-jetty-adapter/project.clj | 4 ++-- clj-browserchannel-server/README.md | 2 +- clj-browserchannel-server/project.clj | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/chat-demo/project.clj b/chat-demo/project.clj index 138921d..273be0f 100644 --- a/chat-demo/project.clj +++ b/chat-demo/project.clj @@ -10,9 +10,9 @@ [compojure "1.4.0"] [clj-pebble "0.2.0"] [prismatic/dommy "1.1.0"] - [net.thegeez/clj-browserchannel-server "0.2.2"] - [net.thegeez/clj-browserchannel-jetty-adapter "0.0.9"] - [clj-browserchannel-immutant-adapter "0.0.1"] + [gered/clj-browserchannel-server "0.2.2"] + [gered/clj-browserchannel-jetty-adapter "0.0.9"] + [gered/clj-browserchannel-immutant-adapter "0.0.1"] [environ "1.0.3"]] :plugins [[lein-cljsbuild "1.1.3"] diff --git a/chat-demo/resources/html/index.html b/chat-demo/resources/html/index.html index 9b4011e..208659c 100644 --- a/chat-demo/resources/html/index.html +++ b/chat-demo/resources/html/index.html @@ -17,7 +17,7 @@ -
clj-browserchannel-demo
+
clj-browserchannel-demo
Written by: Gijs Stuurman / @thegeez diff --git a/clj-browserchannel-immutant-adapter/README.md b/clj-browserchannel-immutant-adapter/README.md index 8150d15..de3e909 100644 --- a/clj-browserchannel-immutant-adapter/README.md +++ b/clj-browserchannel-immutant-adapter/README.md @@ -3,7 +3,7 @@ Immutant async adapter for BrowserChannel See also: [clj-browserchannel][1] -[1]:https://github.com/thegeez/clj-browserchannel +[1]:https://github.com/gered/clj-browserchannel ## About diff --git a/clj-browserchannel-immutant-adapter/project.clj b/clj-browserchannel-immutant-adapter/project.clj index 96f2f3c..3b7d73f 100644 --- a/clj-browserchannel-immutant-adapter/project.clj +++ b/clj-browserchannel-immutant-adapter/project.clj @@ -1,7 +1,7 @@ -(defproject clj-browserchannel-immutant-adapter "0.0.1" +(defproject gered/clj-browserchannel-immutant-adapter "0.0.1" :description "Immutant async adapter for BrowserChannel" :dependencies [[org.immutant/web "2.1.4"] - [net.thegeez/clj-browserchannel-server "0.2.2"]] + [gered/clj-browserchannel-server "0.2.2"]] :profiles {:provided {:dependencies [[org.clojure/clojure "1.8.0"]]}}) diff --git a/clj-browserchannel-jetty-adapter/README.md b/clj-browserchannel-jetty-adapter/README.md index a2d9601..0766588 100644 --- a/clj-browserchannel-jetty-adapter/README.md +++ b/clj-browserchannel-jetty-adapter/README.md @@ -3,7 +3,7 @@ Jetty async adapter for BrowserChannel See also: [clj-browserchannel][1] -[1]:https://github.com/thegeez/clj-browserchannel +[1]:https://github.com/gered/clj-browserchannel ## About diff --git a/clj-browserchannel-jetty-adapter/project.clj b/clj-browserchannel-jetty-adapter/project.clj index f725d4b..6929ae2 100644 --- a/clj-browserchannel-jetty-adapter/project.clj +++ b/clj-browserchannel-jetty-adapter/project.clj @@ -1,9 +1,9 @@ -(defproject net.thegeez/clj-browserchannel-jetty-adapter "0.0.9" +(defproject gered/clj-browserchannel-jetty-adapter "0.0.9" :description "Jetty async adapter for BrowserChannel" :dependencies [[ring/ring-core "1.4.0"] [ring/ring-servlet "1.4.0"] [org.eclipse.jetty/jetty-server "8.1.16.v20140903"];; includes ssl - [net.thegeez/clj-browserchannel-server "0.2.2"]] + [gered/clj-browserchannel-server "0.2.2"]] :profiles {:provided {:dependencies [[org.clojure/clojure "1.8.0"]]}}) diff --git a/clj-browserchannel-server/README.md b/clj-browserchannel-server/README.md index f471233..0743151 100644 --- a/clj-browserchannel-server/README.md +++ b/clj-browserchannel-server/README.md @@ -5,7 +5,7 @@ communication between ClojureScript and Clojure using Google Closure BrowserChannel. See also: [clj-browserchannel][0] -[0]:https://github.com/thegeez/clj-browserchannel +[0]:https://github.com/gered/clj-browserchannel ## goog.net.BrowserChannel diff --git a/clj-browserchannel-server/project.clj b/clj-browserchannel-server/project.clj index 3b71823..98f8aa0 100644 --- a/clj-browserchannel-server/project.clj +++ b/clj-browserchannel-server/project.clj @@ -1,4 +1,4 @@ -(defproject net.thegeez/clj-browserchannel-server "0.2.2" +(defproject gered/clj-browserchannel-server "0.2.2" :description "BrowserChannel server implementation in Clojure" :dependencies [[ring/ring-core "1.4.0"] [org.clojure/data.json "0.2.6"]]