Hi list,

Mardy missed out a directory when he committed 13472.
If building preflight is not working for you, this is a small patch that makes it work.

Regards,
Andrei
>From ddcfc243b01486a44d72860fbb3da88275f81ee6 Mon Sep 17 00:00:00 2001
From: Andrei <[EMAIL PROTECTED]>
Date: Mon, 22 Sep 2008 09:16:58 +0300
Subject: [PATCH] CommonsCli and CommonsNet libraries not pointing where they should

---
 sipXtools/preflight/config.properties.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sipXtools/preflight/config.properties.in b/sipXtools/preflight/config.properties.in
index ec12e4d..2c22076 100644
--- a/sipXtools/preflight/config.properties.in
+++ b/sipXtools/preflight/config.properties.in
@@ -32,8 +32,8 @@ rocksaw.lib=${sipxcommons.dir}/librocksaw.so
 rocksaw.dll=${sipxcommons.dir}/rocksaw.dll
 arptable.dll=${sipxcommons.dir}/ArpTable.dll
 cpptasks.jar=${sipxcommons.dir}/cpptasks.jar
-CommonsCli.jar=${sipxcommons.dir}/lib/commons-cli.jar
-CommonsNet.jar=${sipxcommons.dir}/lib/commons-net.jar
+CommonsCli.jar=${sipxcommons.dir}/commons-cli.jar
+CommonsNet.jar=${sipxcommons.dir}/commons-net.jar
 swt.jar=${src.dir}/lib/swt-win32-3.3.jar
 one-jar.jar=${src.dir}/lib/one-jar-ant-task-0.96.jar
 launch4j.jar=${src.dir}/lib/launch4j/launch4j-3.0.0-pre2.jar
-- 
1.5.2.4

_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to