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
This commit is contained in:
parent
8e503e44e1
commit
613c75953b
|
@ -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"]
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<input id="msg-input" size="30" type="text" disabled="disabled"/>
|
||||
<input id="send-button" type="button" value="Send" disabled="disabled"/>
|
||||
</div>
|
||||
<div class="about"><a href="https://github.com/thegeez/clj-browserchannel">clj-browserchannel-demo</a></div>
|
||||
<div class="about"><a href="https://github.com/gered/clj-browserchannel">clj-browserchannel-demo</a></div>
|
||||
<div class="about">
|
||||
Written by: Gijs Stuurman
|
||||
/ <a href="http://twitter.com/thegeez">@thegeez</a>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"]]}})
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"]]}})
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"]]
|
||||
|
|
Reference in a new issue