diff options
author | Emil Ivov <emcho@jitsi.org> | 2007-07-11 05:18:48 +0000 |
---|---|---|
committer | Emil Ivov <emcho@jitsi.org> | 2007-07-11 05:18:48 +0000 |
commit | 68966778a30b37d9e203763eac6b6acc3a013c05 (patch) | |
tree | 8f6d36e2ab2b33097c10729aec5ab582d66292a5 /resources/install | |
parent | 69740e83e967d7e1dfb730f897151c46965b9916 (diff) | |
download | jitsi-68966778a30b37d9e203763eac6b6acc3a013c05.zip jitsi-68966778a30b37d9e203763eac6b6acc3a013c05.tar.gz jitsi-68966778a30b37d9e203763eac6b6acc3a013c05.tar.bz2 |
making sure that the log4j bundle is imported everywhere where needed
Diffstat (limited to 'resources/install')
-rwxr-xr-x | resources/install/debian/rules | 1 | ||||
-rwxr-xr-x | resources/install/generic/installer-generic.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/install/debian/rules b/resources/install/debian/rules index 3a2d134..29b8469 100755 --- a/resources/install/debian/rules +++ b/resources/install/debian/rules @@ -53,6 +53,7 @@ install: build cp $(BASEDIR)/resources/install/logging.properties debian/sip-communicator/usr/share/sip-communicator/lib/ cp $(BASEDIR)/lib/felix.client.run.properties debian/sip-communicator/usr/share/sip-communicator/lib/ cp $(BASEDIR)/lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar debian/sip-communicator/usr/share/sip-communicator/lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar + cp $(BASEDIR)/lib/bundle/log4j.jar debian/sip-communicator/usr/share/sip-communicator/lib/bundle/log4j.jar #Copy OS specific and native libs cp $(BASEDIR)/lib/os-specific/linux/*.jar debian/sip-communicator/usr/share/sip-communicator/lib/ diff --git a/resources/install/generic/installer-generic.xml b/resources/install/generic/installer-generic.xml index 3300c68..4c0656d 100755 --- a/resources/install/generic/installer-generic.xml +++ b/resources/install/generic/installer-generic.xml @@ -73,6 +73,7 @@ <include name="*.jar"/> </fileset> <file targetdir="$INSTALL_PATH/lib/bundle" src="lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar" override="true"/> + <file targetdir="$INSTALL_PATH/lib/bundle/log4j.jar" src="lib/bundle/log4j.jar" override="true"/> <file targetdir="$INSTALL_PATH/lib" src="lib/felix.client.run.properties" override="true"/> <file targetdir="$INSTALL_PATH/lib" src="resources/install/logging.properties" override="true"/> </pack> |