Skip to content

Commit

Permalink
gh-177 more testing for classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew O. Smith committed Jun 30, 2015
1 parent 906be44 commit 5b6d7b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/lisp/malabar-ede-maven.el
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@

(defmethod ede-java-classpath ((proj malabar-ede-maven2-project))
"Get classpath for maven project"
"hamster")
(let ((pm (oref proj file)))
(malabar-maven2-extract-classpath pm)))

;; TODO: really should be based on content of pom.xml file. But we need parser for it...
;; TODO: add caching...
Expand Down

0 comments on commit 5b6d7b4

Please sign in to comment.