[isidorus-cvs] r804 - trunk/src/json/JTM
lgiessmann at common-lisp.net
lgiessmann at common-lisp.net
Tue Aug 30 06:54:32 UTC 2011
Author: lgiessmann
Date: Mon Aug 29 23:54:31 2011
New Revision: 804
Log:
jtm-exporter: changed the process of collecting associations to be exported
Modified:
trunk/src/json/JTM/jtm_tools.lisp
Modified: trunk/src/json/JTM/jtm_tools.lisp
==============================================================================
--- trunk/src/json/JTM/jtm_tools.lisp Mon Aug 29 22:27:08 2011 (r803)
+++ trunk/src/json/JTM/jtm_tools.lisp Mon Aug 29 23:54:31 2011 (r804)
@@ -111,18 +111,19 @@
inner-tops))
(get-all-topics revision)))
(tm-assocs
- (let ((assocs
- (if tm
- (delete-if #'(lambda(assoc)
- (not (find-item-by-revision assoc revision)))
- (associations tm))
- (get-all-associations revision))))
- (if version-1.1-p
- (set-difference
- assocs
- (loop for top in tm-tops
- append (instance-of-associations top :revision revision)))
- assocs)))
+ (xtm-exporter::list-extern-associations :revision revision))
+ ;(let ((assocs
+ ;(if tm
+ ;(delete-if #'(lambda(assoc)
+ ;(not (find-item-by-revision assoc revision)))
+ ;(associations tm))
+ ;(get-all-associations revision))))
+ ;(if version-1.1-p
+ ;(set-difference
+ ;assocs
+ ;(loop for top in tm-tops
+ ;append (instance-of-associations top :revision revision)))
+ ;assocs)))
(prefixes
(when version-1.1-p
(create-prefix-list-for-tm tm-tops tm-assocs tm :revision revision)))
More information about the Isidorus-cvs
mailing list