From 28fb2d9be2d388bbacea9bebad5870c41bfa5faa Mon Sep 17 00:00:00 2001 From: Aaron Bedra and Stuart Halloway Date: Fri, 23 Jul 2010 11:23:58 -0400 Subject: properties is deprecated (moved to java-utils) --- src/main/clojure/clojure/contrib/properties.clj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main/clojure') diff --git a/src/main/clojure/clojure/contrib/properties.clj b/src/main/clojure/clojure/contrib/properties.clj index fc738416..0e210206 100644 --- a/src/main/clojure/clojure/contrib/properties.clj +++ b/src/main/clojure/clojure/contrib/properties.clj @@ -6,7 +6,10 @@ ; the terms of this license. ; You must not remove this notice, or any other, from this software. -(ns clojure.contrib.properties +;; DEPRECATED in 1.2. Moved to c.c.java-utils + +(ns ^{:deprecated "1.2"} + clojure.contrib.properties (:use [clojure.contrib.string :only (as-str)] [clojure.contrib.io :only (file)]) (:import (java.util Properties) -- cgit v1.2.3-70-g09d2