From 6e88e163d880719058d241fc9fe57b021d285405 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Mon, 17 Nov 2008 13:48:41 +0000
Subject: [PATCH] update order of xml

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@9368 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 artemis_sqlmap/chado_iBatis_config.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/artemis_sqlmap/chado_iBatis_config.xml b/artemis_sqlmap/chado_iBatis_config.xml
index ffde46323..b8d1d1ef3 100644
--- a/artemis_sqlmap/chado_iBatis_config.xml
+++ b/artemis_sqlmap/chado_iBatis_config.xml
@@ -76,11 +76,12 @@
   <!-- Identify all SQL Map XML files to be loaded by this SQL map.  Notice the paths  
          are relative to the classpath.  --> 
  
-  <sqlMap resource="artemis_sqlmap/Organism.xml" />
+
   <sqlMap resource="artemis_sqlmap/Cv.xml" />
   <sqlMap resource="artemis_sqlmap/CvTerm.xml" />
   <sqlMap resource="artemis_sqlmap/Pub.xml" />
   <sqlMap resource="artemis_sqlmap/Feature.xml" />
+  <sqlMap resource="artemis_sqlmap/Organism.xml" />
   <sqlMap resource="artemis_sqlmap/FeatureCvTerm.xml" />
   <sqlMap resource="artemis_sqlmap/FeatureCvTermDbXRef.xml" />
   <sqlMap resource="artemis_sqlmap/FeatureCvTermProp.xml" />
-- 
GitLab