Skip to content

Commit

Permalink
Release 0.47.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdh committed May 4, 2015
1 parent eb37ba1 commit 2ae4d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject funnyqt "0.47.5"
(defproject funnyqt "0.47.6"
:description "A model querying and transformation library for TGraphs and EMF
models developed as part of Tassilo Horn's dissertation studies."
:dependencies [[org.clojure/clojure "1.7.0-beta2"]
Expand Down
2 changes: 1 addition & 1 deletion src/funnyqt/emf.clj
Expand Up @@ -540,7 +540,7 @@
(all-epackages-in-resource res))
res))

(alter-var-root #'g/mm-load-handlers assoc #".*\.ecore$" load-ecore-resource)
(alter-var-root #'g/mm-load-handlers assoc #".*\.ecore$" load-resource)

;; FIXME: That's actual a workaround for a misfeature of EMF. See
;; http://www.eclipse.org/forums/index.php/m/405881/
Expand Down

0 comments on commit 2ae4d5b

Please sign in to comment.