From e3f287f01f59fbd495b8b12ff5facb72f225e9ef Mon Sep 17 00:00:00 2001
From: Vincent Hardion <vincent.hardion@synchrotron-soleil.fr>
Date: Wed, 8 Jul 2009 15:54:50 +0000
Subject: [PATCH] change ACE dependencies to allow debug compilation

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7423321..d7f6c94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     <dependencies>
         <dependency>
             <groupId>edu.wustl.cse</groupId>
-            <artifactId>ACE</artifactId>
+            <artifactId>ACE-${aol}-shared-${mode}</artifactId>
         </dependency>
         <dependency>
             <groupId>fr.soleil.lib</groupId>
-- 
GitLab