diff options
author | Emil Ivov <emcho@jitsi.org> | 2007-07-11 05:26:40 +0000 |
---|---|---|
committer | Emil Ivov <emcho@jitsi.org> | 2007-07-11 05:26:40 +0000 |
commit | eba417864b21894c0d8832d7be9e6471afcdb858 (patch) | |
tree | 4e24ef6f818a9e517f1adf4c562c05b9d74e6e77 /resources/install | |
parent | 11322dc7d0d52b1484c48ea1a9651ef532156475 (diff) | |
download | jitsi-eba417864b21894c0d8832d7be9e6471afcdb858.zip jitsi-eba417864b21894c0d8832d7be9e6471afcdb858.tar.gz jitsi-eba417864b21894c0d8832d7be9e6471afcdb858.tar.bz2 |
making sure that the log4j bundle is imported everywhere where needed
Diffstat (limited to 'resources/install')
-rwxr-xr-x | resources/install/linux/installer-linux.xml | 1 | ||||
-rwxr-xr-x | resources/install/windows/installer-windows.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/install/linux/installer-linux.xml b/resources/install/linux/installer-linux.xml index 40ddbde..e878037 100755 --- a/resources/install/linux/installer-linux.xml +++ b/resources/install/linux/installer-linux.xml @@ -74,6 +74,7 @@ <exclude name="jmf.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" 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> diff --git a/resources/install/windows/installer-windows.xml b/resources/install/windows/installer-windows.xml index ea0f403..2918053 100755 --- a/resources/install/windows/installer-windows.xml +++ b/resources/install/windows/installer-windows.xml @@ -77,6 +77,7 @@ <exclude name="sound.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" 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> |