Skip to content

Commit

Permalink
pushed another clj-ns-browser-1.3.0-SNAPSHOT.jar to clojars for testing
Browse files Browse the repository at this point in the history
it includes andy's cool new doc-display widget
  • Loading branch information
franks42 committed May 18, 2012
1 parent d06ca1e commit 5b56eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Expand Up @@ -17,15 +17,15 @@
<scm> <scm>
<connection>scm:git:git://github.com/franks42/clj-ns-browser.git</connection> <connection>scm:git:git://github.com/franks42/clj-ns-browser.git</connection>
<developerConnection>scm:git:ssh://git@github.com/franks42/clj-ns-browser.git</developerConnection> <developerConnection>scm:git:ssh://git@github.com/franks42/clj-ns-browser.git</developerConnection>
<tag>9bb4398b63e1165b5c0dc41be6c37895a185345d</tag> <tag>d06ca1e87af807fe4af37382eec9cd490ff836b2</tag>
<url>https://github.com/franks42/clj-ns-browser</url> <url>https://github.com/franks42/clj-ns-browser</url>
</scm> </scm>
<build> <build>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory> <testSourceDirectory>test</testSourceDirectory>
<resources> <resources>
<resource> <resource>
<directory>resources</directory> <directory>resource</directory>
</resource> </resource>
</resources> </resources>
<testResources> <testResources>
Expand Down Expand Up @@ -77,11 +77,6 @@
<artifactId>clj-info</artifactId> <artifactId>clj-info</artifactId>
<version>0.2.3</version> <version>0.2.3</version>
</dependency> </dependency>
<dependency>
<groupId>hiccup</groupId>
<artifactId>hiccup</artifactId>
<version>0.3.8</version>
</dependency>
<dependency> <dependency>
<groupId>org.clojure</groupId> <groupId>org.clojure</groupId>
<artifactId>tools.trace</artifactId> <artifactId>tools.trace</artifactId>
Expand Down
1 change: 0 additions & 1 deletion project.clj
Expand Up @@ -7,7 +7,6 @@
[franks42/seesaw "1.4.2-SNAPSHOT"] [franks42/seesaw "1.4.2-SNAPSHOT"]
[org.clojure/tools.namespace "0.1.2"] [org.clojure/tools.namespace "0.1.2"]
[clj-info "0.2.3"] [clj-info "0.2.3"]
[hiccup "0.3.8"]
[org.clojure/tools.trace "0.7.3"] [org.clojure/tools.trace "0.7.3"]
[clojure-complete "0.2.1" :exclusions [org.clojure/clojure]] [clojure-complete "0.2.1" :exclusions [org.clojure/clojure]]
;;[org.fife.ui/rsyntaxtextarea "2.0.3"] ;;[org.fife.ui/rsyntaxtextarea "2.0.3"]
Expand Down

0 comments on commit 5b56eee

Please sign in to comment.