[tigase-server/el5/master] Protect against tigase-xmltools without symlink.

Matej Cepl mcepl at fedoraproject.org
Sat Aug 28 02:23:26 UTC 2010


commit 71be673877e0b19aef857a8a3d0e0326a1cbba42
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Sat Aug 28 04:22:32 2010 +0200

    Protect against tigase-xmltools without symlink.

 tigase-server.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tigase-server.spec b/tigase-server.spec
index 9540b7f..cc53172 100644
--- a/tigase-server.spec
+++ b/tigase-server.spec
@@ -48,7 +48,8 @@ find . -name \*.jar -print -delete
 
 %build
 export CLASSPATH=$(build-classpath ant/ant-contrib)
-build-jar-repository -p libs tigase-utils tigase-xmltools
+ls /usr/share/java/
+build-jar-repository -p libs tigase-utils tigase-xmltools-3.3.4
 ls -l libs/
 ant -Dbuild-no=2206 jar-dist docs
 


More information about the scm-commits mailing list