Skip to content

Commit

Permalink
remove derecated clojure.contrib.apply-macro
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Sierra <mail@stuartsierra.com>
  • Loading branch information
bpsm authored and Stuart Sierra committed Sep 3, 2010
1 parent a5e611b commit 6321145
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 68 deletions.
16 changes: 0 additions & 16 deletions modules/apply-macro/pom.xml

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions modules/complete/pom.xml
Expand Up @@ -45,11 +45,6 @@
<artifactId>agent-utils</artifactId>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>apply-macro</artifactId>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.clojure.contrib</groupId>
<artifactId>base64</artifactId>
Expand Down
Expand Up @@ -475,7 +475,6 @@ emits the generated HTML to the path named by path."
'clojure.zip
'clojure.xml
'clojure.contrib.accumulators
'clojure.contrib.apply-macro
'clojure.contrib.auto-agent
'clojure.contrib.combinatorics
'clojure.contrib.command-line
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -24,7 +24,6 @@

<module>modules/accumulators</module>
<module>modules/agent-utils</module>
<module>modules/apply-macro</module>
<module>modules/base64</module>
<module>modules/classpath</module>
<module>modules/combinatorics</module>
Expand Down

0 comments on commit 6321145

Please sign in to comment.