From e3cdbed0b6ed634076b97ce9b246fae37a503681 Mon Sep 17 00:00:00 2001
From: Rob Adams <rob.adams@bigswitch.com>
Date: Fri, 16 Dec 2011 14:45:19 -0800
Subject: [PATCH] Add dependency to eclipse target

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

diff --git a/build.xml b/build.xml
index 6a56a4c07..ba90ffaf7 100644
--- a/build.xml
+++ b/build.xml
@@ -191,7 +191,7 @@
             version="true"/>
     </target>
 
-    <target name="eclipse" depends="init">
+    <target name="eclipse" depends="init,packetstreamer-thrift">
         <pathconvert property="lib">
             <map from="${basedir}/" to=""/>
             <fileset dir="lib">
-- 
GitLab